(imported topic written by jmlafreniere91)
Hello, I’m trying to understand how Bigfix is reporting the results of an action.
I have created a Fixlet message with the following script:
// enter your action script here
regset “” “http”=dword:00000002
regset “” “:Range”=“24.226.1.152”
regset “” @=dword:00000001
regset “” “PrivacyAdvanced”=dword:00000001
regset “” @=""
regset “” “DisplayName”=“Internet”
regset “” “PMDisplayName”="Internet
Protected Mode
"
regset “” “Description”=“This zone contains all Web sites you haven’t placed in other zones”
regset “” “Icon”=“inetcpl.cpl#001313”
regset “” “LowIcon”=“inetcpl.cpl#005425”
regset “” “CurrentLevel”=dword:00011500
regset “” “Flags”=dword:00000001
regset “” “1200”=dword:00000000
regset “” “1400”=dword:00000000
regset “” “2004”=dword:00000000
regset “” “2001”=dword:00000000
regset “” “1A10”=dword:00000001
The action reports as “Failed” but all lines are completed (none failed) ??? Relevance is “All computers”.
Regards,
Jim