Avatar of Mike
Mike
Flag for United States of America

asked on 

Need Help crating powershell Install script

Greeting Experts -

Need help setting up a PowerShell script to install a piece of client software (WindowsSensor.exe) on the list of computers. Can somebody help me write a script that will prompt me for my Admin Credentials, copy the software from a file directory (source file) to folder on the local computer, and then start the install from the command line using these install arguments

software:  WindowsSensor.exe
CLI Install arguments:  WindowsSensor.exe /install /quiet /norestart CID=InstallToken
PowershellVB Script

Avatar of undefined
Last Comment
Darrell Porter

8/22/2022 - Mon