Stop-SPOUserAndContentMove

複数地域の会社では、SharePoint Online テナント内のユーザーのコンテンツ関連オブジェクトを移動する機能を停止します

構文

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

説明

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