通过CmdLine通过networking发送消息到另一台计算机

我想从服务器(Windows 2008 R2)发送popup消息到networking中的另一台计算机(Windows 7)。 我已经在我的Windows 7系统的registry中启用了AllowRemoteRPC。 如果我从Windows 2008 R2服务器向另一台Windows 2003 Server发送消息,则此cmd可用:

msg /server:vcs.view.local user1 test 

甚至相反

 msg /server:20.1.1.30 user2 test 

当我想发送消息到Win7系统的时候,我得到了这个exception:“错误5获取会话名称”Pinging到Win7 IP工作正常

尝试同时发送消息给用户PC和用户的用户名。 例如(从服务器2008年的盒子):

 msg /server:thepc theuser "This is a test"