Skip to content

Latest commit

 

History

History
89 lines (57 loc) · 2.17 KB

File metadata and controls

89 lines (57 loc) · 2.17 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/stop-spouserandcontentmove
applicable SharePoint Online
title Stop-SPOUserAndContentMove
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Stop-SPOUserAndContentMove

SYNOPSIS

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

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: False

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

Introduction to the SharePoint Online management shell

SharePoint Online Management Shell Download

Get-SPOAppErrors

Start-SPOUserAndContentMove