Get-CCMGroup
Get-CCMGroup
Get-CCMGroup
Returns group information for your CCM installation
Syntax
Get-CCMGroup [<CommonParameters>]
Get-CCMGroup `
-Group <String[]> [<CommonParameters>]
Get-CCMGroup `
-Id <String[]> [<CommonParameters>]
Description
Returns information about the groups created in your CCM Installation
Aliases
None
Examples
EXAMPLE 1
Get-CCMGroup
EXAMPLE 2
Get-CCMGroup -Id 1
EXAMPLE 3
Get-CCMGroup -Group 'Web Servers'
Inputs
None
Outputs
None
Parameters
-Group <String[]>
Returns group with the provided name
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
-Id <String[]>
Returns group withe the provided id
Property | Value |
---|---|
Aliases | |
Required? | true |
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 .
NOTE
This documentation has been automatically generated from
Import-Module "ChocoCCM" -Force; Get-Help Get-CCMGroup -Full
.