Add-WssUserGroup

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.

パラメーター

-AllowRemoteAccess

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-AllowVpnAccess

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Description<String>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Name<String>

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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