Hello Team,
I am developing an automation to install few application on PC remotely, script run on windows 7.
I need to run set of .exe files from shared drive. I have map the drive where installation files are stored. When I invoke the exe from PowerShell windows security prompts ask to run or not for each exe.
I do like to run exe one after other without prompting for user input, how can I achieve this with PowerShell.
Thanks
sridhar v