Scanning the registry for keys in a specific path
We have a need to scan machines for any persistant routes that have been set. These are stored in the following registry path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\PersistentRoutesThe key that is created has no value, ...