Guest nobody Posted October 27, 2007 Posted October 27, 2007 how do i shutdown and reboot all domain computers with a script or command?
Guest Coraleigh Miller Posted October 27, 2007 Posted October 27, 2007 Re: shutdown or reboot all domain computers You could use the shutdown command. A shutdown -r -m \\machinename would reboot whichever machine name that you specify. Why are you looking to reboot all of your domain controllers? Coraleigh Miller "nobody" <nobody@nobody.com> wrote in message news:OADq0hFGIHA.5208@TK2MSFTNGP04.phx.gbl... > how do i shutdown and reboot all domain computers with a script or > command? >
Guest Jabez Gan [MVP] Posted October 27, 2007 Posted October 27, 2007 Re: shutdown or reboot all domain computers Also it is recommended to have at least one DC running (while you are rebooting the rest). This is to ensuer that users are still able to logon. -- Jabez Gan Microsoft MVP: Windows Server - File Storage "nobody" <nobody@nobody.com> wrote in message news:OADq0hFGIHA.5208@TK2MSFTNGP04.phx.gbl... > how do i shutdown and reboot all domain computers with a script or > command? >
Guest nobody Posted October 29, 2007 Posted October 29, 2007 Re: shutdown or reboot all domain computers not controllers. I am talking about like xp machines. but I would like to run a script to do it. "Coraleigh Miller" <coraleighmiller@yahoo.com> wrote in message news:uXc6n6FGIHA.4584@TK2MSFTNGP03.phx.gbl... > You could use the shutdown command. A > shutdown -r -m \\machinename > would reboot whichever machine name that you specify. > > Why are you looking to reboot all of your domain controllers? > > Coraleigh Miller > > > "nobody" <nobody@nobody.com> wrote in message > news:OADq0hFGIHA.5208@TK2MSFTNGP04.phx.gbl... >> how do i shutdown and reboot all domain computers with a script or >> command? >> > >
Guest Coraleigh Miller Posted October 29, 2007 Posted October 29, 2007 Re: shutdown or reboot all domain computers Ahh.. sorry i read domain 'controllers', when you did say 'computers'. :) Give this a look, its something ive used before and is described well here by a member of Daniel Petri's (Exchange MVP extrordinaire) forum http://www.petri.co.il/forums/showthread.php?t=6944 fyi - Sysinternals got bought out by Microsoft so the PStools can now be downloaded here... http://www.microsoft.com/technet/sysinternals/Utilities/PsTools.mspx Coraleigh Miller "nobody" <nobody@nobody.com> wrote in message news:u1E%23VBdGIHA.1164@TK2MSFTNGP02.phx.gbl... > not controllers. I am talking about like xp machines. but I would like to > run a script to do it. > "Coraleigh Miller" <coraleighmiller@yahoo.com> wrote in message > news:uXc6n6FGIHA.4584@TK2MSFTNGP03.phx.gbl... >> You could use the shutdown command. A >> shutdown -r -m \\machinename >> would reboot whichever machine name that you specify. >> >> Why are you looking to reboot all of your domain controllers? >> >> Coraleigh Miller >> >> >> "nobody" <nobody@nobody.com> wrote in message >> news:OADq0hFGIHA.5208@TK2MSFTNGP04.phx.gbl... >>> how do i shutdown and reboot all domain computers with a script or >>> command? >>> >> >> > >
Recommended Posts