Power Shell
2 TopicsProject Online ReST API create project Error 500
Hello Everyone, When I try to execute create project PowerShell script through .Net application, it throws 500 internal server error. I'm using code samples available here: https://github.com/OfficeDev/Project-Samples/tree/master/O365-Project-Online-REST-Samples Thanks & Regards, Rohan780Views0likes1CommentProject Online - How to filter projects in powershell?
Hello Everyone, I want to filter projects on LastPublishedDate in power shell. How to include $filter query string in the endpoint. For example, https://example.sharepoint.com/sites/pwa/_api/ProjectServer/Projects?$filter=LastPublishedDate -ge datetime'28-01-2021' When I open my URL with same format in browser it works fine. But when I include it in the power shell, all projects are returned. I'm using these samples: https://github.com/OfficeDev/Project-Samples/tree/master/O365-Project-Online-REST-Samples Does anyone knows the correct way to include $filter query string in power shell script? Thanks & Regards, Rohan1KViews0likes1Comment