Forum Discussion
Nigel_Price9911
Oct 17, 2020Iron Contributor
How Do I get the data and time a workflow ran using PnP-PowerShell
Hi I am trying to find when all of my SP2010 workflows were run. I have a PnP-PowerShell script which goes round all of the site collections, sites and subsites looking for the workflows. ...
yunusemrearac
Copper Contributor
Hi Nigel_Price9911,
You can use the Powershell command below. Workflows will be listed by browsing all sub-sites.
https://gist.github.com/joerodgers/cae8fcf81eb9ea84cabfadcb15cb5cf3
Nigel_Price9911
Oct 20, 2020Iron Contributor
Having looked at this a bit closer, How do I get the date and time the workflow last ran ?
Thanks
Nigel
- yunusemrearacOct 30, 2020Copper Contributor
You can using the last runtime for SharePoint Designer Workflow with this PowerShell Script.
https://gallery.technet.microsoft.com/office/How-get-the-workflow-7d00eed9