Hi, as part of access request workflow we are currently assigning a task to level 2 team to assigning security group for user. We would like to automate this process so did anybody achieve this through ETM? We will pass the users samAccountName and Security group name to a ETM channel and it will integrate with Active Directory to provision security group for that user.
Solved
Etm integration with AD to provision security group
Best answer by Steve Miller
So as I understand it, as a self-hosted customer you will have the integration server on your network. So you might be able to run PowerShell scripts directly from that VM without too much trouble.
Something like...
Add-ADGroupMember $GroupName –members ($Device or $User) -Credential $Creds
This is exactly what we do but as a SaaS customer we use an Azure Hybrid Worker to run the script in an Automation Account instead.
If the group is is Azure Entra then you can use ETM to perform an MS Graph command directly.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.