Hi Lonnie,
Sorry for our delay.
We don't have an option to add multiple accounts for remote deployment and we are only able to remotely deploy agents to machines that are members of a domain, if you have machines that isn't a member of a domain, the best option to remotely install the agent is by using the tools PsExec and MsiExec.
The command should look like this
psexec \Server -u "machinename\adminuser" -p "PASSWORD" cmd /c "msiexec.exe /x "\Server\FolderShare\My Install.msi" /quiet /norestart"
Best regards
Claus Tjoerndal