The Deployment Tool generates errors when operations like deployments fail, and below you'll find a list of common errors and how to resolve them.
0x80070005 - This is Microsoft's generic message for "permission denied". Try authenticating to the target machine as MACHINENAME\Administrator.
0x800706ba - The RPC server is unavailable, OnWorkXXX. The Deployment Tool talks to target machines outbound on TCP port 135 and below are a couple commands that will configure the target machine to allow communications. This command must be run as Administrator and from C:\windows\system32. The output should indicate that 8 rules were updated as a result of the first command, and 4 for the second. Try deploying again.
0xc004c001 - There was no response from the target adderss on the Host's listening port and protocol. This is PC-Duo's closest equivalent to Microsoft's "ping failed".
netsh advfirewall firewall set rule group="Windows Management Instrumentation (wmi)" new enable=yes
netsh advfirewall firewall set rule group="Windows Remote Management" new enable=yes