Get-WssMsoAssignedUser

Get-WssMsoAssignedUser

Gets the online service account for a user.

Sintaxis

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

Descripción detallada

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.

Parámetros

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

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue, ByPropertyName)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • System.String

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

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

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:\> 

Temas relacionados

Rename-WssMsoAssignedUser

Get-WssMsoAssignedGroup