Add-WssUserGroup

Add-WssUserGroup

Adds a user group to the dashboard.

Syntax

Parameter Set: Default
Add-WssUserGroup -Name <String> [-AllowRemoteAccess] [-AllowVpnAccess] [-Description <String> ] [ <CommonParameters>]

Detailed Description

The Add-WssUserGroup cmdlet adds a user group to the Windows Server Essentials dashboard.

Parameters

-AllowRemoteAccess

Indicates that members of the group can access the Remote Web Access website.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-AllowVpnAccess

Indicates that members of the group can access the VPN server.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Description<String>

Specifies a description. The cmdlet assigns the user group the description that you specify.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Name<String>

Specifies a name. The cmdlet uses this name for the user group.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Add user group

This command adds a user group.

PS C:\> Add-WssUserGroup -Name "Support" -Description "Customer Support Team"

Get-WssUserGroup

Remove-WssUserGroup

Set-WssUserGroup