Forum Discussion
RahamimL
Jun 16, 2020Iron Contributor
Deploy a powershell script as an win32 app
Hi everyone, Is there a way like SCCM to deploy a powershell script as a user application without a window pop up? I tried with the switches and with a vb script that runs the powershell and it doe...
- Jun 17, 2020
Found the answer myself:
Deploy the program with the command "powershell -file (script name)" make sure to set to run for users but deploy it computers. this will hide the window.
RahamimL
Jun 17, 2020Iron Contributor
Found the answer myself:
Deploy the program with the command "powershell -file (script name)" make sure to set to run for users but deploy it computers. this will hide the window.