Supported Cloud Environments
Commercial
Best for: Commercial customers, standard Microsoft 365 tenants- Azure Portal:
https://portal.azure.com - Graph API:
https://graph.microsoft.com - Authority:
https://login.microsoftonline.com
GCC (Government Community Cloud)
Best for: U.S. government customers at the federal, state, and local level- Azure Portal:
https://portal.azure.com - Graph API:
https://graph.microsoft.com - Authority:
https://login.microsoftonline.com
GCC uses the same endpoints as Commercial. The tenant itself determines GCC features and compliance boundaries.
GCC-High
Best for: U.S. federal agencies with FedRAMP High requirements- Azure Portal:
https://portal.azure.us - Graph API:
https://graph.microsoft.us - Authority:
https://login.microsoftonline.us
DoD (Department of Defense)
Best for: U.S. Department of Defense and contractors with IL5 requirements- Azure Portal:
https://portal.apps.mil - Graph API:
https://dod-graph.microsoft.us - Authority:
https://login.microsoftonline.us
Creating Profiles for Each Cloud
When creating a profile, select the appropriate cloud from the Cloud dropdown:Enter cloud-specific credentials
- Tenant ID: Your tenant GUID in that cloud
- Client ID: App registration client ID from that cloud’s portal
App Registration Requirements
Commercial and GCC
Use the same app registration for both Commercial and GCC:- Register app in
https://portal.azure.com - Add redirect URI:
http://localhost:45132 - Add Microsoft Graph delegated permissions
- Grant admin consent
GCC-High
Create a separate app registration inhttps://portal.azure.us:
- Navigate to Entra ID → App Registrations
- Create new registration
- Add redirect URI:
http://localhost:45132 - Add Microsoft Graph delegated permissions (use
graph.microsoft.usendpoint) - Grant admin consent
You must have access to the GCC-High Azure portal. Commercial tenant users cannot register apps in GCC-High.
DoD
Create a separate app registration inhttps://portal.apps.mil:
- Navigate to Entra ID → App Registrations
- Create new registration
- Add redirect URI:
http://localhost:45132 - Add Microsoft Graph delegated permissions (use
dod-graph.microsoft.usendpoint) - Grant admin consent
You must have DoD CAC credentials and portal access to register apps in the DoD cloud.
Endpoint Resolution
Intune Commander automatically resolves endpoints based on the Cloud setting in your profile:Multi-Cloud Workflow
Many organizations have tenants in multiple clouds. Intune Commander makes it easy to work across them:Create profiles for each cloud
Set up one profile per tenant/cloud combination:
Contoso-CommercialContoso-GCCContoso-GCCHigh
Switch between clouds
Use the profile switcher dropdown in the app toolbar to switch between tenants.