
When a person is approved access to Dynamics CRM, we auto-provision users to
This works great but does not get them assigned to their required BU, which we have to do manually.
Is there a way to automate this? Is there a spot on the interweb that may outline the technologies and maybe even sample code?
thanks!
Hey
On Sean McNellis' github there's an insteresting PowerShell code that automates certain user Operations (adding user, adding user to teams) and even Business Units:
https://github.com/seanmcne/Microsoft.Xrm.Data.PowerShell.Samples/tree/master/UserOperations
Regards,