Forum Discussion

RahamimL's avatar
RahamimL
Iron Contributor
Jun 16, 2020
Solved

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...
  • RahamimL's avatar
    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.

Resources