Invoke-ImportSettings

NAME

Invoke-ImportSettings

SYNOPSIS

Imports the Parallels RAS farm configuration from a file.

SYNTAX

Invoke-ImportSettings [-FilePath] <string> [<CommonParameters>]

DESCRIPTION

The Invoke-ImportSettings cmdlet is used to import the Parallels RAS farm configuration from a file.

A file containing the farm configuration can be created using the Invoke-ExportSettings cmdlet or from the RAS console.

PARAMETERS


-FilePath <string>
File name and path containing a farm configuration. The standard Parallels RAS

The standard Parallels RAS filename extension for these files is '.dat2'.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

<CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). 

INPUTS



OUTPUTS



EXAMPLES


---------- EXAMPLE 1 ----------

Invoke-ImportSettings "C:\Backup\RAS-backup.dat2"

Imports the Parallels RAS farm configuration from the specified file.

RELATED LINKS

Parallels RAS v16.0