I have just installed PowerShell Universal using the MSI but I have no cmdlets in the ISE and the inbuild code editor in PowerShell Universal only list 3 cmdlets:
That is correct it looks like it was unable to download anything from the PowerShell Gallery.
It looks like it’s an issue with Windows Server Datacenter Edition 2016 it looks like it can’t use “Tls12”.
So I need to set [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 to allow downloading from the PowerShell Gallery.
This lets both: Install-Module UniversalDashboardInstall-Module Universal Install into the ISE and VScode.
This got me to a new issue where it looked like UniversalDashboard.GridLayout was not installed.
I think it is mostly the “Tls12” issue so I will try to set up PSUniversal on a different OS and see if that solves the issues, I’ll let you know how I go, but if there is a way to get it working on this OS I would like to give it a try.