So you get this error…
The Disk Management console failed to connect to the remote computer because the Disk Management remoting service is not in the Windows Firewall exception list. Add the Disk Management remoting service(dmremote.exe) to the Windows Firewall exception list and try again.
You then add dmremote.exe to your windows firewall exceptions list and it still doesn’t work!
What this error message fails to tell you is that there are several other exceptions you should add to your firewall list, you should set up the following firewall exceptions on client machines.
- TCP Port 135 should be open (Add the Port)
- %WINDIR%\System32\dmadmin.exe (Add the program)
- %WINDIR%\System32\dmremote.exe (Add the program)
In an Active Directory network environment I would recommend doing this through Group Policy. Fire up the group policy management console and select your workstation configuration policy, then modify the following group policy sections.
Console Root\Local Computer Policy\Computer Configuration\Administrative Templates\Network\Network Conifiguration\Windows Firewall\Domain Profile
Enable the following:
Define Program Exceptions (Add)
- %WINDIR%\System32\dmremote.exe:*:Enabled:Disk Management
- %WINDIR%\System32\dmadmin.exe:*:Enabled:Disk Management
Allow Local Program Exceptions (Enabled)
Allow Remote Administration Exception (add * or ip of appropriate computer(s))
Define Port Exceptions (Add TCP Port 135)
Allow Local Port Exceptions (Enabled)
Now you should be able to connect to another computer and view disk management.