I'm trying to view the Shutdown Event Tracker logs in the Event Viewer, on windows server 2008 r8, but I can't find the messages that I supplied when previously restart the server.
Where in the Event Viewer can I see these logs?
I'm trying to view the Shutdown Event Tracker logs in the Event Viewer, on windows server 2008 r8, but I can't find the messages that I supplied when previously restart the server.
Where in the Event Viewer can I see these logs?
Open event viewer. Expand windows logs. Click system, then either find or filter for event ID 1074. And you will see all your shut down logs.
I know this is a very old question. But this might help someone who is looking for the same solution. you can use a single line in powershell (which is available in all OS later than win 2003) to find out the reboot history. Just open powershell.exe from run prompt and enter the below command.
If you or others are just trying to find the most recent boot time, the easiest way I've found is to run this in cmd:
From powercram.com
Another useful approach I've found, since we frequently monitor our ISP hosted servers for outages, is to create a custom event view as follows:
Open Event Viewer then
Your new custom view should show up in the list of custom views with the correct filter applied.
Slightly cleaner Powershell one-liner that I use to filter out shutdown related EventIDs:
To restrict that to just the most useful properties:
Alternatively, to search by message text:
You can try search the event viewer by filtering it using this event ID:
Expand
The Windows Logs
inThe Event Viewer
Application and selectSystem
. Then inThe System Panel
, usually appears in the middle, sort them by Level Or ID.Click On the every entry to see the description in the bottom panel