These pages cover SQL Clone Technical Preview 0.2 to 0.3, which is not the latest version. Help for other versions is also available.

Restore-InstantClone

Restore clones.

Syntax

Restore-InstantClone [<CommonParameters>]

Description

When you restart your machines, the VHDs that back clones need to be restarted. Run this cmdlet to restart all clones.

Parameters

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

  • None.
    You cannot pipe input to this cmdlet.

Return values

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

  • None.
    You cannot pipe input to this cmdlet.

Examples

---------- EXAMPLE 1 ----------

Restore-InstantClone -Verbose

This will restore all clones. Those that are already restored, it will skip.

  • No labels