Can I psexec the whole subnet, but not the domain?
July 18, 2007 1:33 AM
Subscribe
Is there any way I can use Sysinternals' psexec tool to work on an entire subnet, rather than an entire domain?
posted by samstarling to computers & internet (3 comments total)
for a = 1 to 255
psexec \\192.168.0.a prog.exe
next a
By the way, this is for pushing out an auditing tool to all the PC's in a particular IP range, not something malicious.
posted by samstarling at 1:57 AM on July 18, 2007