Stop-SPOUserAndContentMove
In a Multi-Geo company, stops the ability to move a user's content related objects in a SharePoint Online Tenant
Syntax
Stop-SPOUserAndContentMove
[-UserPrincipalName] <String>
[<CommonParameters>]
Description
Stops the ability to move a user's content related objects in a SharePoint Online Tenant
Examples
EXAMPLE 1
Stop-SPOUserAndContentMove -UserPrincipalName "[email protected]"
This example stops the ability to move the "[email protected]" user content in the current Tenant.
EXAMPLE 2
Stop-SPOUserAndContentMove "[email protected]"
Equivalent to the one above
Parameters
-UserPrincipalName
UserPrincipalName or UPN defined for the specific user on the SPO tenant
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |