Outlook Mobile Add-in within GCC and GCC High Environments

Prev Next

In Microsoft 365 GCC and GCC High environments, mobile add-ins are disabled by default. Even if they are deployed through the Microsoft 365 Integrated Apps portal, these add-ins will not load on a mobile device.

On Android, the Add-ins menu option is missing from the app’s settings. On iOS, attempting to access add-ins displays the message: “This account does not support Add-ins.”

To enable Outlook mobile add-ins, you’ll need to update the Microsoft 365 tenant configuration using Exchange Online PowerShell.

Steps:

  1. Connect to Exchange Online PowerShell and sign in with a Global Administrator account.

Microsoft 365 GCC High

Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovGCCHigh

Microsoft 365 GCC

Connect-ExchangeOnline
  1. After establishing the connection, run the following command to allow mobile add-ins:

Set-OrganizationConfig -OutlookMobileGCCRestrictionsEnabled $false
  1. Confirm the setting is disabled:

Get-OrganizationConfig | fl OutlookMobileGCCRestrictionsEnabled
  1. A value of “False” indicates that mobile add-ins are enabled:

Please reference Using Outlook for iOS and Android in the Government Community Cloud in Exchange Online for additional information.

Opensense Support

For further assistance, contact Opensense Support:

  • Email: help@opensense.com

  • Knowledge Base: help.opensense.com