Skip to content

Commit 60ec4ef

Browse files
committed
Merge branch 'master' into chrisda
2 parents b878c66 + 06b5162 commit 60ec4ef

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

exchange/exchange-ps/exchange/federation-and-hybrid/Set-FederationTrust.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,31 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
6363

6464
### Example 1
6565
```powershell
66-
Set-FederationTrust -Identity "Microsoft Federation Gateway" -Thumbprint AC00F35CBA8359953F4126E0984B5CCAFA2F4F17
66+
Set-FederationTrust -Identity "Azure AD Authentication" -Thumbprint AC00F35CBA8359953F4126E0984B5CCAFA2F4F17
6767
```
6868

6969
This example configures the federation trust Microsoft Federation Gateway to use the certificate with the thumbprint AC00F35CBA8359953F4126E0984B5CCAFA2F4F17 as the next certificate.
7070

7171
### Example 2
7272
```powershell
73-
Set-FederationTrust -Identity "Microsoft Federation Gateway" -PublishFederationCertificate
73+
Set-FederationTrust -Identity "Azure AD Authentication" -PublishFederationCertificate
7474
```
7575

7676
This example configures the federation trust Microsoft Federation Gateway to use the next certificate as the current certificate.
7777

78+
### Example 3
79+
```powershell
80+
Set-FederationTrust -Identity "Azure AD Authentication" -MetadataUrl https://login.microsoftonline.us/FederationMetadata/2006-12/FederationMetadata.xml
81+
```
82+
83+
This example updates the configuration if the tenant is hosted in Office 365 U.S. Government GCC High or DoD environment.
84+
7885
Before you configure a federation trust to use the next certificate as the current certificate, you need to use the Test-FederationTrust cmdlet to verify that the certificate is available on all Exchange servers.
7986

8087
## PARAMETERS
8188

8289
### -Identity
83-
The Identity parameter specifies the name of the federation trust being modified.
90+
The Identity parameter specifies the name of the federation trust being modified. <br/><br/>**Note**: For Exchange Online tenants, use the value "Azure AD Authentication".
8491

8592
```yaml
8693
Type: FederationTrustIdParameter
@@ -168,7 +175,7 @@ Accept wildcard characters: False
168175
```
169176
170177
### -MetadataUrl
171-
The MetadataUrl parameter specifies the URL where WS-FederationMetadata is published by the Microsoft Federation Gateway.
178+
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.
172179
173180
```yaml
174181
Type: Uri

0 commit comments

Comments
 (0)