Parallels RAS PowerShell can be used to export and import Parallels RAS farm settings. To import the Parallels RAS PowerShell module, open the PowerShell console and execute the following command:
Import-Module PSAdmin
Create a Parallels RAS session (use the name or IP address of the server where you have Parallels RAS installed):
New-RASSession -Server "server.company.dom"
To export farm settings, execute the following command (substitute the path and filename of the backup file with your own):
Invoke-ExportSettings "C:\Backup\RAS-backup.dat2"
To import farm settings:
Invoke-ImportSettings "C:\Backup\RAS-backup.dat2"
Was this article helpful?
Tell us how we can improve it.