Pages

Saturday, October 20, 2007

Windows Server 2003 Remotely Restart Tricks:

go to CMD -> Shutdown
Switches:
-a - Abort Shutdown
-s - SHUTDOWN
-f - Force
-r - Restart

Example: Shutdown -a -m \\Machine_Name --- it will Abort Shutdown
C:\>shutdown /r /m \\Machine_Name ---- It will Restart machine
shutdown -s -m \\Machine_Name - Shuts down a remote machine called 'victim'

Note: The sequence of switches is important shutdown -m -s \\ machine does not work

For more details click Here

No comments:

Post a Comment