Start List Item Workflows Using PowerShell
Have you ever needed to run a workflow against all items in a SharePoint list? If so, you know that using the web interface to do this is a slow tedious process. You can use the following script to programmatically run a workflow against every item in a list: [crayon-603b98e4ea7de599854609/]