User Input

(imported topic written by FITZPAW91)

Hi

I am trying to create a task that when run will prompt users to enter computer description. Every time I run this, I get a BigFix error, that says damage could be done to BigFix, exit without saving or ignore. Please advise what I am doing wrong.

action parameter query “Description” with description “Supply Computer Description”" with default “”

regset “[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]” “srvcomment”={parameter “Description” of action}

Thanks

William

(imported comment written by jessewk)

You have some syntax errors. Try this:

action parameter query “Description” with description “Supply Computer Description” with default “”

regset “[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]” “srvcomment”="{parameter “Description” of action}"