Get-SCDWSourceType

Gets the types of data sources that can be registered to the data warehouse.

Syntax

Get-SCDWSourceType
   [-ComputerName <String>]
   [-Credential <PSCredential>]
   [<CommonParameters>]

Description

The Get-SCDWSourceType cmdlet gets the types of data sources that can be registered to the data warehouse.

For updated information about this cmdlet, see Get-SCDWSourceTypehttp://go.microsoft.com/fwlink/p/?LinkId=234995.

Examples

Example 1: Get available data source types

PS C:\>Get-SCDWSourceType â€"ComputerName "serverDW72"

This command gets the available source types.

Parameters

-ComputerName

Specifies the name of the computer on which the System Center Data Access service is running. The user account that is defined in the Credential parameter must have access rights to the specified computer. You can omit this parameter only if the System Center Data Access Service is running on the same computer that has Service Manager installed.

Type:String
Aliases:CN
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Credential

Specifies the credentials to use when you are connecting to the server on which the System Center Data Access service is running. The provided user account must have access to that server.

Type:PSCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None.

You cannot pipe input to this cmdlet.

Outputs

Microsoft.EnterpriseManagement.Warehouse.Cmdlets.GetSCDWSourceType+DataSourceType