Posted in
Windows Powershell,
Windows Server |
No Comment | 1,450 views | 01/10/2013 14:28
You can see Shared Nothing Migration logs under event logs:
Applications and Services Logs > Windows > Windows > Hyper-V-VMMS > Admin
Also you can get them via PowerShell:
Get-WinEvent Microsoft-Windows-Hyper-V-VMMS-Admin -MaxEvents 10 | Where Id -like "2041*" |
Get-WinEvent Microsoft-Windows-Hyper-V-VMMS-Admin -MaxEvents 10 | Where Id -like "2041*"
I don’t see messages output on my server but you may give it a try :)