This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| nPInG, or New Packet Internet Groper, is a utility to supply live reporting on device connectivity using Powershell on Windows | |
| .DESCRIPTION | |
| NPInG sends ICMP echo requests to a specified device and will report the network connectivity status as it changes | |
| .PARAMETER Destination |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REM Link-Local Multicast Name Resolution is a Windows service that leaves the OS open to DNS spoofing from machines on the local network | |
| reg add "hklm\software\policies\microsoft\windows nt\dnsclient" | |
| reg add "hklm\software\policies\microsoft\windows nt\dnsclient" /v EnableMulticast /t REG_DWORD /d "0" /f |
NewerOlder