PS> Install-Module UniversalDashboard
WARNING: The specified module ‘UniversalDashboard’ with PowerShellGetFormatVersion ‘2.0’ is not
supported by the current version of PowerShellGet
PS> Update-Module PowerShellGet
Still does not work.
Cheers
PS> Install-Module UniversalDashboard
WARNING: The specified module ‘UniversalDashboard’ with PowerShellGetFormatVersion ‘2.0’ is not
supported by the current version of PowerShellGet
PS> Update-Module PowerShellGet
Still does not work.
Cheers
Hi @tmack8080
Can you do a “get-module -listavaliable” for me? Paste it into hastebin.com and link it here.
@tmack8080 - You also will need to make sure to close and reopen PowerShell after updating that module.
Restarting the PS host resolved this install issue. Thanks for the quick response.