Restore-PartnerCustomerUser
还原以前从客户的租户中删除的客户用户。
语法
Restore-PartnerCustomerUser
[-CustomerId] <String>
-UserId <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Restore-PartnerCustomerUser
[-CustomerId] <String>
-UserPrincipalName <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Restore-PartnerCustomerUser cmdlet 还原以前从客户租户中删除的指定用户。
示例
示例 1
PS C:\> Restore-PartnerCustomerUser -CustomerId db8ea5b4-a69b-45f3-abd3-dca19e87c536 -UserPrincipalName "Hugh@wingtiptoys.onmicrosoft.com"
使用 Hugh@wingtiptoys.onmicrosoft.com 的用户主体名称还原客户用户
示例 2
PS C:\> Remove-PartnerCustomerUser -CustomerId db8ea5b4-a69b-45f3-abd3-dca19e87c536 -UserId
使用用户标识符 6e668259-1f09-479d-bcb8-d9b03e826b8d 还原客户用户
参数
-Confirm
在运行 cmdlet 之前,提示你进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-CustomerId
客户的标识符。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-UserId
用户的标识符。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-UserPrincipalName
客户的标识符。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示 cmdlet 运行时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Boolean