Get-SCSPFSetting

Applies To: System Center 2012 R2 Orchestrator

Get-SCSPFSetting

Gets a setting for a variety of purposes.

Syntax

Parameter Set: Empty
Get-SCSPFSetting [-SettingType <String> ] [ <CommonParameters>]

Parameter Set: FromSettingIdParameterSetName
Get-SCSPFSetting -ID <Guid[]> [ <CommonParameters>]

Parameter Set: FromSettingNameParameterSetName
Get-SCSPFSetting -Name <String[]> [ <CommonParameters>]

Parameter Set: FromSettingServerParameterSetName
Get-SCSPFSetting -Server <Server> -ServerName <String> [-SettingType <String> ] [ <CommonParameters>]

Detailed Description

The Get-SCSPFSetting cmdlet gets the setting for usage metering, or for a portal endpoint connection.

Parameters

-ID<Guid[]>

Specifies the ID for the setting.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Name<String[]>

Specifies a friendly name for the setting.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Server<Server>

Specifies a server object associated with the setting.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

-ServerName<String>

Specifies the name of the sever associated with the setting.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

-SettingType<String>

Specifies either DatabaseConnectionString or EndPointConnectionString.

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.

Inputs

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

Outputs

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

Examples

1: Get a setting

This command gets an existing setting by its ID.

PS C:\> $dbOMDW = Get-SCSPFSetting -ID f3b39608-ac58-40b7-853c-241e343b256a