I have multiple Proxy Appliances across multiple sites so 1 per Site. I want to be able to have a user login to a VM and be assigned a Proxy Configuration in IE with a condition Set of their ip Address. I have configured User Environment "Registry Settings" with the following configuration below, but when i login with a user on a vm with UEM its not pushing the configuration to the VM, any ideas here or any ideas how i can accomplish this in another way ?
Registry Configuration for one Subnet Condition Set
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MigrateProxy"=dword:00000001
"ProxyEnable"=dword:00000001
"ProxyHttp1.1"=dword:00000000
"ProxyServer"="proxy-01"
"ProxyOverride"="<local>"
Condition Set
EndPoint ip addres is in range x-x
OR
EndPoint ip addres is in range x-x
Thanks