This question is for Windows workstations (XP/Vista)
I know I can use shutdown /i and PSShutdown, and I even found a Powershell script that will reboot all the computers in an OU.
However,
Here's what I'm looking for:
- The ability to use an input file for a list of computer names to be rebooted/shutdown
- The same basic functionality that shutdown or PSShutdown provides
- The ability to log the results
It seems that #3 is the toughest part to find a solution for...
Anyone able to help??