![]() |
Save-DtConsoleServerData |
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.
Save-DtConsoleServerData [-FilePath] <String> [<CommonParameters>]
Required? |
true |
Position? |
1 |
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 for the user currently logged in will be saved at the root of the C: drive to the file DtAdmin1_ServerData.xml.
Save-DtConsoleServerData -FilePath "C:\DtAdmin1_ServerData.xml"