Hi,
I want to check if the following dword in registry is set to "00000020" on 20 remote machines. How can I remotely read from script and if found it can show that the value is set and if not found it can say value not set or not found.
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPERSERVER]
"iexplore.exe"=dword:00000020
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER]
"iexplore.exe"=dword:00000020
Thanks in advance.