AD Admin account to be disabled when employee quits

I have case where customer would like to disable AD Admin accounts when person is left.

There are currently lot of admin accounts created directly in AD, first we would need to map them to identity, but we don't want to update information / birth rights to them. We just would need to disable those accounts when person is left. Persons do also have another AD account which they use in daily life, but those admin accounts are used to sign shared servers etc.

What is the preferred way to handle this kind of  scenario?

Parents Reply
  • Identify somehow how the admin accounts are named. Then add to the TargetSystem\ADS\PersonExcludeList the naming conventions for example adm_.*. Then these users will not get a TSBAccountDefinition and they will not update the data of the linked person. Link the persons manually to these admin accounts or create a custom mapping rule. Then activate the configuration parameter QER\Person\TemporaryDeactivation.

Children