Ensure additional storage providers are restricted in Outlook on the web
Remediation Considerations
MaxScore | ImplementationCost | UserImpact |
---|---|---|
5 | Unknown | Unknown |
Remediation Impact
Impact associated with this change is highly dependent upon current practices in the tenant. If users do not use other storage providers, then minimal impact is likely. However, if users do regularly utilize providers outside of the tenant this will affect their ability to continue to do so
Remediation
Restrict additional storage providers are restricted using PowerShell:
- Connect to Exchange Online using Connect-ExchangeOnline.
- Run the following PowerShell command:
Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -AdditionalStorageProvidersAvailable $false 3. Run the following Powershell command to verify that the value is now False:
Get-OwaMailboxPolicy | Format-Table Name, AdditionalStorageProvidersAvailable