Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.84 KB

File metadata and controls

61 lines (38 loc) · 1.84 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/remove-spotenantsyncclientrestriction
applicable SharePoint Online
title Remove-SPOTenantSyncClientRestriction
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Remove-SPOTenantSyncClientRestriction

SYNOPSIS

Disables the feature for the tenancy.

SYNTAX

Remove-SPOTenantSyncClientRestriction [<CommonParameters>]

DESCRIPTION

You must be at least a SharePoint administrator to run the cmdlet.

Requires a valid Connect-SPOService context to identify the tenant. For information on how to connect to the tenant, see Connect-SPOService.

The Remove-SPOTenantSyncClientRestriction cmdlet disables the feature for tenancy, but does not remove any present domain GUID entries from the safe sender recipient list. After the Remove-SPOTenantSyncClientRestriction cmdlet is run it can take up to 24 hours for change to take effect. This parameter will also remove any values set from the GrooveBlockOption parameter for syncing.

The Remove-SPOTenantSyncClientRestriction cmdlet does not have any parameters.

EXAMPLES

EXAMPLE

Remove-SPOTenantSyncClientRestriction

This example returns the value of False for the TenantRestrictionEnabled property.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS