Network trace from Server Core
Perform a network trace on a Server Core box
John Savill
April 21, 2017
1 Min Read
Q. I have a Server Core deployment and need to perform a network trace. How do I do this without a graphical interface?
A. With Message Analyzer and PowerShell it is possible to remotely trace a machine including a Server Core instance (providing the required ports are open for RPC and WinRM). If this is not an option you can also capture locally using the following:
netsh trace start capture=yes
netsh trace stop
Take the ETL file generated and open in Message Analyzer.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like