| 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/stop-spouserandcontentmove |
| applicable | SharePoint Online |
| title | Stop-SPOUserAndContentMove |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer |
In a Multi-Geo company, stops the ability to move a user's content related objects in a SharePoint Online Tenant
Stop-SPOUserAndContentMove [-UserPrincipalName] <String> [<CommonParameters>]
Stops the ability to move a user's content related objects in a SharePoint Online Tenant
Stop-SPOUserAndContentMove -UserPrincipalName "TesIser@contoso.com"This example stops the ability to move the "TesIser@contoso.com" user content in the current Tenant.
Stop-SPOUserAndContentMove "TesIser@contoso.com"Equivalent to the one above
Applicable: SharePoint Online
UserPrincipalName or UPN defined for the specific user on the SPO tenant
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Introduction to the SharePoint Online management shell