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