共用方式為


Set-MsolUserPrincipalName

變更使用者的使用者識別碼。

語法

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>]

Description

Set-MsolUserPrincipalName Cmdlet 會變更使用者的用戶主體名稱或使用者標識符。 此 Cmdlet 可用來在同盟網域與標準網域之間移動使用者,這會導致其驗證類型變更為目標網域的驗證類型。

範例

範例 1:重新命名使用者

PS C:\> Set-MsolUserPrincipalName -UserPrincipalName "davidc@contoso.com" -NewUserPrincipalName "davidchew@contoso.com"

這個指令會重新 davidc@contoso.com 命名為 davidchew@contoso.com。

參數

-ImmutableId

指定使用者同盟身分識別的不可變標識碼。 將使用者從標準移至同盟身分識別網域時,這是必要的。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-NewPassword

指定使用者的新密碼。 將使用者從同盟移至標準身分識別網域時,這是必要的。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-NewUserPrincipalName

指定使用者的新使用者識別碼。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ObjectId

指定要更新之使用者的唯一物件標識碼。

類型:Guid
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-TenantId

指定要在其中執行作業之租使用者的唯一標識符。 預設值為目前使用者的租使用者。 此參數僅適用於合作夥伴使用者。

類型:Guid
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-UserPrincipalName

指定要更新之使用者的原始使用者識別碼。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False