Set-WssUserGroup

Set-WssUserGroup

Modifies properties of a user group.

Syntax

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

Detailed Description

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

Parameters

-Description<String>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-GroupName<String>

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

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: 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