I need a solution
is there any way to run a batch file on client computers from symantec management console ?
i want to remove altiris client from the server by running this batch file
start /wait "%programfiles%\Altiris\Altiris Agent\AeXAgentUtil.exe" /Clean
rmdir /s /q "C:\Program Files\Altiris\Altiris Agent"
or is there any other way to remove client from the altiris management console ?