Ensure the user is a member of the local administrators group on the target remote system. Optionally, if this is not possible (for example, in a workgroup scenario), you can use the following command:
net use \<<IP_of_remote_system>ipc$ /user:<remote_user>
For example:
net use \10.1.1.100ipc$ /user:administrator