Altiris Software Dev Kit (ASDK)

 View Only
  • 1.  How to reinstall Altiris Agent on a computer through remote?

    Posted Aug 04, 2016 04:10 PM

    Altiris agent has stopped working on one of my test machines. It is no longer downloading any application that I deployed through Altiris.

    I can reinstall manually but is there any way we can reinstall the Altiris Agent through remote?



  • 2.  RE: How to reinstall Altiris Agent on a computer through remote?

    Posted Aug 05, 2016 12:58 PM

    If you run a Task with a command line of:

    start "%programfiles%\altiris\altiris agent\aexagentutil.exe" /clean

    You can then install the agent again from the agent install page.



  • 3.  RE: How to reinstall Altiris Agent on a computer through remote?

    Posted Aug 05, 2016 11:54 PM

    Hi Llawliet,

     

    andykn101 has the removal and reinstall right there. There are some more details though in HOWTO45394. You can do a manual push or a scheduled push to put the client back on the pc that both work in addition to the pull method.

    If you're wanting to fully automate the process and want an instant reinstall rather than wait on your scheduled push you could use the ASDK. The resource management service is the one that has the correct method (altiris/ASDK.NS/ResourceManagementService.asmx), otherwise you can also use the community(so far rsteenwyk and myself but more are welcome to contribute!) PowerShell module for the ASDK (Connect Article, Github Repo) to push it using the following command:

    Install-AltirisAgentToComputers -Server "NSServer01" -computerNames "ComputerName1,ComputerName2" -showInStartMenu $False -showInSysTray $true -useProxy $False -showInAddRemove $True -overrideInstallPath ""