I would like to install winget on server sku.
windows server 2022
# add pre-reqs
Add-AppxPackage -Path F:\source\tools\Microsoft.VCLibs.x64.14.00.Desktop.appx
# add winget
Add-AppxPackage -Path F:\source\tools\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle
get-command winget
CommandType Name Version Source
----------- ---- ------- ------
Application winget.exe 0.0.0.0 C:\Users\brw\AppData\Local\Microsoft\WindowsApps\winget.exe
winget search p
Program 'winget.exe' failed to run: No applicable app licenses found At line:1 char:1
I would like to install winget on server sku.
windows server 2022