is there a way to scan for SQL server protocols and their status
If you open SQL configuration manager you will see that it has available protocols for each instance loaded. Those 3 are usually Shared Memory, Named Pipes, and TCP/IP. The first one is on by default and the final two are not. So a scan to a remote ...