Add-WssUserGroup
Adds a user group to the dashboard.
Parameter Set: Default
Add-WssUserGroup -Name <String> [-AllowRemoteAccess] [-AllowVpnAccess] [-Description <String> ] [ <CommonParameters>]
The Add-WssUserGroup cmdlet adds a user group to the Windows Server Essentials dashboard.
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 |
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 |
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 |
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 |
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).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
This command adds a user group.
PS C:\> Add-WssUserGroup -Name "Support" -Description "Customer Support Team"