How would I go about making an informational dialog box based on one of the fields from the computer setting (Comment) evertime that computer is chosen to have an action run against it. Example - Dougs computer has a pop-up that says “be sure Halo is closed before patching” whenever the computer is chosen in bigfix.
So if I understand correctly, when i run this action against computer RAZORBILL, it would create a dialog box on the BES server with “whatever I put in the…” msgbox compent of the file. That way it could advise users that there are things that need to be done before patching the RAZORBILL.
You can test the VBScript file outside of BigFix first.
Simple create a file msg.vbs, add a line
MsgBox “Hello World”
and run with “cscript msg.vbs” from the command line. Search the Internet for “vbscript msgbox” for more examples.
The IF statement looks for a TRUE/FALSE. Any valid relevance statements are possible. In this case, I am simply looking for “computer name”, but you can check for other conditions as well.