...
1 | Go to the Microsoft Store and search for Python. There may be multiple versions of Python available; you can select the latest one. Alternatively, you can download Python directly from the Python .org site. https://www.python.org/downloads/ | |||||
2 | Install Python. | 3 | Next, let’s open up the | |||
43 | Now we need to download a plugin - issue the following command
This will To download and install the plugin we need to run the script. | 5 | If you are met with an error regarding ‘pip’, such as this:”pip : The term ‘pip’ is not recognized as the name of a cmdlet, function, script file, or operable program…” |
We’re now ready to run the export script!
Running the Export Script
1 | In Powershell, change Change to the directory to which you downloaded the '
| |
2 | Run the command |
You will see the script run, and the CSV file will be exported based on the configuration option you set in the output_csv
variable.
Next Steps
...
.