Windows PowerShell Version

Which version of PowerShell are you using with UD? I realize that 7 isn’t out of preview yet but I’m curious. I’d love to go to ASP.NET Core 3.0 someday but it doesn’t work with .NET Framework which means that it wouldn’t work with Windows PowerShell v5.1.

I suspect most people are still using Windows PowerShell v5.1.

  • Windows PowerShell v5.1
  • PowerShell v6
  • PowerShell v7

0 voters

@adam
ASP.NET Core 3.0 or 3.1 soon has so many advanced performance and bug fixes and i think that even the majority of us are still using PowerShell v5.1. its not going to be an issue modifying the dashboard.ps1 script to work with PowerShell 6 or 7.

In fact you might use commands exists in those 2 releases that is faster and saves time.

@adam
I started a Blazor application wich resembles UniversalDashboard-functionality. Frontend C# is really nice and results in a really slim tech-stack for this kind of project. I wish it could run PowerShell 5.1 then i’d invest a lot more time in it.