Hi,
This runbook will verify the relationship in AD between the user and manager filled in the SM portal, and the user will be unlocked only if it is satisfied.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I am trying to set up a runbook via the Orchestrator console to do automated account unlocks. The goal is to have managers be able to log into service manager and unlock the accounts for the employees under them. The goal is to have the managers be able to only unlock the personnel under them. Is there any way to verify the relationship when someone submits the request and the person they are requesting for?
Hi,
This runbook will verify the relationship in AD between the user and manager filled in the SM portal, and the user will be unlocked only if it is satisfied.
I have figured out the solution. It was to use a combination of Get-Object, Get-Relationship, Get-User, Compare Values, and modifying the Service Request template to pass the correct information.