Quantcast
Channel: Daniyar's Tech blog
Viewing all articles
Browse latest Browse all 294

Take a network trace from SBA without wireshark

$
0
0
SBA is a difficult animal, you do not want to install extra software on it. If you still need to take network trace you can create a following cmd file:

netsh trace start persistent=yes capture=yes tracefile=c:\temp\nettrace.etl

timeout 60

netsh trace stop


and run is as administrator

Then open in Windows Message Analyser and save as - export as netmon .cap file.

Then you can read it with Wireshark if you want, as you can see it is not possible without Wireshark :)

Viewing all articles
Browse latest Browse all 294

Trending Articles