Skip to content

Commit bee32d4

Browse files
authored
Merge pull request #13375 from alexcotsalas/docs-editor/New-OrganizationRelationship-1771363642
Small Formatting Fixes for New- and Set-OrganizationRelationship
2 parents 947cd67 + a81a5b3 commit bee32d4

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ Get-FederationInformation -DomainName Contoso.com | New-OrganizationRelationship
6363
This example creates an organization relationship with Contoso. The following settings are used:
6464

6565
- The domain names of Contoso are contoso.com, northamerica.contoso.com, and europe.contoso.com.
66-
67-
Free/busy access is enabled.
68-
66+
- Free/busy access is enabled.
6967
- Contoso can see free/busy information with time, subject, and location information from your organization.
7068

7169
### Example 2
@@ -76,13 +74,9 @@ New-OrganizationRelationship -Name "Fabrikam" -DomainNames "fabrikam.com" -FreeB
7674
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:
7775

7876
- The domain name of Fabrikam is fabrikam.com.
79-
8077
- The Exchange Web Services application URL is `https://outlook.office365.com/EWS/Exchange.asmx`.
81-
8278
- The Autodiscover URL is `https://autodiscover.outlook.com/autodiscover/autodiscover.svc/WSSecurity`.
83-
8479
- Free/busy access is enabled.
85-
8680
- Fabrikam can see free/busy information with the time only.
8781

8882
## PARAMETERS

exchange/exchange-ps/ExchangePowerShell/Set-OrganizationRelationship.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This example modifies the free/busy access level to LimitedDetails, which includ
6868
Set-OrganizationRelationship -Identity "Contoso" -Enabled $false
6969
```
7070

71-
This example disables the organization relationship with Contoso
71+
This example disables the organization relationship with Contoso.
7272

7373
## PARAMETERS
7474

0 commit comments

Comments
 (0)