Skip to content

Instantly share code, notes, and snippets.

@itpropro
Created July 9, 2019 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itpropro/d7280c3771fd2c6a9147916b9da73dd7 to your computer and use it in GitHub Desktop.
Save itpropro/d7280c3771fd2c6a9147916b9da73dd7 to your computer and use it in GitHub Desktop.
$socket = [System.Net.Sockets.Socket]::new([System.Net.Sockets.AddressFamily]::InterNetwork, [System.Net.Sockets.SocketType]::Raw, [System.Net.Sockets.ProtocolType]::Icmp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment