Forum Discussion
Taen keren
Mar 05, 2019Iron Contributor
AD Attribute to SPO
Hi In the on-Prem AD, there's this Attribute: https://docs.microsoft.com/en-us/windows/desktop/adschema/a-secretary How can this be synced to SPO/User Profiles so it is shown on the users pr...
- Mar 06, 2019Sure, I wrote about this some days ago: https://jcgonzalezmartin.wordpress.com/2019/02/19/office-365-how-to-update-spo-user-profiles-properties-with-powershell-i/ It's not the complete solution for what you need, but it's a good starting point
Mar 05, 2019
You have to do the following:
(1) Create a custom property in the SPO User Profiles for that AD Attibute
(2) Check that attribute is synchronized to Azure AD
(3) If the attribute is in Azure AD, you will need to crate a scheduled tasks that gets the value of that property for every user in Azure AD and updates it in the SPO user profiles
(1) Create a custom property in the SPO User Profiles for that AD Attibute
(2) Check that attribute is synchronized to Azure AD
(3) If the attribute is in Azure AD, you will need to crate a scheduled tasks that gets the value of that property for every user in Azure AD and updates it in the SPO user profiles
Taen keren
Mar 06, 2019Iron Contributor
- Mar 06, 2019Sure, I wrote about this some days ago: https://jcgonzalezmartin.wordpress.com/2019/02/19/office-365-how-to-update-spo-user-profiles-properties-with-powershell-i/ It's not the complete solution for what you need, but it's a good starting point
- Taen kerenMar 09, 2019Iron Contributor
Thx. :)
Can you (or others) think of any other ways to 'display' on an SPO intranet, which users that have a personal secretary in Office365? - (like the "Manager" field/attribute/relation)