Invoke-RASImportSettings
Last updated
Last updated
Invoke-RASImportSettings
Imports the Parallels RAS farm configuration from a file.
Invoke-RASImportSettings [] (string) [()]
Imports the Parallels RAS farm configuration from a file.
A file containing the farm configuration can be created using the Invoke-RASExportSettings cmdlet or from the RAS console.
File name and path containing a farm configuration.
The standard Parallels RAS filename extension for these files is '.dat2'.
(CommonParameters)
-none-
-none-
**---------- EXAMPLE 1 ----------
Invoke-RASImportSettings "C:\Backup\RAS-backup.dat2"
Imports the Parallels RAS farm configuration from the specified file.