Networking Forums

Networking Forums > Computer Networking > Windows Networking > Restarting Windows 2000 Server from another server

Reply
Thread Tools Display Modes

Restarting Windows 2000 Server from another server

 
 
=?Utf-8?B?UGF0cmljaw==?=
Guest
Posts: n/a

 
      04-08-2004, 06:11 PM
Is there a way to restart a Windows 2000 server from any another Windows 2000 server? Remote administration is not installed on this server and the keyboard and mouse physically connected to this server is not functional. We are trying to avoid doing a hard reboot of this server. Appreciate any help. Thanks.
 
Reply With Quote
 
 
 
 
Matthew [MSFT]
Guest
Posts: n/a

 
      04-08-2004, 07:49 PM
Hi Patrick,

You can use the shutdown command from a command prompt. Use "shutdown -i"
without the quotes to get the UI popup. Then you can add the server to
shutdown. (this command is on Windows 2K, XP and 2K3)

Hope this helps,

-Matt

--
[This posting is provided AS IS
with no warranties, and confers
no rights.]

"Patrick" <(E-Mail Removed)> wrote in message
newsB7F2969-A650-4702-91DD-(E-Mail Removed)...
> Is there a way to restart a Windows 2000 server from any another Windows

2000 server? Remote administration is not installed on this server and the
keyboard and mouse physically connected to this server is not functional. We
are trying to avoid doing a hard reboot of this server. Appreciate any help.
Thanks.


 
Reply With Quote
 
Ryan Ackerman
Guest
Posts: n/a

 
      04-12-2004, 04:25 AM
You could use the following vb script

dim L
dim S

set L = createobject("WbemScripting.SWbemLocator")

dim str
str = inputbox("Enter Server")

set s= l.ConnectServer(str,"root\cimv2")

dim o
dim os

set os = s.execquery("SELECT * FROM Win32_OperatingSystem")

dim i

for each o in os

i = o.Reboot()

next

msgbox "Reboot returned " & i


--
Ryan Ackerman
http://www.SofTulz.Net
SofTulz.Net, Providing Administrators with more free time through
automation.
(E-Mail Removed)


"Patrick" <(E-Mail Removed)> wrote in message
newsB7F2969-A650-4702-91DD-(E-Mail Removed)...
> Is there a way to restart a Windows 2000 server from any another Windows

2000 server? Remote administration is not installed on this server and the
keyboard and mouse physically connected to this server is not functional. We
are trying to avoid doing a hard reboot of this server. Appreciate any help.
Thanks.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: windows server 2003 restarting (rpc service failing) James Yeomans BSc, MCSE, MCITP Windows Networking 0 03-30-2009 09:27 PM
windows server 2003 restarting(rpc terminating) Meinolf Weber [MVP-DS] Windows Networking 1 03-29-2009 12:01 AM
DHCP Migration from windows server 2000 to windows server 2003 Amr Salah Windows Networking 3 02-04-2007 12:01 PM
Migrating to Windows Server 2003 from Windows Server 2000 and using Remote Desktop Client Navodit Windows Networking 1 09-13-2006 07:38 PM
Windows 2000 server problem on a Windows 2003 server domain =?Utf-8?B?U2Fsb25nZQ==?= Windows Networking 1 02-09-2005 03:16 PM



1 2 3 4 5 6 7 8 9 10 11