Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Altiris Agent removal methods

Updated: 21 May 2010 | 2 comments
Aaron T's picture
0 0 Votes
Login to vote

Hi Again,

I had some issues with a rollout last night, where some PC's actually had a 6.5 agent installed from a previous altiris implementation (failed one at that) and it also had a whole lot of software delivery packages..

For some reason there must have been some office2000 one in there, and even though everything was disabled it was still popping up the installer..very odd I thought.

Anyway it came down to me wanting to do a quick removal of the altiris agent (NS7)

I tried the Altiris Agent for Windows - Uninstall option under the Altiris Agent settings menu.

Using remote diagnostics I found that this actually REDOWNLOADED the agent to the client to perform the uninstall...which does not suit me very well for smaller remote sites on 256k links. (15 mins a pc)

Is there a more 'efficient' way to process agent uninstalls for future reference? Surely there must be some tickle command to be sent to the agent to remove it!

Cheers

Comments

jharings's picture
16
Sep
2009
0 Votes 0
Login to vote

The easiest way

that I have found is to script the uninstall using the aexagentutil command, which is located in the Altiris Agent directory on every client computer.

aexagentutil /clean

followed by a rmdir (remove directory) or some other command should remove all traces. The rmdir is necessary, because the aexagentutil can't delete itself.

Jim Harings
HP Enterprise Services
1st Rule of Connect Club: Mark the post that helped you the most as a 'solution'. 2nd Rule of Connect Club:You must talk about Connect club.

mgarza896's picture
17
Sep
2009
1 Vote +1
Login to vote

Second on the easiest way

We use a job in DS, runs the following tasks:
"C:\Program Files\Altiris\Altiris Agent\AeXAgentUtil.exe" /uninstallagents /clean
rmdir /s /q "C:\Program Files\Altiris\Altiris Agent"

Hope this helps

Marco