diff --git a/NET/Containernet/Readme.md b/NET/Containernet/Readme.md deleted file mode 100644 index 1e934c90..00000000 --- a/NET/Containernet/Readme.md +++ /dev/null @@ -1,11 +0,0 @@ -# Complementary Scripts - -## containernet.bat Purpose: collect Container Networking data -The script is used to collect ETL traces needed for Container Networking scenario. It collect HNS ETL for Container Networking and TCPIP/WFP/VFP/WinNAT ETL for Container Networking Datapath. - -Alternate approach: downlaod TSS toolset and invoke: "TSS Container" - - -## DISCLAIMER: - THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/NET/Containernet/containernet.bat b/NET/Containernet/containernet.bat deleted file mode 100644 index c2dfe41f..00000000 --- a/NET/Containernet/containernet.bat +++ /dev/null @@ -1,72 +0,0 @@ -@echo off - -:startauth -set c="N" - -echo. -echo ========== Container Networking Scripts ========== -echo. -echo This Data collection is for Container Networking Scenarios. -echo. -echo Once you have reproduced the issue, please any key to stop the tracing and collect the required data. -echo Data is collected in the c:\TCPTrace directory. -echo. -echo ============ IMPORTANT NOTICE ============== -echo. -echo The script is designed to collect information that will help Microsoft Customer Support Services (CSS) troubleshoot an issue you may be experiencing with Windows. -echo The collected data may contain Personally Identifiable Information (PII) and/or sensitive data, such as (but not limited to) IP addresses; PC names; and user names. -echo. -echo Once the tracing and data collection has completed, the script will save the data in the "c:\TCPTrace" directory. -echo This folder is not automatically sent to Microsoft. -echo You can send this folder to Microsoft CSS using a secure file transfer tool - Please discuss this with your support professional and also any concerns you may have. -echo. -set /P c=Are you sure you want to continue[Y/N]? -if /I "%c%" EQU "Y" goto :start-script -if /I "%c%" EQU "N" goto :end-script -goto :startauth - -:start-script - -md c:\TCPTrace - -logman create trace "minio_netio" -ow -o c:\TCPTrace\minio_netio.etl -p {EB004A05-9B1A-11D4-9123-0050047759BC} 0xffffffffffffffff 0xff -nb 16 16 -bs 1024 -mode Circular -f bincirc -max 2048 -ets -logman update trace "minio_netio" -p "Microsoft-Windows-TCPIP" 0xffffffffffffffff 0xff -ets -logman update trace "minio_netio" -p "Microsoft-Windows-Winsock-AFD" 0xffffffffffffffff 0xff -ets -logman update trace "minio_netio" -p {B40AEF77-892A-46F9-9109-438E399BB894} 0xffffffffffffffff 0xff -ets - -logman create trace "net_wfp" -ow -o c:\TCPTrace\net_wfp.etl -p {2588030C-920E-4AD5-ACBF-8AA2CD761DDB} 0xffffffffffffffff 0xff -nb 16 16 -bs 1024 -mode Circular -f bincirc -max 2048 -ets -logman update trace "net_wfp" -p "Microsoft-Windows-Base-Filtering-Engine-Connections" 0xffffffffffffffff 0xff -ets -logman update trace "net_wfp" -p {5A1600D2-68E5-4DE7-BCF4-1C2D215FE0FE} 0xffffffffffffffff 0xff -ets -logman update trace "net_wfp" -p {AD33FA19-F2D2-46D1-8F4C-E3C3087E45AD} 0xffffffffffffffff 0xff -ets -logman update trace "net_wfp" -p "Microsoft-Windows-WFP" 0xffffffffffffffff 0xff -ets - - -logman create trace "hns" -ow -o c:\TCPTrace\hns.etl -p {0c885e0d-6eb6-476c-a048-2457eed3a5c1} 0xffffffffffffffff 0xff -nb 16 16 -bs 1024 -mode Circular -f bincirc -max 4096 -ets -logman update trace "hns" -p {80CE50DE-D264-4581-950D-ABADEEE0D340} 0xffffffffffffffff 0xff -ets -logman update trace "hns" -p {D0E4BC17-34C7-43fc-9A72-D89A59D6979A} 0xffffffffffffffff 0xff -ets -logman update trace "hns" -p {93f693dc-9163-4dee-af64-d855218af242} 0xffffffffffffffff 0xff -ets - - -logman create trace "vfp" -ow -o c:\TCPTrace\vfpext.etl -p "{9F2660EA-CFE7-428F-9850-AECA612619B0}" 0xffffffffffffffff 0xff -nb 16 16 -bs 1024 -mode Circular -f bincirc -max 4096 -ets -logman update trace "vfp" -p "Microsoft-Windows-Hyper-V-Vmswitch" 0xffffffffffffffff 0xff -ets -logman update trace "vfp" -p "Microsoft-Windows-NDIS-PacketCapture" 0xffffffffffffffff 0xff -ets - -logman create trace "net_winnat" -ow -o c:\TCPTrace\net_winnat.etl -p "Microsoft-Windows-WinNat" 0xffffffffffffffff 0xff -nb 16 16 -bs 1024 -mode Circular -f bincirc -max 4096 -ets - - -tasklist /svc > c:\TCPTrace\task_before.txt -netsh trace start scenario=Virtualization provider=Microsoft-Windows-Hyper-V-Vmswitch capture=yes capturetype=both tracefile=c:\TCPTrace\nettrace.etl overwrite=yes maxsize=1024M - -pause - -logman stop "minio_netio" -ets -logman stop "net_wfp" -ets -logman stop "net_winnat" -ets -logman stop "hns" -ets -logman stop "vfp" -ets - - -netsh trace stop -tasklist /svc > c:\TCPTrace\task_after.txt - -:end-script \ No newline at end of file diff --git a/NET/Containernet/containernet.zip b/NET/Containernet/containernet.zip deleted file mode 100644 index 0f99abb7..00000000 Binary files a/NET/Containernet/containernet.zip and /dev/null differ