Nintex Forms

Nintex Forms 2013

Today, Nintex released Nintex Forms 2013.  The product, to support form design in SharePoint 2013. You can find more information here: Nintex Forms Whether you’ve used Nintex Forms 2010 or this is your first time seeing Nintex Forms, I think you’ll be quite impressed.  It looks very refined and seems to fit perfectly into the […]

Nintex Forms Nintex Reporting Nintex Workflow

Nintex – PowerShell SharePoint Commands

Here are some commonly requested Nintex related PowerShell commands. Find all the Nintex features, their Guids and Scope, order by Scope. Get-SPFeature | where{$_.DisplayName -like “Nintex*”} | sort -Property Scope Find all the Nintex features, order by DisyplayName. Get-SPFeature | where{$_.DisplayName -like “Nintex*”} | sort -Property DisplayName Find a specific Nintex feature (eg. NintexWorkflowAdmin) Get-SPFeature […]