(imported topic written by amitkumsingh91)
Hi All,
I need to execute below action which will update proxy exception for Current User as a policy through BigFix on Win XP and Win 7 boxes:
if {exists values “ProxyOverride” whose (it as string does not contain “abc1.test.com” OR it as string does not contain "
.test2.com" OR it as string does not contain "
.test3.com" OR it as string does not contain “*.test4.com”)of keys “Software\Microsoft\Windows\CurrentVersion\Internet Settings” of keys of key “HKEY_USERS” of registry}
regset “” “ProxyOverride”="{(if (it does not contain “abc1.test.com”) then (it & “;abc1.test.com”) else if (it does not contain "
.test2.com") then (it & ";
.test2.com") else if (it does not contain "
.test3.com") then (it & ";
.test3.com") else if (it does not contain "
.test4.com") then (it & ";
.test4.com") else it) of (it as string) of values “ProxyOverride” of keys “Software\Microsoft\Windows\CurrentVersion\Internet Settings” of keys of key “HKEY_USERS” of registry}"
When i am executing this action through Relevance Debugger by invoking through System account. It went through with out any error and added the above exceptios in Current User Registry.
But when i executed the above action through Console it got failed with error:
Command failed (Relevance substitution failed) on Win 7.
Need your help for above action.
Thanks: Amit