Click or drag to resize

Merge-DtConsoleServerData

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.

Syntax

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

Parameters
-ImportFilePath<String>

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

Required?

true

Position?

1

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Replace<SwitchParameter>

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

Required?

false

Position?

2

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters.

Examples

------------------EXAMPLE------------------

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.

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