Skip to main content
Nintex Community Menu Bar

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

  • April 8, 2019
  • 3 replies
  • 639 views

Jeff-SP-Admin

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

Forum|alt.badge.img+17
  • April 22, 2019

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.


Forum|alt.badge.img+17
  • October 22, 2019

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


allan
Forum|alt.badge.img+9
  • Rookie
  • October 23, 2019
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