Provision AD account problem

Hi @TOPTYU,

The error 0x80070005 (Access is denied) usually means that the account running IQService doesn’t have enough permission to set the password in Active Directory.

Here’s what to check:

  • Make sure IQService is running as a domain account with permission to create users and set passwords.
  • Check that the OU (folder in AD) where the user is being created allows changes by that account.
  • Ensure the password meets your domain’s policy and doesn’t have any invalid characters.
  • Also, check if antivirus or security settings are blocking the action.

Even if everything looks fine, it’s usually a permissions issue or a password format problem.

2 Likes