Add-CCMGroupMember

Add-CCMGroupMember

Add-CCMGroupMember

Adds a member to an existing Group in Central Management

Syntax

Add-CCMGroupMember `
  [-Name <String>] `
  [-Group <String[]>] [<CommonParameters>]
Add-CCMGroupMember `
  [-Name <String>] `
  -Computer <String[]> [<CommonParameters>]

Description

Add new computers and groups to existing Central Management Groups

Aliases

None

Examples

EXAMPLE 1

Add-CCMGroupMember -Group 'Newly Imaged' -Computer Lab1,Lab2,Lab3

Inputs

None

Outputs

None

Parameters

-Name <String>

The group to edit

Property Value
Aliases
Required? true
Position? named
Default Value
Accept Pipeline Input? false

-Computer <String[]>

The computer(s) to add

Property Value
Aliases
Required? true
Position? named
Default Value
Accept Pipeline Input? false

-Group [<String[]>]

The group(s) to add

Property Value
Aliases
Required? false
Position? named
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

:choco-info: NOTE

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