Problem
How do I access the Arellia Agent when the Taskbar Icon is Hidden?
Solution
From the Command Prompt run AeXAgentActivate.exe (found in Program Files\Altiris\Altiris Agent) followed by a GUID.
| Function | Command Line |
|---|---|
| Diagnostics Window |
AexAgentActivate.exe {E8B8B9D4-A461-4E19-9F14-B72E5110F631}
|
| Network Diagnostics Window |
AexAgentActivate.exe {1D588FDC-D1DA-40DD-99F7-D43D161F043E}
|
These should get you to any tab/page you want.
To access diagnostics, you will need to run the following command as an administrator:
"regsvr32 AexAgentDiagnostics.dll"
To remove diagnostics access from an agent,
you will need to run the following command as an administrator:
"regsvr32 /u AexAgentDiagnostics.dll"