Enable-WssMsoUser
Enables an online service account.
PowerShell
Enable-WssMsoUser
[-WssUserName] <String>
[<CommonParameters>]
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.
PowerShell
PS C:\> Enable-WssMsoUser -WssUserName "DavidChew"
This command enables the online service account that is assigned to the user account named DavidChew.
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 |
WssUserName - the local account name of user to be enabled.