SharePoint 2013 – Accessing workflows in PowerShell
SharePoint 2013 has a new workflow engine. I’m assuming that that is no news any more. So if the workflows are now managed through Workflow Manager 1.0, most likely the…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
All posts about PowerShell
SharePoint 2013 has a new workflow engine. I’m assuming that that is no news any more. So if the workflows are now managed through Workflow Manager 1.0, most likely the…
User cannot be found An annoying error today when I tried to run New-SPSite. It had worked all day and then suddenly I got this: New-SPSite : User cannot be…
Install-SPSolution Today I tried to deploy a solution through PowerShell with the command: Install-SPSolution–Identity helpdesk.wsp–WebApplication http:/ /myserver/-GACDeployment I then got the following error: Install-SPSolution : This solution contains no resources…
Today I tried to export my project tasks as a csv file using PowerShell. I couldn’t find any helpful documentation on how to do this. A few articles that did…