NAME

Get-DcsDefaultConnection

SYNOPSIS

Displays the default connection.

SYNTAX

Get-DcsDefaultConnection   [ -PipelineVariable <String> ]

DESCRIPTION

Displays the default connection. The default connection is assigned using Set-DcsDefaultConnection, or will be the last connection made.

PARAMETERS

-PipelineVariable<String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

INPUTS

OUTPUTS

string : The alias of the default connection.

NOTES

Also see Set-DcsDefaultConnection, Get-DcsConnection.

EXAMPLES


-------------- Example 1 Returns the default connection --------------
Get-DcsDefaultConnection
			

Returns the default connection for the server group. The name of the connection is "SSV1Connect", as shown by the output.

SSV1Connect