Microsoft 365 Business Premium: Fix Setup & Security Issues

Microsoft Fix Intermediate 14 min read Official Docs Grounded Updated April 20, 2026

Why This Is Happening

I've worked with hundreds of small business owners who signed up for Microsoft 365 Business Premium, logged into the admin center, and then just… froze. The dashboard is enormous. Security policies are scattered across multiple portals. And the default configuration that Microsoft ships out of the box? It's not enough to actually protect you , even though the subscription includes world-class security tools.

Microsoft 365 Business Premium is genuinely one of the best-value security and productivity platforms available for businesses with up to 300 users. You get Microsoft Teams, Exchange Online, SharePoint, OneDrive, Microsoft Defender for Business, Intune device management, Azure AD Premium P1, and Defender for Office 365 Plan 1 , all in one subscription. But "included" doesn't mean "configured." That's where almost every problem originates.

Here's what actually goes wrong for most businesses in the first 30 days:

  • Security defaults are left at factory settings. Microsoft ships Business Premium with basic security defaults, but the full anti-phishing, anti-ransomware, and conditional access capabilities require you to explicitly turn them on.
  • Defender for Business policies aren't applied to devices. The Defender for Business component within Microsoft 365 Business Premium is powerful, but your Windows and Mac endpoints won't be protected until you onboard them and push policies.
  • Multi-factor authentication (MFA) isn't enforced. Microsoft Security defaults enable MFA for admins, but many admins disable security defaults when they try to set up conditional access, and then never finish the conditional access configuration, leaving a gap.
  • Device enrollment in Intune is missed entirely. Microsoft 365 Business Premium includes Intune-based Mobile Device Management (MDM), but devices running Windows, Mac, iOS, and Android don't auto-enroll. Someone has to set that up.
  • Users get phishing emails that bypass basic filters. Without configuring the Safe Links and Safe Attachments policies in Defender for Office 365, your inboxes are far less protected than they should be.

I know this is frustrating, especially when you're paying a premium price and expect things to just work. The reality is that Microsoft 365 Business Premium security setup requires deliberate, step-by-step configuration. The good news: once it's done, you genuinely have enterprise-grade protection without an enterprise-sized IT team.

This guide walks you through every major configuration problem I've seen, from MFA lockouts to Defender policy gaps, with exact steps to fix each one. Browse all Microsoft fix guides →

The Quick Fix, Try This First

If you're dealing with a specific Microsoft 365 Business Premium setup problem and you need the fastest possible path to a working, secure configuration, go straight to the Microsoft 365 Business Premium setup wizard. This is the single most underused tool in the entire platform.

Here's exactly what to do:

  1. Sign in at admin.microsoft.com with your global administrator account.
  2. In the left navigation, click Setup.
  3. You'll see a checklist of recommended setup tasks. Any item marked with a red or orange indicator is unfinished and potentially leaving you exposed.
  4. Click "Protect your organization with security defaults" if it shows as incomplete. This enables baseline MFA requirements and blocks legacy authentication protocols, the two biggest quick wins in Microsoft 365 Business Premium security.
  5. Next, click "Protect against malware and viruses", this walks you through activating the Microsoft Defender for Business policies that ship with your subscription.
  6. Then click "Help protect work data on your mobile devices", this activates app protection policies for iOS and Android.

Running through the Setup checklist in the Microsoft 365 admin center takes about 20–30 minutes and closes the most common configuration gaps that I see in freshly provisioned tenants. It's not a complete security hardening, you'll want to do the full steps below for that, but it's a massive improvement over the default out-of-the-box state.

If users are getting locked out after you enable MFA, don't panic. The most common cause is that authenticator apps haven't been registered yet. Direct affected users to aka.ms/mfasetup to register their Microsoft Authenticator app before MFA enforcement kicks in on their next sign-in.

Pro Tip
Before you change any security defaults or conditional access policies, make sure you have at least one break-glass emergency admin account, a second global admin that's excluded from conditional access policies and uses a very long passphrase stored securely offline. I've seen admins lock themselves out of their entire tenant because their only admin account got caught in a misconfigured MFA policy. That recovery call to Microsoft Support is painful and slow.
1
Enforce Multi-Factor Authentication Across All Users

MFA is the single most effective control against account takeover in Microsoft 365 Business Premium environments. According to Microsoft's own telemetry, MFA blocks over 99% of automated credential-stuffing attacks. And yet, it's still not universally enforced on freshly created tenants.

