Custom Attribute on Mac's

(imported topic written by nmelanson91)

Hello,

I have created a custom attribute on a Mac called “DeploymentStatus” but when I try to run a action that updates this it fails each time and I need to right click on the PC and change it there instead. Below is what the action is doing in the baseline but it does not actually change the setting on the machine.

setting “DeploymentStatus”=“2” for client

Relevance is all machines

No Success Criteria.

(imported comment written by SystemAdmin)

The setting command syntax you need to use is:

setting "<name>" = "value" on "<date>" for client

so your command would be:

setting "DeploymentStatus" = "2" on "{now}" for client

(imported comment written by nmelanson91)

Thanks again for your reply, I will give that a try today. Take care.

(imported comment written by nmelanson91)

I am still having no luck with this, it is still showing as failed in the baseline and not changing the status. Here is the latest test:

setting “DeploymentStatus” = “INPROGRESS” on “{now}” for client