This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error while deprovisioning

Hi All,

i'm writing a simple script to de-provision users using Quest cmdlets, but i'm getting below error:

Quest.ActiveRoles.ArsPowerShellSnapIn.DirectoryAccess.ServerNotOperationalException

I'm certain that I do have priviledges since I can do the same via native mode, it's just with Quest i'm having issues. This is the line where I actually de-provision user:

$DeProvUser = Deprovision-QADUser -Identity $AccDN -Credential $GetCreds -Proxy -ErrorAction SilentlyContinue


$AccDn = user's entire DN path
$GetCreds - contains my username & password