This is a scripted process. I couldn't work around the install issue from in the console, but this should be pretty easy. Once installed everything should work from the inside the console without any modifications other than those we already made to the server.
Here are the directions. Note: The script can be easily modified to read a file with a list of the client machines IP addresses so that this is automatic.
1. Have the ports open from the previous emails.
2. Download from Microsoft the tool PSExec and put in a directory on the SMP server.
3. Get the file AltirisAgentInstSvc.exe from the \Notification Server\NSCap\Bin\Win32\X86 directory and copy to the same directory as step #2.
4. Put the vbscript file attached to this email in the same directory as step #2.
5. Run the vbscript file and it will ask for:
1. SMP server IP address (It says "NS" not SMP; I will fix later).
2. User name (needs to be an admin on the client machines where the agent will be installed).
3. Password for the User account.
4. IP address of client machines. Just put one in and hit enter and it will ask for another. Do the same. When you have entered enough for your test, don't put anything in the field and hit enter and the script will stop. Note: For production I can have the script automatically read a list of IP addresses from a file so this can be very automated.
6. Now there will be a file in the same directory called install.bat. If you simply run this file from a command line in the directory when it is, it will install to all the machines that were input. And the password is protected by regular Microsoft methods going across the wire as it is only used to make a connection to the IPC$ share on the remote computers.
7. Once you are done you can delete the install.bat file.