Skip to content

Commit 41889cd

Browse files
committed
Update Set-FederationTrust.md
Issue #7680
1 parent 63559eb commit 41889cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/Set-FederationTrust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This example configures the federation trust Microsoft Federation Gateway to use
7878

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

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

179179
### -MetadataUrl
180-
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.
180+
The MetadataUrl parameter specifies the URL where WS-FederationMetadata is published by the Microsoft Federation Gateway.
181181

182182
```yaml
183183
Type: Uri

0 commit comments

Comments
 (0)