From 75f38e4317fcede1ef27ebceb545e1f1ba8261fb Mon Sep 17 00:00:00 2001 From: alexcotsalas <116087923+alexcotsalas@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:27:25 -0800 Subject: [PATCH 1/2] Learn Editor: Update New-OrganizationRelationship.md --- .../ExchangePowerShell/New-OrganizationRelationship.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/New-OrganizationRelationship.md b/exchange/exchange-ps/ExchangePowerShell/New-OrganizationRelationship.md index 4eeef86767..92d7675012 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-OrganizationRelationship.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-OrganizationRelationship.md @@ -63,9 +63,7 @@ Get-FederationInformation -DomainName Contoso.com | New-OrganizationRelationship This example creates an organization relationship with Contoso. The following settings are used: - The domain names of Contoso are contoso.com, northamerica.contoso.com, and europe.contoso.com. - -Free/busy access is enabled. - +- Free/busy access is enabled. - Contoso can see free/busy information with time, subject, and location information from your organization. ### Example 2 @@ -76,13 +74,9 @@ New-OrganizationRelationship -Name "Fabrikam" -DomainNames "fabrikam.com" -FreeB This example creates the organization relationship with Fabrikam, an organization hosted in the online service. The connection settings of Fabrikam are provided which improves reliability of the organization relationship. The following settings are used: - The domain name of Fabrikam is fabrikam.com. - - The Exchange Web Services application URL is `https://outlook.office365.com/EWS/Exchange.asmx`. - - The Autodiscover URL is `https://autodiscover.outlook.com/autodiscover/autodiscover.svc/WSSecurity`. - - Free/busy access is enabled. - - Fabrikam can see free/busy information with the time only. ## PARAMETERS From a81a5b3bbcce720c8cf1632d352f240e225869cd Mon Sep 17 00:00:00 2001 From: alexcotsalas <116087923+alexcotsalas@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:28:26 -0800 Subject: [PATCH 2/2] Learn Editor: Update Set-OrganizationRelationship.md --- .../ExchangePowerShell/Set-OrganizationRelationship.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Set-OrganizationRelationship.md b/exchange/exchange-ps/ExchangePowerShell/Set-OrganizationRelationship.md index 78d035a2e5..d5ffabf604 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Set-OrganizationRelationship.md +++ b/exchange/exchange-ps/ExchangePowerShell/Set-OrganizationRelationship.md @@ -68,7 +68,7 @@ This example modifies the free/busy access level to LimitedDetails, which includ Set-OrganizationRelationship -Identity "Contoso" -Enabled $false ``` -This example disables the organization relationship with Contoso +This example disables the organization relationship with Contoso. ## PARAMETERS