Here's the cleanest way to enforce MFA across your entire organization:

  1. Go to admin.microsoft.comSettingsOrg SettingsSecurity & PrivacyMulti-factor authentication.
  2. Click "Manage multi-factor authentication settings", this takes you to the legacy per-user MFA panel at account.activedirectory.windowsazure.com/usermanagement/multifactorverification.aspx.
  3. For a simpler, policy-driven approach that ships with Business Premium, go to entra.microsoft.comProtectionConditional AccessPolicies.
  4. Click "+ New policy" and create a policy named "Require MFA – All Users". Under Users, select All users (exclude your break-glass account). Under Target resources, select All cloud apps. Under Grant, select Require multifactor authentication.
  5. Set the policy to Report-only first to see who would be affected, run it for 24–48 hours, then flip it to On.

Once this policy is live, any user who tries to sign in without a registered MFA method will be prompted to register one. If you see sign-in failures in the Azure AD sign-in logs (at entra.microsoft.com → Monitoring → Sign-in logs), look for the error code 50076 (MFA required but user hasn't registered) or 50158 (conditional access policy blocked the sign-in). These event codes tell you exactly what's happening at the authentication layer.

When the policy is working correctly, users will see a prompt in Microsoft Authenticator on their phone every time they sign in from a new device or location. That's exactly what you want to see.

2
Configure Microsoft Defender for Business Policies

Microsoft 365 Business Premium includes Microsoft Defender for Business, a full endpoint detection and response (EDR) platform designed specifically for small and medium-sized businesses. But the protection doesn't activate automatically. You need to onboard your endpoints and apply security policies.

Start here:

  1. Go to security.microsoft.com (the Microsoft Defender portal).
  2. In the left nav, expand Assets and click Devices. If your devices show "Not onboarded," that means Defender for Business is not yet protecting them, even though you're paying for it.
  3. Click SettingsEndpointsDevice managementOnboarding.
  4. For Windows 10/11 devices that are Azure AD joined and managed by Intune, select "Mobile Device Management / Microsoft Intune" as your deployment method. This is the cleanest path for Microsoft 365 Business Premium environments.
  5. For standalone Windows machines not in Intune, download the local script and run it on each machine as an administrator. The script is a .cmd file that calls the Windows Management Instrumentation (WMI) provider to register the device with your tenant.

After onboarding, verify the device appears in the Devices list with a status of "Active" and a risk level of "No known risk" (or your current actual risk level). If the device shows "Inactive" after 24 hours, run this PowerShell command on the endpoint to check the onboarding status:

Get-MpComputerStatus | Select-Object -Property AMRunningMode, OnboardingState

A healthy result shows OnboardingState: 1 (onboarded). If you see 0, the onboarding script didn't complete successfully, re-run it in an elevated PowerShell session.

Next, head to security.microsoft.com → Configuration management → Endpoint security policies and apply the pre-built Microsoft-recommended security baselines. These are the same policies that Microsoft recommends in their Zero Trust security model guidance and are tuned specifically for Microsoft 365 Business Premium deployments.

3
Activate Safe Links and Safe Attachments for Email Protection

Phishing and malicious attachments are the number-one entry point for ransomware attacks in small and medium-sized businesses. Microsoft 365 Business Premium includes Defender for Office 365 Plan 1, which contains two critical email security features: Safe Links and Safe Attachments. Both are off by default on new tenants.

To activate Safe Attachments:

  1. Go to security.microsoft.comEmail & collaborationPolicies & rulesThreat policiesSafe Attachments.
  2. Click "+ Create" to create a new policy. Name it "Block Malicious Attachments – All Users".
  3. Under Applied to, select your domain (e.g., @yourcompany.com) to cover all users.
  4. Set the action to "Block", this quarantines the message and replaces the attachment with a notification. Do not use "Monitor only" in a production environment, that setting lets the attachment through while logging it.
  5. Enable "Redirect attachment on detection" and enter a security admin email address so you get notified of blocked items.

For Safe Links, go back to Threat policiesSafe Links"+ Create". The key setting here is "Track user clicks", enable this. It records when users click links in emails, which is invaluable for incident response if you ever need to trace how a phishing campaign spread through your organization. Also enable "Let users click through to original URL" only if you have a specific business reason, leaving this off (the safer default) means users cannot bypass the Safe Links warning page.

Once both policies are active, send a test phishing email to yourself using the Microsoft Attack Simulator at security.microsoft.com → Email & collaboration → Attack simulation training. If Safe Attachments and Safe Links are working, the simulator's test payload should be caught and quarantined within seconds.

4
Enroll Devices in Intune for Mobile Device Management

One of the most powerful, and most commonly skipped, features in Microsoft 365 Business Premium is the ability to manage and secure all employee devices from a single pane of glass. This includes Windows PCs, Macs, iPhones, iPads, and Android phones. The management backbone is Microsoft Intune, which is fully included in your Business Premium subscription.

For Windows 10/11 devices, the cleanest enrollment path is Azure AD Join + automatic Intune enrollment:

  1. Go to entra.microsoft.comDevicesDevice settings.
  2. Under "Users may join devices to Azure AD", select All (or a specific group if you're piloting).
  3. In the Intune admin center at intune.microsoft.com, go to DevicesEnrollmentWindows enrollmentAutomatic Enrollment.
  4. Set MDM user scope to All. This tells Intune to automatically enroll any Windows device that joins your Azure AD.
  5. On the Windows device itself, have the user go to Settings → Accounts → Access work or school → Connect and sign in with their Microsoft 365 Business Premium account. The device will join Azure AD and auto-enroll in Intune simultaneously.

For Mac enrollment, deploy the Company Portal app from the Mac App Store and have users sign in with their Microsoft 365 credentials. For iOS/Android, the Company Portal app from their respective app stores handles enrollment.

Once devices are enrolled, you can push configuration profiles, enforce disk encryption (BitLocker on Windows, FileVault on Mac), require device compliance for access to company data, and remotely wipe a lost or stolen device. This last capability alone, remote wipe, is something I've seen save businesses from serious data exposure when a laptop gets stolen.

After enrollment, check intune.microsoft.com → Devices → All devices and confirm each device shows a Compliance state of "Compliant". Non-compliant devices should be investigated immediately, common reasons include outdated OS versions, missing BitLocker encryption, or the device not checking in within the expected timeframe (event ID 2 in the Intune Management Extension log at %ProgramData%\Microsoft\IntuneManagementExtension\Logs).

5
Configure Anti-Ransomware and Data Loss Prevention Policies

Microsoft 365 Business Premium's official documentation specifically calls out protection against ransomware and data loss as core value propositions of the platform. Setting this up involves two separate but complementary systems: Exchange mail flow rules for ransomware defense, and Microsoft Purview for data loss prevention (DLP).

For ransomware protection via mail flow rules:

  1. Go to admin.exchange.microsoft.comMail flowRules+ Add a rule"Create a new rule".
  2. Name the rule "Block Ransomware File Extensions".
  3. Under "Apply this rule if", select Any attachment → file extension includes these words. Add extensions commonly used in ransomware droppers: exe, bat, cmd, vbs, js, scr, ps1, hta, jar.
  4. Under "Do the following", select Block the message → Reject the message and include an explanation. Enter a message like: "This message was blocked because it contained an attachment type that is not permitted for security reasons. Contact your IT administrator if this is legitimate."
  5. Set the rule priority to 0 (highest) so it evaluates before other rules.

For DLP, go to compliance.microsoft.comData loss preventionPolicies+ Create policy. Microsoft ships several pre-built policy templates for common compliance scenarios (GDPR, financial data, health records). For most small and medium-sized businesses using Microsoft 365 Business Premium, start with the "U.S. Personally Identifiable Information (PII) Data" template, it catches Social Security numbers, credit card numbers, and passport numbers being sent outside your organization.

Set DLP policy actions to "Notify users" first (policy tip mode) for a week, then escalate to "Block and notify" once users are aware. Jumping straight to block mode can cause legitimate business emails to fail, and that generates support calls you don't want. Event logs for DLP policy matches appear in the compliance.microsoft.com → Audit section under the activity type DLPRuleMatch.

Advanced Troubleshooting

Conditional Access Failures and Sign-In Log Analysis

When users can't sign in after you've made policy changes in Microsoft 365 Business Premium, the first thing to check is the Azure AD sign-in logs. Go to entra.microsoft.com → Monitoring → Sign-in logs and filter by the affected user's email address. Look at the Conditional Access tab on any failed sign-in, it shows you exactly which policy blocked the authentication and why.

Common error codes you'll encounter:

  • AADSTS50076, MFA required; user hasn't registered a second factor yet.
  • AADSTS53003, Conditional Access policy blocked sign-in (often a compliant device requirement).
  • AADSTS7000112, Application is disabled in the tenant.
  • AADSTS50034, User account doesn't exist in the directory (common after license reassignment).

Group Policy Conflicts with Intune on Hybrid-Joined Devices

If your organization has on-premises Active Directory and you're using Hybrid Azure AD Join, you may encounter conflicts between on-premises Group Policy Objects (GPOs) and Intune configuration profiles. When they conflict, Intune wins for MDM-scope settings, but GPOs win for non-MDM settings. To see which policies are actually applying on a Windows device, run:

gpresult /h C:\Temp\GPReport.html /f
Start-Process C:\Temp\GPReport.html

This generates a full HTML Group Policy Results report showing applied GPOs, blocked policies, and WMI filter results. Cross-reference this against your Intune device configuration profiles at intune.microsoft.com → Devices → [device name] → Device configuration.

Microsoft Defender for Business Not Showing Threat Data

If the Defender portal at security.microsoft.com shows devices as onboarded but no threat data is flowing in, check the Windows Event Viewer on the affected machine. Navigate to Applications and Services Logs → Microsoft → Windows → SENSE. Event ID 5 indicates a successful connection to the Defender for Business cloud service. Event ID 6 means the device failed to connect, usually a network proxy or firewall is blocking the required Microsoft Defender endpoints.

The required network endpoints for Microsoft Defender for Business are listed in the official documentation and include domains like *.endpoint.security.microsoft.com, *.blob.core.windows.net, and winatp-gw-cus.microsoft.com. If your firewall blocks outbound HTTPS to these destinations, onboarding will fail silently.

License Assignment Issues and Feature Gaps

If a specific Microsoft 365 Business Premium feature isn't available for a user, the most likely cause is a license assignment problem. Go to admin.microsoft.com → Users → Active Users → [user] → Licenses and apps. Confirm the user has a Microsoft 365 Business Premium license assigned (not Business Basic or Business Standard, which have significantly fewer security features). Also expand the license and verify all service plans within it are enabled, sometimes individual service plans get toggled off during scripted license assignments.

When to Call Microsoft Support

There are some problems that go beyond what any guide can fix. Call Microsoft Support if you're dealing with: tenant-wide authentication outages not explained by the admin.microsoft.com → Health → Service health dashboard; tenant migration issues after a domain transfer; persistent DKIM or DMARC signing failures that don't resolve after republishing DNS records; or if your tenant has been flagged for suspicious activity and certain features are locked. Microsoft 365 Business Premium subscriptions include 24/7 support access, use it for these scenarios. File a support ticket at admin.microsoft.com → Support → New service request.

Prevention & Best Practices

The best Microsoft 365 Business Premium security setup is one you never have to troubleshoot in a crisis. After configuring everything in this guide, there are ongoing practices that keep your tenant healthy and your team protected without requiring constant manual intervention.

Run a monthly Secure Score review at security.microsoft.com → Secure score. Microsoft 365 Business Premium tenants get a detailed score card showing exactly which security actions are completed and which are still outstanding, ranked by their impact on your overall security posture. I use Secure Score as a checklist every month, it automatically updates when Microsoft releases new recommended controls. A well-configured Business Premium tenant should consistently score above 60%.

Set up Admin alert policies at compliance.microsoft.com → Policies → Alert policies. Enable the default alerts for things like "Elevation of Exchange admin privilege," "Mass file download," and "Unusual external file sharing activity." These alerts go to your admin email immediately when suspicious activity occurs, often before users even notice anything is wrong.

Keep your Microsoft 365 Business Premium tenant's accepted domains and DNS records properly maintained. Run the Microsoft Remote Connectivity Analyzer at testconnectivity.microsoft.com periodically to verify your MX, SPF, DKIM, and DMARC records are correct. Email deliverability problems almost always trace back to misconfigured DNS, and they're easy to prevent with quarterly checks.

Finally, train your users. Microsoft 365 Business Premium includes Attack simulation training at security.microsoft.com → Email & collaboration → Attack simulation training. Run a simulated phishing campaign against your own users every quarter. The data consistently shows that organizations that run regular phishing simulations have dramatically lower click rates on real phishing emails. It's not about punishing users, it's about building the right instincts before a real attack tests them.

Quick Wins
  • Enable Security Defaults or Conditional Access MFA before adding new users to your Microsoft 365 Business Premium tenant, don't let accounts exist without MFA even for a day.
  • Block legacy authentication protocols (Basic Auth) via a Conditional Access policy, these protocols cannot support MFA and are a known attack vector for Microsoft 365 Business Premium environments.
  • Review the admin.microsoft.com → Reports → Usage dashboard monthly to identify inactive user accounts and license waste, unused accounts should be blocked and their licenses reclaimed.
  • Subscribe to the Microsoft 365 Message Center at admin.microsoft.com → Health → Message center to get advance notice of upcoming changes to Business Premium features, UI updates, and deprecations that could affect your configuration.

Frequently Asked Questions

Why should I choose Microsoft 365 Business Premium over Business Standard?

Microsoft 365 Business Premium includes everything in Business Standard, Teams, Exchange, SharePoint, OneDrive, Office apps, plus a significant security stack that Business Standard simply doesn't have. Specifically, Business Premium adds Microsoft Defender for Business (endpoint detection and response for your Windows and Mac machines), Defender for Office 365 Plan 1 (Safe Links, Safe Attachments, anti-phishing), Azure AD Premium P1 (conditional access policies), and Intune device management. For any business that stores sensitive customer data, handles financial transactions, or operates in a regulated industry, that security layer is not optional, it's what separates a business that survives a cyberattack from one that doesn't. Business Premium is designed for organizations with up to 300 users, and in that size range, it's genuinely hard to match the value per seat.

How do I set up security in Microsoft 365 Business Premium for the first time?

Start in the Microsoft 365 admin center at admin.microsoft.com and work through the Setup checklist, it guides you through the most critical first steps including MFA setup, Defender for Business activation, and device management enrollment. After that, go to security.microsoft.com and run through the Secure Score recommendations, starting with the highest-impact items. Microsoft also provides a downloadable Cybersecurity playbook based on the Zero Trust security model that gives you a phased approach if you want a structured project plan. The setup wizard alone takes 30–60 minutes, but a complete initial security configuration across all the tools typically takes a few hours spread across a week.

What's the difference between Microsoft 365 Business Premium and Microsoft 365 E3 or E5?

Microsoft 365 Business Premium is capped at 300 users and is purpose-built for small and medium-sized businesses, with a security stack that mirrors much of what enterprises get in E3 and portions of E5. E3 and E5 are designed for large enterprises with unlimited user counts and add capabilities like full eDiscovery, advanced compliance tools, and the complete Microsoft Purview Information Protection suite. With the March 2025 addition of the Microsoft Defender Suite add-on (formerly M365 E5 Security) available for Business Premium, small businesses can now get near-E5-level security capabilities without the full enterprise licensing cost. The September 2025 Microsoft Defender Suite for Business Premium add-on extended this further. If you're under 300 users and not in a highly regulated enterprise environment, Business Premium plus that Defender Suite add-on gets you remarkably close to enterprise-grade protection at a fraction of E5 pricing.

My users keep getting blocked from signing in after I turned on MFA, how do I fix this?

The most common cause is that users haven't registered a second factor yet, so when MFA enforcement kicks in, they hit a wall with error code AADSTS50076. Direct affected users to aka.ms/mfasetup while they still have an active session to register Microsoft Authenticator before the policy fully enforces. If users are already locked out, a global admin can go to entra.microsoft.com → Users → [user] → Authentication methods and reset the MFA registration from there. For a softer rollout, switch your Conditional Access MFA policy to "Report-only" mode first, wait 48–72 hours for users to self-register, then enable enforcement. Also make sure your conditional access policy excludes your break-glass emergency admin account so you always have a fallback.

Does Microsoft 365 Business Premium protect against ransomware?

Yes, when properly configured, Microsoft 365 Business Premium gives you several overlapping layers of ransomware defense. Microsoft Defender for Business on your endpoints provides real-time behavioral monitoring that detects and blocks ransomware execution before it can encrypt your files, and it includes automatic attack disruption capabilities. Defender for Office 365 blocks malicious attachments and links that are the most common ransomware delivery vectors. The Exchange mail flow rules covered in this guide block executable file types from entering via email. And OneDrive's built-in version history means that even if ransomware does encrypt files synced to OneDrive, you can restore previous versions directly from the OneDrive recovery interface. No security product is a 100% guarantee, but a fully configured Business Premium tenant is dramatically more resilient to ransomware than an unmanaged environment.

What devices does Microsoft 365 Business Premium support for device management?

Microsoft 365 Business Premium supports Windows 10/11, macOS, iOS/iPadOS, and Android through Microsoft Intune. For Windows devices, you get full MDM management including configuration profiles, compliance policies, Windows Update for Business rings, and BitLocker encryption management. For Mac, you get device configuration, FileVault encryption management, and app deployment. For iOS and Android, you get mobile application management (MAM) policies that can protect company data in apps like Outlook and Teams even on personally owned (BYOD) devices, without needing to enroll the entire device, which is important for privacy-conscious employees who don't want their employer managing their personal phone, but where you still need to ensure company email is protected.

Related Microsoft Fix Guides

H
Sai Kiran Pandrala
Our team includes certified Microsoft engineers, Azure architects, and system administrators with 10+ years of enterprise IT experience. Every guide is written from hands-on troubleshooting, not guesswork. We test every fix before publishing.