![]() |
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.
Merge-DtConsoleServerData [-ImportFilePath] <String> [-Replace] <SwitchParameter> [<CommonParameters>]
Required? |
true |
Position? |
1 |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Required? |
false |
Position? |
2 |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters. |
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"