Install-NFService

Installs Nintex Forms settings on the farm.

Syntax

Install-NFService

Note: SharePoint Subscription Edition does not support the standard Nintex Workflow cmdlets. You may see the error The term 'X' is not recognized as the name of a cmdlet, function, script file, or operable program. If you want to use these cmdlets in SharePoint Subscription Edition, see Invoke cmdlets in SharePoint Subscription Edition.

Detailed Description

To be run on an uninstalled farm. This will set up all the basic settings for the farm. Under a normal scenario this will be run under the covers by the standard installation process. It sets up the out of the box Device, Forms Controls, Inline Functions and Form Template for the farm.

If you need to reset the system then you will need to remove the SPPersistedObject we store all the settings in via PowerShell (as below). Then once done you will have to run this install command.

Examples

$farm = Get-SPFarm

$farm.RemoveObsoleteClass("4DB6F71E-05FF-4383-B16E-ABC5A57057C5")

Warning: Resetting the settings will mean any custom devices, form controls or templates will be removed.

Related information

PowerShell Reference

Nintex Forms PowerShell Cmdlets