Forum Discussion
jonathan_kong
Mar 11, 2020Copper Contributor
Bulk update custom user profile properties for SharePoint Online - scheduled sync
Would like to sync custom user attributes from the AAD, such as employee id, employee grade into SharePoint online on a regular, pre-programmed basis. Say, every alternate Sunday at 12AM. Can an...
- Mar 13, 2020Hi,
You can use inhouse server and configure a window scheduler or you can you azure functions using this powershell and schedule it using Microsoft Power Automate.
Sudharsan K
Mar 12, 2020Steel Contributor
Hi,
Please refer the below link for syncing the custom properties to SharePoint UPS.
https://windowssharepointserver.blogspot.com/2020/03/powershell-to-update-sharepoint-online.html
Hope it helps, please like it or mark it as a solution if it resolves ur clarification or issue
-Sudharsan K...
Please refer the below link for syncing the custom properties to SharePoint UPS.
https://windowssharepointserver.blogspot.com/2020/03/powershell-to-update-sharepoint-online.html
Hope it helps, please like it or mark it as a solution if it resolves ur clarification or issue
-Sudharsan K...
jonathan_kong
Mar 12, 2020Copper Contributor
Thanks Sudharsan. Any idea about the script required to program this as a regular scheduled job?
- Sudharsan KMar 13, 2020Steel ContributorHi,
You can use inhouse server and configure a window scheduler or you can you azure functions using this powershell and schedule it using Microsoft Power Automate.