Get-CCMGroupMember
Get-CCMGroupMember
Get-CCMGroupMember
Returns information about a CCM group’s members
Syntax
Get-CCMGroupMember `
-Group <String> [<CommonParameters>]
Description
Return detailed group information from Chocolatey Central Management
Aliases
None
Examples
EXAMPLE 1
Get-CCMGroupMember -Group "WebServers"
Inputs
None
Outputs
None
Parameters
-Group <String>
The Group to query
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | 1 |
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-CCMGroupMember -Full
.