Get-SCSPFConnectionString

Applies To: System Center 2012 R2 Orchestrator

Get-SCSPFConnectionString

Gets the connection string to the Service Provider Foundation database. Requires running Windows PowerShell as Administrator.

Syntax

Get-SCSPFConnectionString [ <CommonParameters>]

Detailed Description

The Get-SCSPFConnectionString cmdlet gets the database connection string to the Service Provider Foundation database. The database can be on a different server than the server that is running Service Provider Foundation. This cmdlet requires running Windows PowerShell as Administrator.

Parameters

<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 the connection string.

This command gets the connection string to the Service Provider Foundation database.

PS C:\> Get-SCSPFConnectionString

Set-SCSPFConnectionString