AppSense Environment Manager Custom Action Script Exit Codes

AppSense Environment Manager Custom Action Script Exit Codes

Hands up, fair cop. In a recent blog post on scripting Internet Explorer Favorites I forgot to mention using script exit codes when I dealt with the custom actions. Any custom script you include in your configuration is always interpreted as completing successfully by the agent on exit unless you specify otherwise in your code. As we were just firing off some pretty basic scripting and not needing to know the return code of the script to leverage another trigger I didn’t use it. I guess the more stricter of coder would always include error control so I bow submissively to anyone who suggests I should have used it too.

In the blog post “scripting Internet Explorer Favorites” we used some vbscript. The correct success/fail exit code to use in this example would be:-

Other scripting languages would be:-

JScript:-

PowerShell:-

[value] should be replaced with the exit code appropriate for the scripting language used. 0 is used for success and 1 is used for failure.

For example:

AppSense Environment Manager Custom Action Script Exit Codes

AppSense Environment Manager Custom Action Script Exit Codes

Rate this post

Leave a Comment

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.