does anyone use the adunbind.sh Script that is provided in the Scripts section of JAMF nation?
after the script runs i check the log, the echo after (usr/bin/killall DirectoryService) returns 'no matching processes were found'
Script result: Unbinding the computer from Active Directory...
Restarting Directory Services...
No matching processes were found
(but the computer gets unbound to AD, so that is fine, but just curious on the DirectoryService process) anyone understand/know what is happening? I kinda have a feeling but not sure.
sometimes the policy results in 'FAILED' while other times 'COMPLETED', even though both logs show the same echo information.
I added exit $? to the end of the script, so the log shows 'script exit code: 1' on both 'FAILED' & 'COMPLETED' logs.