Add-InstantCloneConnection

Syntax

Add-InstantCloneConnection -Instance <string> [<CommonParameters>]

Add-InstantCloneConnection -Username <string> -Password <string> -Instance <string> [<CommonParameters>]

Description

Parameters

-Username <System.String>

Username for SQL authentication.

Aliases None
Required?true
Position?named
Default Value None
Accept Pipeline Inputfalse
Accept Wildcard Charactersfalse

-Password <System.String>

Password for SQL authentication.

Aliases None
Required?true
Position?named
Default Value None
Accept Pipeline Inputfalse
Accept Wildcard Charactersfalse

-Instance <System.String>

The instance to add. This must be on the local machine.

Aliases None
Required?true
Position?named
Default Value None
Accept Pipeline Inputfalse
Accept Wildcard Charactersfalse

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see http://technet.microsoft.com/en-us/library/hh847884.aspx.

Inputs

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

Return values

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

Examples