Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exchange/exchange-ps/exchange/Set-FederationTrust.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This example configures the federation trust Microsoft Federation Gateway to use

### Example 3
```powershell
Set-FederationTrust -Identity "Azure AD Authentication" -MetadataUrl https://login.microsoftonline.us/FederationMetadata/2006-12/FederationMetadata.xml
Set-FederationTrust -Identity "Azure AD Authentication" -MetadataUrl https://nexus.microsoftonline-p.com/federationmetadata/2006-12/federationmetadata.xml
```

This example updates the configuration if the tenant is hosted in Microsoft 365 U.S. Government GCC High or DoD environment.
Expand Down Expand Up @@ -177,7 +177,7 @@ Accept wildcard characters: False
```

### -MetadataUrl
The MetadataUrl parameter specifies the URL where WS-FederationMetadata is published by the Microsoft Federation Gateway. <br/><br/> **Note**: For GCC High or DoD tenants, use the value https://login.microsoftonline.us/FederationMetadata/2006-12/FederationMetadata.xml.
The MetadataUrl parameter specifies the URL where WS-FederationMetadata is published by the Microsoft Federation Gateway.

```yaml
Type: Uri
Expand Down