Set-WssUserGroup

Set-WssUserGroup

Modifies properties of a user group.

構文

Parameter Set: Default
Set-WssUserGroup -GroupName <String> [-Description <String> ] [ <CommonParameters>]

詳細説明

The Set-WssUserGroup cmdlet modifies properties of a Windows Server Essentials user group.

パラメーター

-Description<String>

Specifies a description. The cmdlet modifies the user group to have the description that you specify.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-GroupName<String>

Specifies the name of a user group. The cmdlet modifies the user group that you specify.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Modify a description for a group

This command modifies the description for the group named HRGroup.

PS C:\> Set-WssUserGroup -GroupName "HRGroup" -Description "User group for the HR" 
PS C:\> 

関連トピック

Add-WssUserGroup

Get-WssUserGroup

Remove-WssUserGroup