Upgrade-NFMobileRelay

Enable or disable the mobile relay.

Syntax

Update-NFMobileRelay [-SourceName] <string> [-Enable] <SwitchParameter> [-DeactivateMobileForms] <SwitchParameter> [-Force] <SwitchParameter>

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
SourceName Optional System.String The friendly name of the farm.
Enable Optional SwitchParameter If specified, enables the mobile relay. Cannot be used in conjunction with [-Disable].
Disable Optional SwitchParameter specified, disables the mobile relay. Cannot be used in conjunction with [-Enable].
Status Optional SwitchParameter If specified, shows the current status of the mobile relay.

Detailed Description

This command is used to enable or disable the mobile relay, which affects Nintex Mobile connecting via Live. This command should be run by a user who has administrative rights and privileges to access the Nintex Forms database.

Examples

Update-NFMobileRelay –SourceName “My farm name” -Enable

Related information

PowerShell Reference

Nintex Forms PowerShell Cmdlets