Home
»
Discussion Forums
»
Scripts & Agent Procedures
»
Un-Install N-able Agent
Subscribe via RSS
Share this
Similar Posts
Not sure if this is the right place....Creating new user roles, having issues with Roles being able to install KES and Acronis and Agent
by
Cary Shultz
on
Nov 19, 2010
Not Answered
Managed Agents Page needs to be able to manage agents
by
ndaddona
on
Apr 17, 2017
Kaseya Agent not able to check in on ISA 2004
by
LegacyPoster
on
Jun 9, 2007
Will we be able to install the new live connect and use it on Linux?
by
emartens
on
Jul 13, 2016
Same Name Replacement computer not able to use K Agent
by
LegacyPoster
on
May 29, 2010
View More
Details
4
Replies
0
Subscribers
Posted
over 12 years ago
Scripts & Agent Procedures
Un-Install N-able Agent
Posted by
LegacyPoster
on
Jun 28, 2007 11:44 AM
We used to use the competitor's product (N-able Technologies). This script worked nicely to remove their agent off our client's systems. For those migrating it will save you a lot of time. Kind of ironic using Kaseya to remove the competitor's software.
Enjoy! (mana please, hehe)
Script Name: Un-install N-able Agent
Script Description: Un-install N-able Agent off the computer.
IF True
THEN
Get Variable
Parameter 1 : 6
Parameter 2 :
Parameter 3 : name
OS Type : 0
Execute Shell Command
Parameter 1 : C:\PROGRA~1N-ABLE~1WINDOW~1UNWISE.EXE /Z /S C:\PROGRA~1N-ABLE~1WINDOW~1INSTALL.LOG
Parameter 2 : 0
OS Type : 0
Send Email
Parameter 1 :
support@YourCompany.com
Parameter 2 : N-able Uninstalled on #name#
Parameter 3 : Done!
OS Type : 0
ELSE
Legacy Forum Name: Un-Install N-able Agent,
Legacy Posted By Username: far182
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Apr 19, 2006 1:45 AM
Great Job, I have added Mana to your user account. I love it when people come up with scripts and post them!
Thank you
Legacy Forum Name: System Administration Scripts,
Legacy Posted By Username: sourceminer
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Jun 5, 2006 10:39 AM
I thought i should add to this noble cause. The N-Able software that was installed was some of the most problematic and annoying installations i've ever seen and i was glad to see it go. Here's a script that i'm working on to at least get rid of the basic files and services. I will re-post once i get all of the auto-startup items and everything else in there.
How much Mana do i get for this one?
Script Name: Uninstall N-Able Agents
Script Description: Uninstalls N-Able client software from a machine - Only removes the two main services at the moment - need to work on auto-startup items and other remnants
IF True
THEN
Get Variable
Parameter 1 : 6
Parameter 2 :
Parameter 3 : name
OS Type : 0
Execute Shell Command - (Continue on Fail)
Parameter 1 : C:\PROGRA~1\N-ABLE~1\WINDOW~1\UNWISE.EXE /Z /S C:\PROGRA~1\N-ABLE~1\WINDOW~1\INSTALL.LOG
Parameter 2 : 1
OS Type : 0
Execute Shell Command
Parameter 1 : net stop SAAZSecAnalyzer
Parameter 2 : 1
OS Type : 0
Execute Shell Command
Parameter 1 : net stop SaazTool
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : del %windir%\system32\AdminProData\*.*
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : rd %windir%\system32\AdminProData
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : del %windir%\system32\APRemoteInstall\*.*
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : rd %windir%\system32\APRemoteInstall
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : del %windir%\system32\PatchScan\*.*
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : rd %windir%\system32\PatchScan
Parameter 2 : 0
OS Type : 0
Delete Registry Key - (Continue on Fail)
Parameter 1 : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAAZSecAnalyzer
OS Type : 0
Delete Registry Key - (Continue on Fail)
Parameter 1 : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SaazTool
OS Type : 0
Write Script Log Entry
Parameter 1 : N-Able Client uninstalled on #name#
OS Type : 0
ELSE
Legacy Forum Name: System Administration Scripts,
Legacy Posted By Username: elehman
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Jun 5, 2006 10:39 AM
I thought i should add to this noble cause. The N-Able software that was installed was some of the most problematic and annoying installations i've ever seen and i was glad to see it go. Here's a script that i'm working on to at least get rid of the basic files and services. I will re-post once i get all of the auto-startup items and everything else in there.
How much Mana do i get for this one?
Script Name: Uninstall N-Able Agents
Script Description: Uninstalls N-Able client software from a machine - Only removes the two main services at the moment - need to work on auto-startup items and other remnants
IF True
THEN
Get Variable
Parameter 1 : 6
Parameter 2 :
Parameter 3 : name
OS Type : 0
Execute Shell Command - (Continue on Fail)
Parameter 1 : C:\PROGRA~1\N-ABLE~1\WINDOW~1\UNWISE.EXE /Z /S C:\PROGRA~1\N-ABLE~1\WINDOW~1\INSTALL.LOG
Parameter 2 : 1
OS Type : 0
Execute Shell Command
Parameter 1 : net stop SAAZSecAnalyzer
Parameter 2 : 1
OS Type : 0
Execute Shell Command
Parameter 1 : net stop SaazTool
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : del %windir%\system32\AdminProData\*.*
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : rd %windir%\system32\AdminProData
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : del %windir%\system32\APRemoteInstall\*.*
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : rd %windir%\system32\APRemoteInstall
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : del %windir%\system32\PatchScan\*.*
Parameter 2 : 0
OS Type : 0
Execute Shell Command
Parameter 1 : rd %windir%\system32\PatchScan
Parameter 2 : 0
OS Type : 0
Delete Registry Key - (Continue on Fail)
Parameter 1 : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAAZSecAnalyzer
OS Type : 0
Delete Registry Key - (Continue on Fail)
Parameter 1 : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SaazTool
OS Type : 0
Write Script Log Entry
Parameter 1 : N-Able Client uninstalled on #name#
OS Type : 0
ELSE
Legacy Forum Name: System Administration Scripts,
Legacy Posted By Username: elehman
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Jun 28, 2007 11:44 AM
Awesome! The N-able problems generated by their own agent applications during our demo, is what ultimately convinced us to choose Kaseya over N-able. This will be nice to clean up after them :-D
Legacy Forum Name: System Administration Scripts,
Legacy Posted By Username: vchurch
You have posted to a forum that requires a moderator to approve posts before they are publicly available.