SP3 OS On Dell

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, March 14, 2012

Symantec Management Agent (or Altiris Agent) [Rev: 1.2]

Posted on 9:01 PM by Unknown

After you have installed the Symantec Management Agent (or Altiris Agent) in your computer, the Notification Server computer can remotely monitor and manage the below in your computer:
  • Monitoring hardware and software
  • Scheduling software installations and file updates
  • Collecting and tracking basic inventory information
  • Managing policies and packages

When you attempt to download or install an application or software in your computer, the administrator of the the Notification Server computer is notified remotely.




Remove Symantec Management Agent software


Assuming you are using Windows XP SP3 x86 Operating System (OS). In the "Control Panel" -> "Add or Remove Programs", the Symantec Management Agent is not listed inside. I have created a RemoveSymantecManagementAgent.bat file to remove the Symantec Management Agent software. You can copy and paste the below RemoveSymantecManagementAgent.bat codes, and save it as RemoveSymantecManagementAgent.bat file. If you are using Windows Vista/7 x64 OS, please change the SMADIR path accordingly.


------------- BEGIN RemoveSymantecManagementAgent.bat codes -----------------------

@echo off
rem Remove Symantec Management Agent (or Altiris Agent)
rem Altiris Agent can remotely track inventory, usage, software and application 
rem installation, and other computer processing aspects.
rem When the client attempts to download or install an application,
rem the administrator is notified remotely.
rem JackNg, Rev: 1.1


set SMADIR="c:\Program Files\Altiris\Altiris Agent"
set SMAAGENT=AeXNSAgent.exe

if not exist %SMADIR%\%SMAAGENT% goto _NOSMA

echo.
echo Uninstall Symantec Management Agent...
%SMADIR%\%SMAAGENT% /Stop
%SMADIR%\%SMAAGENT% /uninstall

echo.
echo Deleting the Symantec Management Agent directory...
rd /s "c:\Program Files\Altiris"
goto _EXIT


:_NOSMA
echo %SMADIR%\%SMAAGENT% file not found


:_EXIT
set SMADIR=
set SMAAGENT=

------------- END RemoveSymantecManagementAgent.bat codes -----------------------





Stopping Symantec Management Agent service


Assuming you are using Windows XP SP3/Vista/7 OS. You can copy and paste the below 0stopSymantecManagementAgentService.bat codes, and save it as 0stopSymantecManagementAgentService.bat file. Kindly run the 0stopSymantecManagementAgentService.bat to stop the Symantec Management Agent service so that it will stop running the Symantec Management Agent software.


------------- BEGIN 0stopSymantecManagementAgentService.bat codes -----------------------

@echo off
rem JackNg, Rev: 1.0

echo Stopping Symantec Management Agent service
sc stop AeXNSClient

------------- END 0stopSymantecManagementAgentService.bat codes -----------------------





Starting Symantec Management Agent service


Assuming you are using Windows XP SP3/Vista/7 OS. You can copy and paste the below 1startSymantecManagementAgentService.bat codes, and save it as 1startSymantecManagementAgentService.bat file. Kindly run the 1startSymantecManagementAgentService.bat to start running the Symantec Management Agent service so that it will run the Symantec Management Agent software.


------------- BEGIN 1startSymantecManagementAgentService.bat codes -----------------------

@echo off
rem JackNg, Rev: 1.0

echo Starting Symantec Management Agent service
sc start AeXNSClient

------------- END 1startSymantecManagementAgentService.bat codes -----------------------




References:

[1] About the Symantec Management Agent

[2] What is Altiris Agent ?

