The Get-CVClientGroup cmdlet returns information about a specific client computer group, or all the client computer groups in your CommCell environment.
Before you can use this cmdlet, you must log on to your CommCell environment using the Connect-CVServer cmdlet. For more information, see Connecting to a CommCell Environment with PowerShell.
Syntax
Get-CVClientGroup [-AllProperties] [CommonParameters]Get-CVClientGroup [-Name String] [-AllProperties] [CommonParameters]Optional Parameters
Commvault Parameters
|
Parameter |
Description |
Data type |
Accepts pipeline input? |
Accepts wildcard characters? |
Type of parameter |
|---|---|---|---|---|---|
|
– |
The name of the client group. |
String |
No |
No |
Named |
|
– |
Gets detail properties for each client group. |
SwitchParameter |
No |
No |
Named |
Microsoft PowerShell Parameters
You can use the following Microsoft PowerShell parameters:
-
Debug
-
ErrorAction
-
ErrorVariable
-
OutBuffer
-
OutVariable
-
PipelineVariable
-
Verbose
-
WarningAction
-
WarningVariable
-
Force
-
Confirm
-
WhatIf
Note
Only a few cmdlets support Force, Confirm, and WhatIf parameters.
For more information, see "About Common Parameters" in the Microsoft PowerShell documentation.
Input
This cmdlet does not support input.
Output
A PSCustomObject that contains the properties of the client group.
Example: Get Information About a Client Group by the Client Group Name
The following example returns information about a client group based on the client group name.
Get-CVClientGroup -Name myclientgroup