How to install remote software NOT on a domain?
Posted
by
Nicros
on Server Fault
See other posts from Server Fault
or by Nicros
Published on 2012-08-29T21:24:11Z
Indexed on
2012/08/29
21:40 UTC
Read the original article
Hit count: 227
I have a situation where some software (that I wrote) is going to be deployed on 60 laptops for an event. The laptops are all running windows 7, but there is no domain controller, and they will all be connected to a 192.168.x.x network using wifi.
Is there any convenient way to push the software (consisting of an msi file) can be pushed out to all the laptops and installed?
I looked at WMIC, but I think that requires machines be joined to a domain, as does Group Policy.
The other alternative is Powershell, but I have literally 4 hours to do this and will have no time to figure out the right script.
It's not the end of the world if it has to be done manually (I can find volunteers) but it would be nicer if it could be automated somehow.
© Server Fault or respective owner