[3] How to remove Altiris Client
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Solved changing SATA operation mode in BIOS from IDE to AHCI without reinstalling Windows XP x64 OS for ASUS P8H77-M motherboard (Rev: 1.0)
    Before the Windows XP x64 Operating System (OS) installation process on Asus P8H77-M motherboard computer that has Intel H77 Express Chipse...
  • Solved Windows Defender "ERROR: Signature Update failed with hr=800106BA" & "Windows Update cannot currently check for updates because the service is not running" errors in Acer Aspire X5900 pc with Windows 7 Home Premium x64 OS (Rev: 1.0)
    After login to the Windows 7 Home Premium x64 Operating system (OS) of the Acer Aspire X5900 pc [Intel i5-650, 3.20 GHz, Western Digital 1 T...
  • Solved People Express Management Flight Simulator software 16 bit Windows Subsystem error when login as a local user account in Windows XP Professional SP3 x86 OS (Rev: 1.1)
    After installed the People Express Management Flight Simulator (PEMFS) v1.02 on a Windows XP Professional SP3 x86 OS using an administrator ...
  • Photos/Contact Me (Rev: 1.74)
    A brief introduction of myself: Jack Ng Singaporean Diploma in Electrical Engineering Professional Diploma in Management Degree of Bachelor ...
  • Remote Desktop Connection (Rev: 1.89)
    Remote Desktop Connection (RDC) is a technology that allows you to sit at a computer/notebook and connect to a remote computer/server in a d...
  • Solved syntax error when printing a pdf file to HP Laserjet 8150 printer (Rev: 1.1)
    When printing a pdf file entitled "On the concept of 'tractor beams'" (by S. Sukhov and A. Dogariu*)  to HP Laserjet 8150 ...
  • Solved "Windows Update cannot currently check for updates, because the service is not running. You may need to restart your computer" error in Windows 7 Professional SP1 OS (Rev: 1.1)
    For the Lenovo W510 (type: 4391-BK1) ThinkPad notebook with Windows 7 Professional SP1 Operating System (OS), I had used Windows Update to c...
  • Solved Windows 7 x64 OS hibernation failed problem due to VgaSave on Dell Precision T7600 workstation (Rev: 1.3)
    The Dell Precision T7600 workstation [2 x Intel Xeon E5-2687W (8 cores) 3.1 Ghz CPU, 256 GB RAM] has a Nvidia Quadro 5000 video card [ defa...
  • Unpleasant website subscription encounter with Network Solutions (Rev: 1.0)
    I subscribed to Network Solutions (charge US$89.62 for 1 year plan) to setup a website on 23/4/2010. From 23/4/2010 (Friday) to 24/4/2010 (...
  • Solved ntdll.dll error in Windows XP Pro SP3 OS (Rev: 1.0)
    Recently, I encountered ntdll.dll error whenever I use Windows Explorer in my Windows XP Professional SP3 Operating System (OS) pc. I have a...

Blog Archive

  • ►  2013 (8)
    • ►  May (2)
    • ►  April (3)
    • ►  March (2)
    • ►  February (1)
  • ▼  2012 (26)
    • ►  December (5)
    • ►  October (1)
    • ►  September (3)
    • ►  August (2)
    • ►  July (6)
    • ►  June (2)
    • ▼  March (4)
      • Solved Joshua Preshell: x:\i386\system32\Profiles....
      • Solved Windows 7 bootup problem and “Windows 7 bui...
      • Solved unknown devices in Windows 7 Enterprise (x6...
      • Symantec Management Agent (or Altiris Agent) [Rev:...
    • ►  February (1)
    • ►  January (2)
  • ►  2011 (13)
    • ►  November (1)
    • ►  October (5)
    • ►  September (1)
    • ►  June (2)
    • ►  May (2)
    • ►  March (1)
    • ►  January (1)
  • ►  2010 (14)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ►  June (3)
    • ►  May (3)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2009 (16)
    • ►  December (1)
    • ►  October (1)
    • ►  September (1)
    • ►  August (3)
    • ►  July (1)
    • ►  June (1)
    • ►  May (2)
    • ►  February (5)
    • ►  January (1)
  • ►  2008 (44)
    • ►  December (4)
    • ►  November (7)
    • ►  September (2)
    • ►  August (7)
    • ►  July (3)
    • ►  June (3)
    • ►  May (2)
    • ►  April (1)
    • ►  March (9)
    • ►  February (6)
Powered by Blogger.

About Me

Unknown
View my complete profile