Skip to main content
Nintex Community Menu Bar

SharePoint - Installing and Un-Installing Nintex Workflow Scheduler

  • February 15, 2022
  • 0 replies
  • 84 views

Forum|alt.badge.img+8

Topic

How to install and un-install the Nintex Workflow Scheduler job.

 

Instructions

**The Nintex Workflow Scheduler job should only have one instance listed in the Timer Job Definitions page.**

Installation:

  1. Navigate to the server hosting Central Administration
  2. Open a SharePoint Management Shell window as an administrator
  3. Run the command: NWAdmin.exe -o InstallTimerJob -job ScheduledWorkflows -url http://yourwebappurlhere/

Uninstallation:

  1. Navigate to the server hosting Central Administration
  2. Open a SharePoint Management Shell window as an administrator
  3. Run the command: NWAdmin.exe -o UninstallTimerJob -job ScheduledWorkflows
    • If the Nintex Workflow Scheduler is installed on a web application other than Central Administration, you can specify the web application via the -url flag
    • Example: NWAdmin.exe -o UninstallTimerJob -job ScheduledWorkflows -url http://testwebappurl/