You should a dd the USER-ID account to the "Remote Desktop Users" From Microsoft Documentation Connecting to WMI remotely requires that you first configure the Windows Firewall on the server to allow this. Incorrect Windows Firewall settings are usually identified by receiving the "RPC Server Unavailable" error message when trying to remotely connect to the VisualSVN Server using the management console. Windows Firewall configuration should be done locally on the server by the user with administrator rights. While Windows Firewall can be configured via the Control Panel, you may find it easier to use the the netsh utility at the command prompt. Appropriate command lines are as follows: For Windows XP/Windows Server 2003: netsh firewall set service RemoteAdmin enable For Windows Vista/Windows Server 2008 (note that command line should be executed in the elevated command prompt): netsh advfirewall firewall set rule group="windows management instrumentation (wmi)" new enable=yes Note that in a non-domain environment, granted permissions can be filtered-down by User Account Control (UAC) (set it to 1)
... View more