Skip to content
Menu
SharePoint Gems
  • Power Platform
  • Development
    • SharePoint 2013
  • Migration
  • Administration
  • SP Online
  • Contact
  • About
    • Privacy Policy
SharePoint Gems

PowerShell to Determine if the site has Nintex Workflows

Posted on June 9, 2022June 9, 2022

As an SharePoint Administrator we always need to check if the site has Nintex Workflows. In Out of the Box it is very difficult or lengthy process to check the workflow of the site. Here PowerShell comes in picture. We can use PowerShell to determine if the site has Nintex Workflows.

Hide Ribbon Save button on a Nintex Form

if ( (Get-PSSnapin -Name Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue) -eq $null )
{
Add-PsSnapin Microsoft.SharePoint.PowerShell
}

$nwadminCmd = “c:\program files\common files\Microsoft Shared\web server extensions\15\bin\nwadmin.exe”
& $nwadminCmd -o FindWorkflows

By this way we can find the Nintex workflows in the current or given site using PowerShell.

PnP PowerShell to get all Site Collections

PowerShell to Determine if the site has Nintex Workflows
PowerShell to Determine if the site has Nintex Workflows
Contents hide
1 Share this:
2 Like this:
3 Related

Share this:

  • Print
  • Twitter
  • Facebook
  • LinkedIn
  • WhatsApp
  • Telegram
  • Pinterest
  • Reddit

Like this:

Like Loading...

Related

Leave a ReplyCancel reply

  • Development
  • Migration
  • Poweer Apps
  • Power Automate
  • Power Platform
  • SharePoint 2013
  • SharePoint Administration
  • SharePoint Online
  • Tips
  • Uncategorized

Best of Computers

Blog Stats

  • 67,509 hits

Subscribe

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,433 other subscribers
Buy Me Coffee
©2025 SharePoint Gems | Powered by WordPress and Superb Themes!
%d