Brief description of your issue
I recently wanted to try out bootstrapping a Nano Server instance with Microsoft.WinGet.Client, but it fails to install. After curl-ing PS7, when installing the winget PS wrapper I get:
PS C:\Users\ContainerUser> Install-Module -Name Microsoft.WinGet.Client -AllowPrerelease -Scope CurrentUser
A
Install-Package: The module 'Microsoft.WinGet.Client' cannot be installed or updated because the
authenticode signature of the file 'Microsoft.WinGet.Client.psd1' is not valid.
Even if this were to pass, I may actually have the client be missing (IIUC the PS module just wraps the exe using Crescendo), but there are only msixbundle releases which AFAIK can't be installed on Nano Server.
Is there a way to make use of Winget on Nano Server or must people keep resorting to ZIP packages?
Brief description of your issue
I recently wanted to try out bootstrapping a Nano Server instance with Microsoft.WinGet.Client, but it fails to install. After curl-ing PS7, when installing the winget PS wrapper I get:
Even if this were to pass, I may actually have the client be missing (IIUC the PS module just wraps the exe using Crescendo), but there are only msixbundle releases which AFAIK can't be installed on Nano Server.
Is there a way to make use of Winget on Nano Server or must people keep resorting to ZIP packages?