你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Set-MsolUserPrincipalName
更改用户的用户 ID。
语法
Set-MsolUserPrincipalName
-ObjectId <Guid>
-NewUserPrincipalName <String>
[-ImmutableId <String>]
[-NewPassword <String>]
[-TenantId <Guid>]
[<CommonParameters>]
Set-MsolUserPrincipalName
-NewUserPrincipalName <String>
[-ImmutableId <String>]
[-NewPassword <String>]
-UserPrincipalName <String>
[-TenantId <Guid>]
[<CommonParameters>]
说明
Set-MsolUserPrincipalName cmdlet 更改用户的用户主体名称或用户 ID。 此 cmdlet 可用于在联合域和标准域之间移动用户,这会导致用户的身份验证类型更改为目标域的身份验证类型。
示例
示例 1:重命名用户
PS C:\> Set-MsolUserPrincipalName -UserPrincipalName "davidc@contoso.com" -NewUserPrincipalName "davidchew@contoso.com"
此命令将 davidc@contoso.com 重命名为 davidchew@contoso.com。
参数
-ImmutableId
指定用户的联合标识的不可变 ID。 如果将用户从标准标识域移动到联合标识域,则这是必需的。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-NewPassword
指定用户的新密码。 如果将用户从联合身份域移动到标准标识域,则这是必需的。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-NewUserPrincipalName
指定用户的新用户 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ObjectId
指定要更新的用户的唯一对象 ID。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-TenantId
指定要对其执行操作的租户的唯一 ID。 默认值为当前用户的租户。 此参数仅适用于合作伙伴用户。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-UserPrincipalName
指定要更新的用户的原始用户 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |