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 "TesIser@contoso.com"

This example stops the ability to move the "TesIser@contoso.com" user content in the current Tenant.

EXAMPLE 2

Stop-SPOUserAndContentMove "TesIser@contoso.com"

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