Get Started
Get started with PowerShell Universal
You'll need to install the PowerShell Universal server. There are a lot of ways to do so but you can use the command line below to get started quickly.
Windows
Linux
Mac OS X
You can install PowerShell Universal as a service using Chocolatey.
choco install powershelluniversal
You can install PowerShell Universal using the Universal PowerShell module.
Install-Module Universal
Install-PSUServer -AddToPath
Start-PSUServer -Port 5000
You can install PowerShell Universal using the Universal PowerShell module.
Install-Module Universal
Install-PSUServer -AddToPath
Start-PSUServer -Port 5000
By default, PowerShell Universal is running on port 5000 of localhost. You can access the admin console with the user name
admin
and any password.
We recommend installing the PowerShell Universal Visual Studio Code Extension to provide the best possible editing experience.
You can connect to your instance of PowerShell Universal, browse and insert samples and get up and running right away.
Install the extension by searching for it in the extension page and clicking Install.

Click the PowerShell Universal icon on the left hand side and the extension will attempt to connect using the default URL and user name. The extension will notify you once it has connected.

Samples are available via the sample browser. You can select a sample and insert it into your PowerShell Universal instance. You'll need to save the file that is opened by Visual Studio Code for the sample to be inserted.

Learn more about the various features of PowerShell Universal
Last modified 2yr ago