Forum Discussion
cmill262
Oct 10, 2019Copper Contributor
Adding a resource to project online from a csv using Powershell
Does anyone have experience adding resources to project online using powershell. I would like to be able to automate adding resources and adding bulk resources without wasting time manually inputting. Thank you for any help
Hello cmill262 ,
You can manage the resource pool with AD sync https://docs.microsoft.com/en-us/project/active-directory-resource-pool-synchronization-for-project-server-2013
You can then also update resource properties with PowerShell like this example: https://pwmather.wordpress.com/2016/11/07/update-projectonline-resource-custom-field-values-using-powershell-with-data-from-azuread-user-attributes-ppm-offce365-projectserver-csom/
Hope that helps
Paul