How can I find all the workflows in my O365 SharePoint tenant using PowerShell

  • 8 April 2019
  • 3 replies
  • 340 views

How can I find a list of Nintex workflows being used in all my site collections in SharePoint Online/O365 using PowerShell? I have seen a few solutions referenced back in 2015 for on-prem. Do you have an updated solution for O365/SharePoint online? 

Any help would be greatly appreciated.


3 replies

Badge +17

There is a PowerShell script that has been tossed around in the community. I will try and find it.


 


If you have access to Nintex Hawkeye, I would also attempt that if you can.

Badge +17

Here is the script that can help you find all your workflows in O365.

Userlevel 4
Badge +9
Nintex Hawkeye is the way to go.
If you want to do it by script, do not bother using CSOM, just use PnP with the function :
Get-PnPWorkflowDefinition
https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpworkflowdefinition?view=sharepoint-ps

Reply