Rename-WssMsoAssignedUser

Rename-WssMsoAssignedUser

Modifies the online service account for a user.

構文

Parameter Set: Default
Rename-WssMsoAssignedUser [-WssUserName] <String> [-NewMsoUserName] <String> [ <CommonParameters>]

詳細説明

The Rename-WssMsoAssignedUser cmdlet modifies the online service account assigned to a local network user account in .

パラメーター

-NewMsoUserName<String>

Specifies an online service account, as a user principal name (UPN). The cmdlet assigns the UPN that you specify to the user that the WssUserName parameter specifies.

エイリアス

なし

必須?

true

位置は?

2

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-WssUserName<String>

Specifies the name of a user account. The cmdlet updates the online service account for the user account that you specify.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByValue, ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • System.String

    WssUserName
    Type: System.String
    Description: local network account name of user

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Modify a Microsoft account

This command modifies the online service account for the user account named DavidChew.

PS C:\> Update-WssMSOAccountName -WssUserName "DavidChew" -NewMsoUserName "DavidChew@TSQA.Contoso.com" 
PS C:\> 

関連トピック

Get-WssMsoAssignedUser