Previous Topic: Diff-Scenario - Generate a Difference ReportNext Topic: Expose-Snapshot - Expose a Snapshot


Export-Scenario - Export a Scenario to a Specified Location

The Export-Scenario command enables you to export scenarios to other locations in order to reuse them. The scenario is exported as an XMC file, and you can specify its location.

Syntax
Export-Scenario [-Name] <String> [[-File] [<String>]] 
Parameters
Name

The scenario name.

File (optional)

The full path of the exported file. If you do not specify a path, the file is exported to the current directory and carries the name of the scenario with an .xmc extension.

Example: Export a scenario to a specified location

export-scenario "File Server 1" C:\Scenarios\Scenario_exp_file_1

Outcome:

Scenario File Server 1 exported successfully to C:\Scenarios\Scenario_exp_file_1