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:
Connect to Exchange Online PowerShell and sign in with a Global Administrator account.
Connect-ExchangeOnline
After establishing the connection, run the following command to turn off mobile add-ins:
Set-OrganizationConfig -OutlookMobileGCCRestrictionsEnabled $false
To verify the current setting, run this command:
Get-OrganizationConfig | fl OutlookMobileGCCRestrictionsEnabled
If the feature is disabled, the output will look like this:
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