Generating PowerShell Scripts
To export the plotted charts as an image to generate reports on a Windows-based operating system, use the PowerShell script for the displayed charts. You can use the Windows PowerShell client to run the PowerShell scripts.
To download the plotted configuration in SVG file format.
-
Click PowerShell on the Automation pane.
-
A window appears where the PowerShell script for the current chart is displayed.
-
Highlight and copy the PowerShell script to the clipboard.
-
Paste the script in a text editor.
-
Modify the file name, if required, for easy identification.
-
Open PowerShell.
-
Copy and paste the script to Window PowerShell client.
-
Press Enter on the keyboard.
-
If the command prompt returns without any errors, the script has run successfully.
-
By default, the image is extracted to the directory path on your machine, which has been accessed by the PowerShell client.
-
The image is exported in the SVG format.
-
Scroll down to view the rest of the extracted image.
See the following topics for more information on modifying the appearance of PowerShell generated charts:
- Adding Plot Size in PowerShell
- Adding the Title in PowerShell
- Adding X Axis in PowerShell
- Adding Y Axis in PowerShell
- Changing Plot Titles, Axes Labels, Axes Range, and Chart Size in PowerShell