The Telligent Community job service can be uninstalled from a server by opening a PowerShell as an administrator and navigating to the job service folder. The command to use depends on whether you are using local or domain accounts:
- Local account:
Run the following command:.\Uninstall.ps1
- Domain Account:
Run the following command. It will first prompt your for the credentials of your service account before installing the job server using those credentials..\Uninstall.ps1 -Credential (Get-Credential)