Client and Server both workgroup | Server | Create a local account (eg "john") | Use net user /? or Computer Management |
| Server | Grant the user access | cscript hvremote.wsf /add:accountname *** |
| Client | Allow Anonymous Logon remote DCOM access | cscript hvremote.wsf /anondcom:grant |
| Client | Logon with matching local account. | Ctrl+Alt+Del :) |
| Client | If passwords do not match | cmdkey /add:servername /user:servername\account /pass |
| Both | Verify configuration for errors | cscript hvremote.wsf /show /target:othercomputername |
------------------------- | | | |
Client workgroup, Server domain | Server | Grant domain account access | cscript hvremote.wsf /add:domain\account *** |
| Client | Allow Anonymous Logon remote DCOM access | cscript hvremote.wsf /anondcom:grant |
| Client | Set credentials for domain account | cmdkey /add:servername /user:domain\account /pass |
| Both | Verify configuration for errors | cscript hvremote.wsf /show /target:othercomputername |
------------------------- | | | |
Client domain, Server workgroup | Server | Create a local account (eg "john") | Use net user /? or Computer Management |
| Server | Grant the user access | cscript hvremote.wsf /add:accountname *** |
| Client | Allow Anonymous Logon remote DCOM access | cscript hvremote.wsf /anondcom:grant |
| Client | Set credentials for local account | Use cmdkey /add:servername /user:servername\accountname /pass |
| Both | Verify configuration for errors | cscript hvremote.wsf /show /target:othercomputername |
------------------------- | | | |
Client and Server both domain | Server | Grant the non-admin user access | cscript hvremote.wsf /add:domain\account *** |
| Both | Verify configuration for errors | cscript hvremote.wsf /show /target:othercomputername |