Pstools and silent install to the rescue!
Type the following from a superuser account in the AD network in the command line interface (dos):
psexec @hosts.txt -s -n 3 -c -v "clamwin-x.y-setup.exe" /sp- /silent /norestart
psexec @hosts.txt -s -n 3 -c -v "spybotsdxyz.exe" /sp- /silent /suppressmsgboxes /norestart
Legend:
parameter | explanation |
---|---|
@hosts.txt | a file containing ip-addresses or domain client computer names seperated by endlines |
-s | run with system rights |
-n 3 | try maximum of three times, before concluding that the client is not reachable |
-c -v | Push the following file (e.g. clamwin-x.y-setup.exe) to client; -v implies push only if it's newer (spare bandwidth, non-clobber). |
No comments:
Post a Comment
Please help to keep this blog clean. Don't litter with spam.