This week, I was working on a very simple Runbook in order to reset a password account in the Active Directory.
When I ran the Runbook, I got the following error:

Unknown exception caught
In this case, the message was not very explicit. This Runbook uses a service account to read/write in the Active Directory. This account is configured in the Integration Pack Options.
Fix
This service account must have specific permissions in your Active Directory. You must delegate specific tasks in your AD. In my case, this service account must have the following permissions:

That’s all! You can now run the Runbook without warning message!
Thanks for reading! You can follow me on Twitter @PrigentNico