-- Ben Armstrong, Virtualization Program Manager
Talking about core virtualization at Microsoft (Hyper-V, Virtual PC and Virtual Server).
Hyper-V logs a lot of useful information if you need to diagnose a problem, so I thought I would put together a little post explaining where you should be looking. The first thing to know is that all Hyper-V event logs are stored in the Event Viewer under "Applications and Services Logs", "Microsoft", "Windows":
There are then 10 categories for you to look at:
Now - two pointers to keep in mind while looking at the Hyper-V event logs:
Cheers, Ben
Hi there,
I am trying to collect hyper-v events using the folllowing query :
"select * from Win32_NTLogEvent where LogFile = 'Microsoft-Windows-Hyper-V-VMMS-Admin'"
But the query always return an empty list, even though there are events for the above log file.(we can see those events in event viewer).
Is there anything that I am missing ?
Thanks