Get-SCDWMgmtGroup
Displays details about the management groups that are registered with the Data Warehouse.
Parameter Set: Default
Get-SCDWMgmtGroup [[-ComputerName] <String> ] [ <CommonParameters>]
The Get-SCDWMgmtGroup cmdlet returns all the Service Manager installations that are registered with the Data Warehouse.
Specifies the name of the server on which the Data Warehouse management server is installed.
Aliases |
none |
Required? |
false |
Position? |
1 |
Default Value |
. |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
The input type is the type of the objects that you can pipe to the cmdlet.
- None.
The output type is the type of the objects that the cmdlet emits.
- None.
Description
-----------
This command returns all the Service Manager installations that are registered with the Data Warehouse installation on the DW1 computer.
C:\PS>Get-SCDWMgmtGroup -ComputerName DW1DataSourceName DataSourceType DateRegistered DateUnregistered Version-------------- -------------- -------------- ---------------- -------SM1 ServiceManager 1/1/0001 12:00:00 AM 1/1/0001 12:00:00 AM 1.0
Getting Started with Service Manager Cmdlets for Windows PowerShell