Replies: 2 comments 3 replies
-
If I disregard deploy.ps1
Command String prints as: Which seems right to me? |
Beta Was this translation helpful? Give feedback.
-
The command string should be without 'single fnutts' ( |
Beta Was this translation helpful? Give feedback.
-
Hi there - thank you for the awesome project!
I'm trying to set up ad-hoc deployment using a PowerShell script, to be run in an RMM under SYSTEM context. In order to customize the parameters in
install.bat
, I've hosted a WAU release, with a customized bat file, in my own repo - from which the PowerShell script will pull.With what I've conjured up, I can't seem to get any parameters passed to the
Winget-AutoUpdate-Install.ps1
, and I was hoping I could get some advice or help. Maybe someone in the future would find it useful as well.Here is the PS script which would be executed in the background:
deploy.ps1
And the customized batch file:
install.bat
I've tried a few variations of attempting to pass parameters to
Winget-AutoUpdate-Install.ps1
- including merging the execution of it into the aforementioneddeploy.ps1
- but every attempt results in the script executing, but not interpreting the parameters (eg. WAU installer screen appears, does not pull ListPath, etc.).I would greatly appreciate any help. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions