다음을 통해 공유


Stop-SPOUserAndContentMove

Multi-Geo 회사에서 SharePoint Online 테넌트에서 사용자의 콘텐츠 관련 개체를 이동하는 기능을 중지합니다.

Syntax

Stop-SPOUserAndContentMove
    [-UserPrincipalName] <String>
    [<CommonParameters>]

Description

SharePoint Online 테넌트에서 사용자의 콘텐츠 관련 개체를 이동하는 기능을 중지합니다.

예제

예제 1

Stop-SPOUserAndContentMove -UserPrincipalName "TesIser@contoso.com"

다음은 현재 테넌트에서 "TesIser@contoso.com" 사용자 콘텐츠를 이동하는 기능을 중지하는 예제입니다.

예제 2

Stop-SPOUserAndContentMove "TesIser@contoso.com"

위의 항목과 동일합니다.

매개 변수

-UserPrincipalName

SPO 테넌트의 특정 사용자에 대해 정의된 UserPrincipalName 또는 UPN

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online