Enable-WssMsoUser

Enables an online service account.

Syntax

Enable-WssMsoUser
      [-WssUserName] <String>
      [<CommonParameters>]

Description

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.

Examples

Example 1: Enable an online service account

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

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

Parameters

-WssUserName

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

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

String

WssUserName - the local account name of user to be enabled.