In this post I will show you the steps to find out who restart Windows Server. If you are working for a big organization, you might have lot of Windows servers in your setup. Ensuring the servers are up and working fine is the duty of system administrators.
Sometimes things don’t go well. Suppose you get an email saying that a server has been restarted and this needs to be investigated.
You cannot ask each IT individual about who initiated the server restart. So how do you find who restarted Windows Server ?.
Yes there is a way to do that. This post will come handy if you looking to find who restarted windows server. Of course event viewer is where we look for the information.
There is something called as Shutdown event tracker. This will allow the admins to track why a user initiated shutdown or a restart.
It also gathers the reason why the users restarted or shutdown the computer. More info about it is documented here.
How to find out who restarted Windows Server
To find out who restarted windows server :-
- Login to Windows Server.
- Launch the Event Viewer (type eventvwr in run).
- In the event viewer console expand Windows Logs.
- Click System and in the right pane click Filter Current Log.
In the Filter Current log box, type 1074 as the event ID. This will filter the events and you will see events only with ID 1074.
We can now see the event with ID 1074.
Double click the recent event. In the event properties box, you can see the person who initiated the restart of server.
The process C:\Windows\System32\RuntimeBroker.exe (CORPAD) has initiated the restart of computer CORPAD on behalf of user PRAJWAL\sccmadmin for the following reason: Other (Unplanned)
Reason Code: 0x5000000
Shutdown Type: restart
Comment:
Click Close.
Still Need Help?
If you need further assistance on the above article or want to discuss other technical issues, check out some of these options.