I have a question about the @error logging features in _AD_CreateUser. Hopefully I am just missing something obvious.
In my app I am creating a user if it does not exist then manipulating some attributes.
If the user does exist I would then call another function to remove groups from the us...