Stop-SPOUserAndContentMove
在多地理位置公司中,停止在 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 |