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 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