# Enable ICMP
Import-Module NetSecurity
Set-NetFirewallRule -DisplayName "File and Printer Sharing (Echo Request - ICMPv4-In)" -enabled True


# install tcpdump
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
wget https://www.microolap.com/downloads/tcpdump/tcpdump_trial_license.zip -O tcpdump.zip
Expand-Archive .\tcpdump.zip -DestinationPath tcpdump


# Get agent0 device ID
Get-ChildItem HKLM:\SYSTEM\CurrentControlSet\Services\vmsmp\parameters\NicList\


# tcpdump get device interface ID
.\tcpdump.exe -D
.\tcpdump.exe -i 1
wget -O wireshark.exe https://1.na.dl.wireshark.org/win64/Wireshark-win64-2.6.6.exe