Unfortunately, updating PowerShellGet did not help, getting same error.
The problem with manual install is that Iāve noticed Adam releases new UD version on almost monthly basis, I really donāt want to do this manually every month.
If this becomes an issue, I might consider destroying 2012R2 VM and get 2016 instead, that oneās closer to W10.
edit:
It appears PowerShellGet is not updating properly, that could be the problem. Investigating now
Install-Module -Name UniversalDashboard -acceptlicense -force -verbose VERBOSE: Using the provider 'PowerShellGet' for searching packages.
VERBOSE: The -Repository parameter was not specified. PowerShellGet will use all of the registered repositories. VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'. VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='UniversalDashboard'' for ''. VERBOSE: Total package yield:'1' for the specified package 'UniversalDashboard'.
VERBOSE: Performing the operation "Install-Module" on target "Version '2.8.0' of module 'UniversalDashboard'".
VERBOSE: The installation scope is specified to be 'AllUsers'.
VERBOSE: The specified module will be installed in 'C:\Program Files\WindowsPowerShell\Modules'.
VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'.
VERBOSE: Downloading module 'UniversalDashboard' with version '2.8.0' from the repository
'https://www.powershellgallery.com/api/v2'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='UniversalDashboard'' for
''.
VERBOSE: InstallPackage' - name='UniversalDashboard',
version='2.8.0',destination='C:\Users\xxx\AppData\Local\Temp\1617056969'
VERBOSE: DownloadPackage' - name='UniversalDashboard',
version='2.8.0',destination='C:\Users\xxx\AppData\Local\Temp\1617056969\UniversalDashboard.2.8.0\UniversalDashb
oard.2.8.0.nupkg', uri='https://www.powershellgallery.com/api/v2/package/UniversalDashboard/2.8.0'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/UniversalDashboard/2.8.0'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/UniversalDashboard/2.8.0'.
VERBOSE: Completed downloading 'UniversalDashboard'.
VERBOSE: Hash for package 'UniversalDashboard' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='UniversalDashboard',
version='2.8.0',destination='C:\Users\xxx\AppData\Local\Temp\1617056969'
VERBOSE: Validating the 'UniversalDashboard' module contents under
'C:\Users\xxx\AppData\Local\Temp\1617056969\UniversalDashboard.2.8.0' path.
PackageManagement\Install-Package : Illegal characters in path.
At C:\windows\system32\windowspowershell\v1.0\Modules\PowerShellGet\2.2.2\PSModule.psm1:9683 char:34
+ ... talledPackages = PackageManagement\Install-Package @PSBoundParameters
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exce
ption
+ FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.TestModuleManifestCommand,Microso
ft.PowerShell.PackageManagement.Cmdlets.InstallPackage
Iām not seeing this behavior on numerous machines so Iām not even sure where to start looking. It sounds like itās something with the UD module that is conflicting with your machine and PSGet. The PSGet Team might have some good ideas on how to debug this.
Hi Adam
This only happens on Server 2012 R2, I have replicated it on a physical server and freshly installed VM after latest updates and installing .NET 4.8 and PS 5
I can install UD on server 2016 or Windows 10 without any issues. Since this is becoming too much of a hassle, I might just destroy 2012R2 VM and install Server 2016 instead.