Get-SCDWMgmtGroup

Get-SCDWMgmtGroup

Displays details about the management groups that are registered with the Data Warehouse.

Syntax

Parameter Set: Default
Get-SCDWMgmtGroup [[-ComputerName] <String> ] [ <CommonParameters>]

Detailed Description

The Get-SCDWMgmtGroup cmdlet returns all the Service Manager installations that are registered with the Data Warehouse.

Parameters

-ComputerName<String>

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

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • None.

Examples

-------------------------- EXAMPLE 1 --------------------------

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