Set-CCMGroup

Change information about a group in Chocolatey Central Management

Syntax

Set-CCMGroup `
  [-Group <String>] `
  [-NewName <String>] `
  [-NewDescription <String>] [<CommonParameters>]

Description

Change the name or description of a Group in Chocolatey Central Management

Aliases

None

Examples

EXAMPLE 1

Set-CCMGroup -Group Finance -Description 'Computers in the finance division'

EXAMPLE 2

Set-CCMGroup -Group IT -NewName TheBestComputers

EXAMPLE 3

Set-CCMGroup -Group Test -NewName NewMachineImaged -Description 'Group for freshly imaged machines needing a baseline package pushed to them'

Inputs

None

Outputs

None

Parameters

-Group [<String>]

The Group to edit

PropertyValue
Aliases
Required?false
Position?1
Default Value
Accept Pipeline Input?false

-NewName [<String>]

The new name of the group

PropertyValue
Aliases
Required?false
Position?2
Default Value
Accept Pipeline Input?false

-NewDescription [<String>]

The new description of the group

PropertyValue
Aliases
Required?false
Position?3
Default Value
Accept Pipeline Input?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 .

Function Reference

NOTE

This documentation has been automatically generated from Import-Module "ChocoCCM" -Force; Get-Help Set-CCMGroup -Full.