How to assign mobile device mailbox policy in Microsoft 365?
+
Mobile device polices allow you to control access to mailboxes from various mobile devices, ensuring that sensitive information is protected.
Managing mobile device mailbox policies in Exchange Online (EXO) allows administrators to control the behavior and security of mobile devices that access organizational mailboxes through Exchange ActiveSync. Here's how you can manage these policies in EXO:
- Navigate to the Mobile»Mobile device mailbox policies in Exchange Online admin center.
- Click + New to create a new policy.
- Set the required parameters, such as password strength, device encryption, sign-in failure count before wiping a device, and synchronization settings.
- After reviewing the policy inputs, click Create to complete the policy creation.
You can utilize the following PowerShell cmdlets to create a new mobile device mailbox policy in Exchange Online.
#Connect to the Exchange Online module.
Connect-ExchangeOnline
# To create a new mobile device mailbox policy in Exchange Online.
New-MobileDeviceMailboxPolicy -Name "PolicyName" -AllowSimplePassword $false -PasswordEnabled $true -AlphanumericPasswordRequired $true -PasswordExpirationDays 90 -MinPasswordLength 8
Using the New-MobileDeviceMailboxPolicy cmdlet, you can set a descriptive name for the policy and configure password requirements, such as allowing simple passwords, enabling password enforcement, requiring alphanumeric passwords, and defining password expiration & minimum length.
With AdminDroid, admins can monitor mobile device configuration changes and identify connected devices along with their applied mobile device policies.
- Closely monitor all 'Mobile Device Configuration Changes' with detailed insights into iOS and Android devices, empowering admins to effectively manage and enforce Exchange mobile device policies.
Pro tip: Utilize the Schedule option to receive the Mobile Device Configuration Changes report periodically to your mailbox.