Adding a resource to project online from a csv using Powershell

Copper Contributor

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

1 Reply

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-...

 

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-po...

 

Hope that helps

Paul