I have a
User modification template which trigger a custom script that is a VBS script.
When we click "
Update user" the script run and does its job fine(Which in this case is to disabled the user and move it to another OU) .
But i have error handling in my script and i want to be able to show the technician a confirmation that everything goes fine or if the script failed in some point if for whatever reason it happen.
AD Manager seems to report a failure only when the script does not start at all which is not really useful for me.
I tried sending errorlevel from the script but ADManager ignore it.
If i put a delay in the script to make it running longer, ADManager report that the custom script is running the background.
**I tried to upload screenshots but unfortunately the upload of image doesn't work for me on this forum.
Any ideas ??