Enable-WssMsoUser

Enable-WssMsoUser

Enables an online service account.

Sintaxis

Parameter Set: Default
Enable-WssMsoUser [-WssUserName] <String> [ <CommonParameters>]

Descripción detallada

The Enable-WssMsoUser cmdlet enables the online service account that is assigned to a local network user account. You can use this command after disabling an account with Disable-WssMsoUser.

Parámetros

-WssUserName<String>

Specifies the name of a user account. The cmdlet enables the online service account that is assigned to the user account that you specify.

Alias

ninguno

¿Requerido?

true

¿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 – the local account name of user to be enabled.

Salidas

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

Ejemplos

Example 1: Enable an online service account

This command enables the online service account that is assigned to the user account named DavidChew.

PS C:\> Enable-WssMsoUser -WssUserName "DavidChew"

Temas relacionados

Add-WssMsoUser

Disable-WssMsoUser

Get-WssMsoUser

Remove-WssMsoUser