Applies Double-Take Console server data from a file
Syntax
Merge-DtConsoleServerData [-ImportFilePath] <String> [-Replace] [<CommonParameters>]
Detailed Description
Parameters
Name | Type | Description | Required | Pipeline Input |
---|---|---|---|---|
Import FilePath |
String |
|
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.