Hi,
I need to allow all users within my Active Directory to run the REG QUERY command.
How can i get this done?
The main reason is that i need to get the proxy information that every user is using, and i need to run the below command on all machines using the currently logged in user.
reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" | find /i "proxyserver"
The normal AD user does not have the permission to run the above command, and if i run it using Administrator account it will not get me the needed results.
Thx