Hi there,
I am successfully creating and updating user records in insight from Azure AD but have one issue. If the attribute in the schema is and object with a reference to another schema it doesn't work.
i.e. Department is referencing the department from a metadata schema. From Azure AD though I only have the department name.
Is there a way to populate the data with a name and have it go find the match or am I out of luck with this one
Here is what I am using to update the value
AD_Department = [PSCustomObject]@{name="Department"; id=438; value=$user.department}
That just returns the text name of the department in AD.