How to Secure Microsoft 365 for a Small Business
Microsoft 365 is the backbone of daily operations for most small businesses in the Conejo Valley and greater Los Angeles area. Email, files, Teams meetings, shared calendars — it is all running through Microsoft’s cloud. That convenience is also what makes it such a high-value target for cybercriminals. A single compromised account can expose your entire organization. The good news is that the most impactful security improvements are not especially complicated to implement — they just require knowing where to focus.
Start With Multi-Factor Authentication
If you only do one thing after reading this article, enable multi-factor authentication (MFA) for every account in your Microsoft 365 tenant. MFA requires a user to verify their identity with a second method, typically a prompt in the Microsoft Authenticator app or a one-time code, after entering their password. Even if a password is stolen through phishing or a data breach, MFA stops the attacker from getting in.
Microsoft’s own data consistently shows that MFA blocks more than 99% of automated account compromise attacks. Despite that, a significant portion of small businesses still have it turned off or only partially deployed.
The right way to enforce MFA in Microsoft 365 is through Conditional Access policies, available in Microsoft Entra ID (formerly Azure AD). Conditional Access lets you require MFA based on conditions: when a user signs in from outside the office, from an unrecognized device, or at an unusual time. For most small businesses on Microsoft 365 Business Premium, this functionality is already included in the license.
Avoid the older “per-user MFA” toggle in the Microsoft 365 admin center. It is a legacy method that Microsoft has been moving away from, and it does not give you the same control or consistency as Conditional Access.
Separate Admin Accounts From Day-to-Day Accounts
Many small business owners and IT contacts use the same account for everything: sending email, managing licenses, resetting passwords, and configuring security settings. That is a significant risk. Global Administrator accounts are extremely powerful, and using one for routine tasks dramatically increases your exposure.
The principle here is called least privilege: every user, and every account, should have only the access they need to do their job, and nothing more. In practice for Microsoft 365, this means:
- Create a dedicated Global Admin account that is used only for administrative tasks, not for reading email or day-to-day work.
- Assign the minimum necessary role to anyone who needs elevated access. If someone only manages user accounts, give them the User Administrator role, not Global Admin.
- Protect admin accounts with MFA at all times, with no exceptions, regardless of where they sign in from.
- Require admin accounts to use a cloud-only identity rather than a synced on-premise Active Directory account, where possible.
Microsoft recommends having no more than five Global Administrators in any organization, and for most small businesses, two is sufficient: one primary and one emergency “break-glass” account stored securely for recovery situations.
Secure Your Email Against Phishing and Spoofing
Email remains the number one delivery mechanism for cyberattacks. Phishing, business email compromise, and spoofed sender addresses are responsible for the vast majority of successful breaches at small businesses. Microsoft 365 includes tools to significantly reduce this exposure, but they require proper configuration.
SPF, DKIM, and DMARC
These three DNS records work together to authenticate your outbound email and tell receiving servers how to handle messages that claim to be from your domain. Without them, anyone can send email that appears to come from your business address.
- SPF (Sender Policy Framework) lists which servers are authorized to send email on behalf of your domain.
- DKIM (DomainKeys Identified Mail) adds a cryptographic signature to outbound messages so recipients can verify they were not tampered with in transit.
- DMARC (Domain-based Message Authentication, Reporting and Conformance) tells receiving servers what to do with messages that fail SPF or DKIM checks, and sends you reports on authentication activity.
All three should be configured for your domain in Microsoft 365. DKIM in particular requires enabling it through the Microsoft Defender portal, then adding a CNAME record at your DNS registrar. A DMARC policy set to p=reject is the goal, though starting with p=none for monitoring before moving to enforcement is a reasonable approach if you are not sure what other services are sending on your behalf.
Microsoft Defender for Office 365
Microsoft 365 Business Premium includes Defender for Office 365 Plan 1, which adds meaningful protection on top of the baseline Exchange Online Protection (EOP) filtering that every M365 tenant receives. The key features to configure:
- Safe Links: Rewrites URLs in emails and Office documents and checks them at time-of-click against Microsoft’s threat intelligence, blocking links to known malicious sites even if the site was clean at delivery time.
- Safe Attachments: Opens email attachments in a sandboxed environment before delivering them to the recipient, catching malware that would otherwise slip through signature-based detection.
- Anti-phishing policies: Enables impersonation protection for your domain and key users (such as the owner or CFO), and flags messages that use lookalike domains or unusual display names.
These are not enabled by default. They need to be turned on and configured through the Microsoft Defender portal at security.microsoft.com.
Review Security Defaults and Conditional Access
Microsoft 365 tenants created after October 2019 have Security Defaults enabled by default, which enforces baseline behaviors: MFA for all users, blocking legacy authentication protocols, and requiring MFA for admin actions. If your tenant is older, it may not have these enabled.
Security Defaults are a reasonable starting point, but they are an all-or-nothing toggle. Once you are ready for more precise control, the better approach is to disable Security Defaults and build Conditional Access policies instead. Common policies worth implementing for small businesses include:
- Require MFA for all users on all sign-ins.
- Block sign-ins from countries where you do not operate.
- Require compliant or Entra ID-joined devices for access to sensitive applications.
- Block legacy authentication protocols such as IMAP, POP3, and basic auth SMTP, which cannot support MFA.
Legacy authentication blocking deserves particular attention. Many older email clients and some third-party applications still use basic authentication, which sends credentials in plain text and bypasses MFA entirely. Microsoft has been disabling these protocols at the platform level, but verifying that none of your users or systems rely on them is still a necessary step.
Protect Your Data: OneDrive, SharePoint, and Teams
Securing accounts and email is essential, but your data in OneDrive, SharePoint, and Teams also needs attention. Two areas come up most often for small businesses.
External Sharing Settings
By default, Microsoft 365 allows fairly broad external sharing. Users can share OneDrive files with anyone via a link, including people outside your organization. For most small businesses, this is more permissive than necessary.
In the SharePoint admin center, review the external sharing settings for both SharePoint and OneDrive. A reasonable baseline for most businesses is to allow sharing only with people who have an account in another Microsoft 365 organization, rather than with anyone who has a link. At minimum, disable “Anyone” links that do not require sign-in.
Microsoft Purview and Sensitivity Labels
If your business handles sensitive information such as client financial records, health information, legal documents, or employee data, sensitivity labels in Microsoft Purview let you classify and protect that content. Labels can encrypt documents, prevent forwarding, and apply watermarks. Business Premium includes access to basic sensitivity labeling without requiring an additional license upgrade.
Manage and Secure the Devices That Connect
An attacker who cannot get into your Microsoft 365 account directly may try to compromise one of the devices that has access to it. Managing and securing endpoints is a critical piece of the overall security picture.
Microsoft 365 Business Premium includes Microsoft Intune for device management and Microsoft Defender for Business for endpoint detection and response (EDR). Together, these give you:
- The ability to enforce minimum security requirements on devices before allowing them to access company data, such as requiring a PIN, disk encryption, or an up-to-date operating system.
- Antivirus and behavioral threat detection on Windows and Mac devices, with alerts and reporting in a centralized portal.
- The ability to remotely wipe company data from a device if it is lost, stolen, or if an employee leaves.
For small businesses in the Westlake Village and Thousand Oaks area that rely on a mix of company-owned and employee-owned devices, Intune’s app protection policies offer a middle ground: you can enforce security on just the Microsoft 365 apps (Outlook, Teams, OneDrive) on a personal device without managing the entire device.
Monitor for Threats and Review Audit Logs
Even with strong preventive controls in place, monitoring matters. Attacks do get through, and the faster you detect unusual activity, the less damage results.
Microsoft 365 provides several monitoring tools worth enabling:
- Microsoft Secure Score (in the Defender portal) gives you a numerical score based on your current security configuration and provides prioritized recommendations for improvement. It is a useful ongoing benchmark.
- Audit logging should be enabled in the Microsoft Purview compliance portal. It captures a wide range of activity across Exchange, SharePoint, and Teams, and is essential for investigating incidents after the fact.
- Sign-in logs in Microsoft Entra ID show you every login attempt, successful or failed, including location and device information. Reviewing these periodically for anomalies such as logins from unexpected countries is worthwhile.
- Alert policies in the Defender portal allow you to receive email notifications when specific events occur, such as a mass file download, a forwarding rule being added to a mailbox, or multiple failed login attempts.
Put It All Together: A Practical Security Plan
The steps covered in this guide can feel like a lot to tackle at once. Here is a prioritized sequence that works well for most small businesses:
| Action Item | Priority | License Required |
|---|---|---|
| Enable MFA for all users via Conditional Access | Do First | Business Basic or higher |
| Block legacy authentication protocols | Do First | Business Basic or higher |
| Create dedicated admin accounts with least privilege | Do First | Any M365 plan |
| Configure SPF, DKIM, and DMARC records | Do Soon | Any M365 plan |
| Enable Safe Links and Safe Attachments | Do Soon | Business Premium |
| Enable audit logging | Do Soon | Business Basic or higher |
| Review external sharing settings | Ongoing | Any M365 plan |
| Enroll devices in Intune and deploy Defender for Business | Ongoing | Business Premium |
| Review Secure Score and sign-in logs | Ongoing | Business Basic or higher |
Microsoft 365 Business Premium is the license tier that brings together the full set of security tools described in this guide: Defender for Business, Intune, Defender for Office 365 Plan 1, Entra ID P1 for Conditional Access, and Microsoft Purview Information Protection. For most small businesses in Ventura County that handle any kind of sensitive client data, it represents the most cost-effective way to get enterprise-grade security tooling without enterprise-grade complexity.
Frequently Asked Questions
The Bottom Line
Microsoft 365 gives small businesses access to the same foundational security tools that large enterprises rely on, but those tools do not configure themselves. The gap between a tenant that is set up thoughtfully and one that is running on defaults is significant, and attackers know it.
If you are a business in the Westlake Village, Thousand Oaks, Agoura Hills, or Calabasas area and you are not confident that your Microsoft 365 environment has been properly hardened, it is worth having someone take a look. Urban IT performs Microsoft 365 security assessments for local businesses and can identify the gaps in your current configuration, prioritize what to fix first, and handle the implementation. Reach out to Urban IT to get started.