Can you connect to an application using Component Services COM+ without a Windows domain environment?
Asked
Active
Viewed 138 times
1 Answers
3
I haven't tried this in a long time, but I believe this is possible if you have:
- Matching local user accounts (same username + password) on your local and remote systems
- Administrator privileges, with that account, on the remote system
You might be able to get through with a 'net use \computername\ipc$' You could specify credentials in the net use command, if that helped.
Good luck!

dcsln
- 66
- 1