I have created a Non-Master operator in the BigFix console with limited permissions as outlined below.
The operator is not able to update the details in the column DXC_DB_Two
. What permissions should be provided?
I have created a Non-Master operator in the BigFix console with limited permissions as outlined below.
The operator is not able to update the details in the column DXC_DB_Two
. What permissions should be provided?
How are you trying to update the values? This is a Retrieved Property, probably given in some Analysis.
The property might be retrieved from anywhere, but if you’re setting it manually it’s likely a Client Setting. If so, you likely have a Task somewhere in your deployment to change the value of the Client Setting, which would then be reflected in this result after the client processes the action and reports back.
In short, that’s something custom that’s specific to your environment, and you probably need to get in touch with your local BigFix admins to find it.
Updating it manually.
So, like right-click a computer and ‘Edit Settings’ ?
Have you granted management rights to your non-master operator for the target computers?
Ok, that indeed is expected behavior for non-master-operators.
Usually one would create a custom Task to assign a value to whatever client setting is applying this value, possibly with an action parameter query
statement to prompt the console operator for the value to set.
If the Task is in a site to which your non-master-operator has Read permission, that should allow them to set the value on the computers they manage.
Thanks, this helped. For a particular site it had only read permission, changed it to write and non-operator was able to update the value.