I have a virtual machine with Windows Server R2 Ent. In this machine runned domain controler test.local. I have admin(doamin and local) account on this machine. I want to get access to event log of this machine from my dev machine which is on my corporate domain(these domains doesn't know about each other). I could connect to VM through RDP by using its IP, but when I try to Connect in eventViewer to VM by using IP and using admin credantials it says that "The RPC service is not available". I gues that some security policy has been applied, but may I wrong.
So the question is, how to connect to event log on remote machine if I have: machine IP, machine domain name, machine domain admin credentials, I connect from other domain?
If it possible maybe someone can point me how to do this. (If it will be Powershell sniplet it would be great).