Hello All,
I am working on creating a Ps script to check IE Proxy Enable value from registry.
The Key that I am checking is this : HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings
I assigned this to a Variable and then later check value of ProxyEnable key which is in above mentioned path and I get output which is good.
The issue is that it only gives for Current user, I want to check proxy value for all users profiles on server.
Any idea how can I get same results for all users profiles that are on Windows server.
Any help would be great here..
Thanks!