Forum Discussion
Vandrey da Trindade da Cunha Pereira
Jul 18, 2016Brass Contributor
Is there a way to manage Project Online using PowerShell?
Hi, Since there isn't a "Project Online" group, I'll try to ask it here: Is there a way to manage Project Online using Powershell? Wanted to check some resources properties like active and i...
- Jul 18, 2016Yes, there is. You can use Client Side Object Model for SharePoint Online and Project Online in your PowerShell scripts. However, there are not PowerShell cmdlets for Project Online
Yes, there is. You can use Client Side Object Model for SharePoint
Online and Project Online in your PowerShell scripts. However, there are
not PowerShell cmdlets for Project Online
Vandrey da Trindade da Cunha Pereira
Jul 19, 2016Brass Contributor
Juan Carlos,
So sad that are not cmdlets.... =/
I'll try to take a look at this. Thanks!
- JOSE RAFAELJul 22, 2016Copper Contributor
Hi,
I wrote a post about it:
And you can find sample code here:
https://gallery.technet.microsoft.com/scriptcenter/de-powershell-con-CSOM-4cdf9952
It's in Spanish but I think that you could understand the code easily
Hope this helps!
- Vandrey da Trindade da Cunha PereiraJul 22, 2016Brass Contributor
Jose Rafael,
Muchas gracias!
Pero todavia, como solo tiene una función, no hay como hacer lo que preciso.
- JOSE RAFAELJul 26, 2016Copper Contributor
Hola!
La función existente sirve para los proyectos, pero sería fácilmente trasladable a otros objetos (tareas, recursos...). En todo caso, dime qué quieres hacer exactamente y trato de ayudarte :-)