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\PersistentRoutes
The key that is created has no value, the persistent route is set in the name of the key, this means that the we need any key within the path as depending on the route, the name may vary.
Is this possible?