PowerShell Universal 2.0

PowerShellUniversal

June 2, 2021

quote Discuss this Article

I’m very happy to announce the release of PowerShell Universal v2.0! 🎉 This release is a major step forward for the platform. It introduces a redesigned admin console, an integrated script environment, enhanced role based access controls for scripts, and more!

Download Now

What’s New

Admin Console

We have a completely redesigned admin console. The experience is more consistent, supports a dark theme, and is optimized for speed.

Integrated Environment

PSU 2.0 also provides a new integrated environment for scripts. This is now the default configuration for PSU. It uses the PowerShell environment directly within the PSU server and does not start external processes unless you configure it to do so. You’ll still be able to use which ever PowerShell version you would like. The integrated environment is faster because it doesn’t need to communicate over interprocess communication. It’s also simpler to configure since you only need to start a single process.

Learn More

Enhanced Role Based Access for Scripts

We’ve introduced a new RBAC system to allow for more granular control of who has access to which scripts. It also introduces finer controls on who can view, edit, create, delete and execute scripts. You can also tag scripts and then assign access controls to tags. This access control system will soon be available for all resources within PSU. While these controls aren’t yet available in the admin console, you can still configure everything using some basic cmdlets.

Learn More

Notifications

The admin console and Management API now provide notifications when certain actions are taken within PSU. You’ll see a badge in the top right corner with any new notifications.

Visual Studio Code Configuration

The Visual Studio Code extension and PowerShell Universal admin console can now be paired without having to do it manually. You can click a button in the admin console and VS Code will open and configure itself for your PSU instance. It’ll generate an app token and set the URL appropriately.

Linux ARM Support

With the release of the integrated environment, we will also be publishing a Linux ARM built of PowerShell Universal. You’ll be able to run it on your favorite tiny computer. We’ve tested it on the latest Raspberry Pi Os.

Upgrading to 2.0

You should be able to upgrade your existing 1.x instance to 2.0 with minimal breaking changes. If you have not configured the default environment and you do not have environments assign to the API or scripts, you will need to set the default environment to your preferred one in the general settings. In 2.0, we are defaulting to the integrated environment.

Please read our upgrading documentation here.

What about 1.6?

For much of the beta period for this release we had been planning on releasing it as 1.6. With such a large change to the UX of the admin console, we decided to bump the major version because it’s a big change. It also gave us the opportunity to revisit the default PSU configuration to simplify initial deployments.

1.x Support

We’ll be supporting 1.x versions for the next 6 months to allow you time to upgrade. We’ll continue to rollback bug fixes to 1.x during this time.

Get Started

To get started with PowerShell Universal v2.0, download the latest version from our downloads page.