https://technet.microsoft.com/en-us/library/dn789211(v=office.14).aspx
http://blogs.technet.com/b/steve_chen/archive/2015/10/14/build-numbers-cube-sheet-for-sharepoint-2010.aspx#updatesequence
http://www.toddklindt.com/sp2010builds (not yet up-to-date for October 2015 patch)
Search This Blog
Friday, October 30, 2015
Monday, October 5, 2015
How to generate packets for testing
The easiest is with Nmaps nping:
.\nping -c 9999999 --delay 10s --tcp -p 5061 my_testing_host_ip
.\nping -c 9999999 --delay 10s --tcp -p 5061 my_testing_host_ip
Take a network trace from SBA without wireshark
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 maxsize=2048 tracefile=c:\temp\nettrace.etl
timeout 60
netsh trace stop
and run is as administrator
Then open in Microsoft 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 :)
netsh trace start persistent=yes capture=yes maxsize=2048 tracefile=c:\temp\nettrace.etl
timeout 60
netsh trace stop
and run is as administrator
Then open in Microsoft 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 :)
or use https://github.com/microsoft/etl2pcapng
Subscribe to:
Posts (Atom)