Cmdlets > Merge-DtConsoleServerData

Merge-DtConsoleServerData

Applies Double-Take Console server data from a file

Syntax

Merge-DtConsoleServerData [-ImportFilePath] <String> [-Replace] [<CommonParameters>]

Detailed Description

This cmdlet applies the server information from a server data file generated from the Save-DtConsoleServerData cmdlet. The server information from the file will be applied to the user profile of the user that is currently logged into the machine. If you have multiple administrators sharing the same Double-Take Console installation, each administrator will need to be logged in to apply console server data to their user profile. You must close the Double-Take Console to apply the server data file.

Parameters

Name Type Description Required Pipeline Input
Import
FilePath
String

Specify the path and file name of the .xml console data file that was generated from the Save-DtConsoleServerData cmdlet.

true false
Replace Switch
Parameter

Remove the servers from the console that are not present in the import file.

false false

Outputs

None

Examples

Merge-DtConsoleServerData -ImportFilePath "C:\DtAdmin1_ServerData.xml"

The Double-Take Console server data from the file DtAdmin1_ServerData.xml is applied to the user profile for the user that is currently logged in.