• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

remote reboot multiple computers on network

annilation

Limp Gawd
Joined
Jun 7, 2006
Messages
242
At work we are switching are domain names. We need a way to reboot multiple machines (100+) remotely through the network. We tried using the shutdown built into windows but had permissions issues. Anyone know of any good apps to get this done?
 
At work we are switching are domain names. We need a way to reboot multiple machines (100+) remotely through the network. We tried using the shutdown built into windows but had permissions issues. Anyone know of any good apps to get this done?

If you dont have permission you wont be able to. Are the accounts you are using Administrators on the machines or do they have AD restrictions?
 
If you dont have permission you wont be able to. Are the accounts you are using Administrators on the machines or do they have AD restrictions?

yeah, you need local rights to remote reboot,
intelliadmin's Network Administrator can do it though a GUI interface. full version is $129.
 
Yes, what he said ... if you don't have permission, you won't be able to with any utility.

You could write a quick VBscript to perform this operation, though. There's a Reboot method in the Win32_OperatingSystem class, which resides in the root\cimv2 WMI namespace. It would be a great script to have for future mass-reboots as well, if the need arises.

Let me know if you're interested and/or need help writing a script.
 
Back
Top