Replies: 2 comments 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@workpush Have you ever been able to make it work? I'm trying to deploy winget apps with gpo as well.... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I want to use Winget to deploy software within our domain to our desktop clients. Our users do not have admin rights. For that I only have GPO / powershell available.
Does anyone have a strategies or give me an example configuration what is the best way to achieve that?
My naive plan would be to:
and save that to \domain.lan\SYSVOL\domain.lan\scripts\deploy\deployapps.ps1
Download the latest release(1.11.3) from: https://github.com/Romanitho/Winget-Install/releases
and extract the winget-install.ps1, etc directly in the directory \domain.lan\SYSVOL\domain.lan\scripts\deploy\
Create a GPO:
Computer Policies->Windows Settings->Scripts->Startup->Powershell and put \domain.lan\SYSVOL\domain.lan\scripts\deploy\deployapps.ps1 there
Is there a more intelligent way? Specific configuration examples would help me a lot, but I'm also very thankful for a hint.
When I search the internet I find literally everything except what would be the best solution for that. :/ Even my Google Foo is usually not the worst...
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions