Saves Double-Take Console server data
Syntax
Save-DtConsoleServerData [-FilePath] <String> [<CommonParameters>]
Detailed Description
This cmdlet saves the server information from the Double-Take Console for 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 save their console server data.
Parameters
Name | Type | Description | Required | Pipeline Input |
---|---|---|---|---|
FilePath | String |
Specify the path and file name with an .xml fie extension to store the server data from the Double-Take Console. |
true | false |
Outputs
None
Examples
Save-DtConsoleServerData -FilePath "C:\DtAdmin1_ServerData.xml" |
The Double-Take Console server data for the user currently logged in will be saved at the root of the C: drive to the file DtAdmin1_ServerData.xml.