I would like to send from a server ( Windows 2008 R2) a pop up message to another Computer in the Network (Windows 7). I already enable AllowRemoteRPC in the registry of my Windows 7 system. This cmd works if I send a message from my Windows 2008 R2 Server to another Windows 2003 Server:
msg /server:vcs.view.local user1 test
or even the other way round
msg /server:20.1.1.30 user2 test
by the time I want to send a message to the Win7 sytem I got this exception: "Error 5 getting session names" Pinging to the Win7 IP works fine