Stop-SPOUserAndContentMove
In a Multi-Geo company, stops the ability to move a user's content related objects in a SharePoint Online Tenant
Syntax
Default (Default)
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
Applicable: SharePoint Online
UserPrincipalName or UPN defined for the specific user on the SPO tenant
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.