Skip to content

Commit 0a9863a

Browse files
authored
Merge pull request MicrosoftDocs#5888 from get-itips/patch-211
Clarifying description section
2 parents a959da6 + b4990e5 commit 0a9863a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantSyncClientRestriction.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,18 @@ Returns the current configuration status.
1919
## SYNTAX
2020

2121
```powershell
22-
Get-SPOTenantSyncClientRestriction [<CommonParameters>]
22+
Get-SPOTenantSyncClientRestriction
2323
```
2424

2525
## DESCRIPTION
2626

27-
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
28-
29-
Requires a valid `Connect-SPOService` context to identify the tenant. For information on how to connect to the tenant, see `Connect-SPOService`.
30-
3127
The `Get-SPOTenantSyncClientRestriction` cmdlet returns whether the TenantRestrictionEnabled property is true or false and DomainGUIDs that are currently in the safe recipient list which is represented by the AllowedDomainList property.
3228

33-
The `Get-SPOTenantSyncClientRestriction` cmdlet also returns the current state of the BlockMacSync parameter.
29+
This cmdlet, that does not take any input, also returns the current state of the BlockMacSync and GrooveBlockOption properties.
3430

35-
The `Get-SPOTenantSyncClientRestriction` cmdlet also returns the current state of the GrooveBlockOption parameter.
31+
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
3632

37-
The `Get-SPOTenantSyncClientRestriction` cmdlet does not have any parameters.
33+
Requires a valid `Connect-SPOService` context to identify the tenant. For information on how to connect to the tenant, see `Connect-SPOService`.
3834

3935
## EXAMPLES
4036

0 commit comments

Comments
 (0)