Invoke cmdlets in SharePoint Subscription Edition
SharePoint Subscription Edition does not support the original Nintex Workflow cmdlets. If you use the cmdlets in SharePoint Subscription Edition, you may see error messages like:
Install-NFService: The term 'Install-NFService' is not recognized as the name of a cmdlet, function, script file, or operable program.
Use cmdlets in SharePoint Subscription Edition
To use the Nintex cmdlets in SharePoint Subscription Edition:
- Make sure you have exported the NintexForSharePointSE folder.
- Open PowerShell in Administrator mode.
- Type
cd
followed by the path to the exported NintexForSharePointSE folder.
For example:cd C:\Users\nf19-administrator\Downloads\NintexForSharePointSE
- Type the invoke command for the cmdlet you want to use. See below for a list of commands.
For example:.\InvokeCmdlet.ps1 -assemblyName 'Nintex.Forms.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=C52D764DCF7EC883' -typeName 'Nintex.Forms.SharePoint.PowerShell.Commands.Install'
Export the NintexForSharePointSE folder
This process only needs to be completed once. If you have already exported the NintexForSharePointSE folder, you can skip this step.
- Find the Nintex Workflow for SharePoint Subscription Edition installer.
- Double-click to execute the installer.
- Click Next.
- Click I agree.
- Select the Export option.
- Click Export.
- Wait until the installer has completed the export.
The installer creates a folder called NintexForSharePointSE in your selected location.
Syntax
.\InvokeCmdlet.ps1 -assemblyName 'Nintex.Forms.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=C52D764DCF7EC883' -typeName 'XXXXX'
Replace XXXX with the corresponding Typename from the table below.
Example
.\InvokeCmdlet.ps1 -assemblyName 'Nintex.Forms.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=C52D764DCF7EC883' -typeName 'Nintex.Forms.SharePoint.PowerShell.Commands.Install'
Typenames
Cmdlet | TypeName |
---|---|
Nintex.Forms.SharePoint.PowerShell.Commands.AddFormControlCommand |
|
Nintex.Forms.SharePoint.PowerShell.Commands.AddInlineFunctionCommand |
|
Nintex.Forms.SharePoint.PowerShell.Commands.CreateDatabase |
|
Nintex.Forms.SharePoint.PowerShell.Commands.DeactivateOrphanedLiveAndMobileForms |
|
Nintex.Forms.SharePoint.PowerShell.Commands.Install |
|
Nintex.Forms.SharePoint.PowerShell.Commands.RemoveFormControlCommand |
|
Nintex.Forms.SharePoint.PowerShell.Commands.RemoveInlineFunctionCommand |
|
Nintex.Forms.SharePoint.PowerShell.Commands.ShowInlineFunctionsCommand |
|
Nintex.Forms.SharePoint.PowerShell.Commands.ShowRuntimeFunctionsCommand |
|
Nintex.Forms.SharePoint.PowerShell.Commands.UpdateLicense |
|
Nintex.Forms.SharePoint.PowerShell.Commands.UpdateSiteIdCommand |
|
Nintex.Forms.SharePoint.PowerShell.Commands.UpdateMobileRelay |
|
Nintex.Forms.SharePoint.PowerShell.Commands.Upgrade |
Nintex Forms 2013 SDK Reference
Add a Custom Inline Function with SharePoint 2013 Management Shell