Remove-WssUserGroup

Remove-WssUserGroup

Removes a user group.

構文

Parameter Set: Default
Remove-WssUserGroup -Name <String> [ <CommonParameters>]

詳細説明

The Remove-WssUserGroup cmdlet removes a user group. If you previously assigned a security group to the group to remove, this cmdlet removes the assignment, but does not remove the security group.

パラメーター

-Name<String>

Specifies a name. The cmdlet removes the user group that you specify by name.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Remove a user group

This command removes a user group named support, as well as the assignment to a security group, if one exists.

PS C:\> Remove-WssUserGroup -Name "Support"
PS C:\> 

関連トピック

Add-WssUserGroup

Get-WssUserGroup

Set-WssUserGroup