PowerShell Universal is the ultimate platform for building web-based IT tools. This extension helps in the development of tools using PowerShell Universal.
- View APIs
- Automatically insert
Invoke-RestMethod
to call APIs - Edit APIs
- View dashboards
- Open Dashboard scripts
- Restart Dashboards
- View Dashboard log
- Debug Dashboard Process
- View scripts
- Edit scripts
- Run scripts and receive notifications on job status
- Edit configuration scripts
Automatically insert samples from the PowerShell Universal Sample Repository
- Windows, Linux or Mac
- PowerShell v5.1 or later
- Modern Web Browser
This extension contributes the following settings:
powershellUniversal.appToken
: An app token for communicating with the Universal REST API. An app token will be granted the first time the extension starts up.powershellUniversal.url
: The URL to your PowerShell Universal server.powershellUniversal.samplesDirectory
: Directory for samples.powershellUniversal.syncSamples
: Whether to synchronize samples from GitHub.powershellUniversal.serverPath
: The path to the binaries for the Universal server. This defaults to %AppData%\PowerShellUniversalpowershellUniversal.startServer
: Whether to start the PowerShell Universal server when the extension is activated. This defaults to true.powershellUniversal.localEditing
: Whether to edit local configuration files or using the REST API