Computer Management
System Tools
Even Viewer
Applications and Services Logs
Microsoft
Windows Remote Management
Menu - View - Show Analytics and Debug Logs
Right-click on Analytic - Enable log.
Right-click on Debug - Enable log.
Then I sent remote powershell command from my dev machine to production:
Invoke-Command -ComputerName 208.43.198.72 -Script { cd \; ls }
"Operational" section got multiple events ("None", "WSMan API call", "Response handling", "Request handling"). "Analytic" section got lots of events ("Response handling, "None", "WSMan API call"). "Debug" section got no events at all.
When I re-executed powershell commands, "Operational" section got more entries, but "Analytic" section got no new entries. "Debug" section stays empty.
I did not find any single error message in these logs.
These logs could have helped with diagnostic, but they are clearly not reliable.
Were you able to find something useful in these Windows Remote Management logs?
Re: Finally fixed - IpV4Filter Global Policy configuration
Then I sent remote powershell command from my dev machine to production:
"Operational" section got multiple events ("None", "WSMan API call", "Response handling", "Request handling").
"Analytic" section got lots of events ("Response handling, "None", "WSMan API call").
"Debug" section got no events at all.
When I re-executed powershell commands, "Operational" section got more entries, but "Analytic" section got no new entries.
"Debug" section stays empty.
I did not find any single error message in these logs.
These logs could have helped with diagnostic, but they are clearly not reliable.
Were you able to find something useful in these Windows Remote Management logs?