IAM - Activate User In Active Directory
This playbook activates users in Active Directory. It generates a password, sets the account with the new password, and enables the account. Additionally, it sends out an email to the email provided in the “ServiceDeskEmail” input which includes the new user’s temporary password for preparing new hires’ environments.
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooksThis playbook does not use any sub-playbooks.
#
Integrations- Active Directory Query v2
#
ScriptsThis playbook does not use any scripts.
#
Commands- iam-get-user
- setIndicator
- closeInvestigation
- findIndicators
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
ServiceDeskEmail | Email to send the domain user password (from Active directory) of new users, so that their equipment can be prepared by IT when they're being hired. | Required | |
PasswordGenerationScriptName | The name of the automation script that will be used to generate a random password for newly created Active Directory users. The default script used for this is GeneratePassword, but depending on your password complexity policy, you may or may not want to use it. | GeneratePassword | Required |
#
Playbook OutputsThere are no outputs for this playbook.