Get-WssMsoAssignedUser

Get-WssMsoAssignedUser

Gets the online service account for a user.

構文

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

詳細説明

The Get-WssMsoAssignedUser cmdlet gets the online service account assigned to a local network user account from . If you do not specify a user, the cmdlet gets all online service accounts.

パラメーター

-WssUserName<String>

Specifies the name of a user account. The cmdlet gets the online service account that corresponds to the user account that you specify.

エイリアス

なし

必須?

false

位置は?

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: Get a Microsoft account

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

PS C:\> Get-WssMsoAssignedUser -WssUserName "DavidChew"
PS C:\> 

関連トピック

Rename-WssMsoAssignedUser

Get-WssMsoAssignedGroup