Do you want it as part of the action creation or to display on end points (ie PCs)? The first option I have no clue. The second look at the post action tab when you are starting your job.
action parameter query “REBOOT_YES-NO” with description “This Fixlet/Task will reboot the endpoints selected, do you want to proceed? (YES / NO)” with default value “NO”
Ok, so then is this what I would put in my action script?
action parameter query “REBOOT_YES-NO” with description "This Fixlet/Task will reboot the endpoints selected, do
you want to proceed? (YES / NO)" with default value “NO”
continue if {parameter “REBOOT_YES-NO” = “YES” }
restart 15
Anotehr question… If this fixlet was a put in a baseline, would I get prompted when the first endpoint reaches this fixlet in the list or would I get prompted for each and evey endpoint?