I'm trying to set up a flow which allows for the automated creation of a new user in AD, one of the requirements is that the company field is filled in as users can work for one of two companies within the group. I have had a look at the Azure AD connector but Company field does not show up. Has anyone found a solution to this?
---EDIT--- Is this something I could achieve with in AD? For example if new employee is working for Manager A then company equals Cmpany A otherwise if they work for Manager B then company equals Company B?
For Azure AD, you'll want to consider Azure Logic Apps, or Azure Runbooks for this job. Your easiest/fastest way would be to create an Azure Runbook that executes the PowerShell script via declared variables, such as from a form.
Power Automate's workload is meant more towards the business and client side, rather than the operations side of things. There are much better suited tools for the operations/administrative side within Azure itself.
If this reply answers your question or solves your issue, please ACCEPT AS SOLUTION ☑️. If you find this reply helpful, please consider giving it a LIKE.