Deactivate-NFOrphanedLiveAndMobileForms
Deactive Nintex Forms for Live Forms or Mobile for Sharepoint Forms.
Syntax
Deactivate-NFOrphanedLiveAndMobileForms [-SiteId] <guid>] [-SiteUrl
<string>] [-DeactivateLiveForms] [-DeactivateMobileForms] [-Force]
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.
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| SiteId | Required | System.guid | The GUID of the site collection. |
| SiteUrl | Required | System.String | The URL to the site containing the content type to modify. |
| DeactivateLiveForms | Optional | System.Boolean | Flag to deactivation life forms. |
| DeactivateMobileForms | Optional | System.Boolean | Flag to deactivation mobile forms. |
| Force | Optional | System.Boolean | Flag to force the deactivation of Nintex Forms Life or Mobile. |
Examples
Deactivate-NFOrphanedLiveAndMobileForms -SiteId 3fcdb588-6fdc-4131-828f-e66be3d3e104 -SiteUrl
SPDEVBOX.crestan.com -DeactivateLiveForms -DeactivateMobileForms -Force