Get-SCDWSourceType

Get-SCDWSourceType

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

Syntax

Parameter Set: Default
Get-SCDWSourceType [-ComputerName <String> ] [-Credential <PSCredential> ] [ <CommonParameters>]

Detailed 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-SCDWSourceType.

Parameters

-ComputerName<String>

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.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Credential<PSCredential>

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.

Aliases

none

Required?

false

Position?

named

Default Value

none

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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

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

  • None.

    You cannot pipe input to this cmdlet.

Outputs

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

  • Microsoft.EnterpriseManagement.Warehouse.Cmdlets.GetSCDWSourceType+DataSourceType

Examples

Example 1: Get available data source types

This command gets the available source types.

PS C:\> Get-SCDWSourceType –ComputerName "serverDW72"

Cmdlet Reference for Data Warehouse