Skip to content

Commit 586867c

Browse files
authored
Merge pull request MicrosoftDocs#12807 from MicrosoftDocs/chrisda
Link to blog post
2 parents 709e236 + 4c87f42 commit 586867c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

exchange/exchange-ps/exchange/Get-FederationInformation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1616

1717
Use the Get-FederationInformation cmdlet to get federation information from an external Exchange organization.
1818

19+
> [!TIP]
20+
> For information about changes made to the Get-FederationInformation cmdlet to improve security and privacy, see [Important Update to the Get-FederationInformation Cmdlet in Exchange Online](https://techcommunity.microsoft.com/blog/exchange/important-update-to-the-get-federationinformation-cmdlet-in-exchange-online/4410095).
21+
1922
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2023

2124
## SYNTAX

exchange/exchange-ps/exchange/New-OrganizationRelationship.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ This example creates the organization relationship using only the domain name sp
6969

7070
Before you use this method to create an organization relationship, use the Get-FederatedOrganizationIdentifier cmdlet to verify you created an organization identifier using the Set-FederationOrganizationIdentifier cmdlet. Then you can add any additional domains used by the target organization.
7171

72+
**Tip**: For information about changes made to the Get-FederationInformation cmdlet to improve security and privacy, see [Important Update to the Get-FederationInformation Cmdlet in Exchange Online](https://techcommunity.microsoft.com/blog/exchange/important-update-to-the-get-federationinformation-cmdlet-in-exchange-online/4410095).
73+
7274
### Example 2
7375
```powershell
7476
New-OrganizationRelationship -Name "Fourth Coffee" -DomainNames "mail.fourthcoffee.com" -FreeBusyAccessEnabled $true -FreeBusyAccessLevel AvailabilityOnly -TargetAutodiscoverEpr "https://mail.fourthcoffee.com/autodiscover/autodiscover.svc/wssecurity" -TargetApplicationUri "mail.fourthcoffee.com"

0 commit comments

Comments
 (0)