Is It Possible To Remotely Install Software Over Network?
I do not have much coding knowledge but need to know Is it possible to remotely install software over network? Please mention an easy way.
I do not have much coding knowledge but need to know Is it possible to remotely install software over network? Please mention an easy way.
You do not need any software or coding knowledge to install software on a remote computer. Just click on start and open the “run” command prompt, looks like this:
Just type the following:
Runas /user:DomainAdminAccount@DOMAIN cmd
This is used to authenticate you.
After this, type the following command in the newly opened command shell:
In the next line, copy and paste the following codes:
> /node:< enter the name of your remote machine here> product call install true,"" ,
"c:<Enter the Path To Your File here including the correct extension of the file>"
The computer will ask confirmation in this way:
Execute (Win32_Product)->Install() (Y/N)? Type (Y) and press enter.