How to configure Windows Firewall to allow MMC snap-in(s) to connect...

Hi all;

According to the following TechNet article, I can run Enable-NetFirewallRule -DisplayGroup "Remote Administration" command to allow access to MMC snap-ins on a system.

http://technet.microsoft.com/en-us/library/jj574205.aspx

But when I execute the above command, the following error message appears:

Enable-NetFirewallRule : No MSFT_NetFirewallRule objects found with property
'DisplayGroup' equal to 'Remote Administration'.  Verify the value of the
property and retry.
At line:1 char:1
+ Enable-NetFirewallRule -DisplayGroup "Remote Administration"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Remote Administration:String) [
   Enable-NetFirewallRule], CimJobException
    + FullyQualifiedErrorId : CmdletizationQuery_NotFound_DisplayGroup,Enable-
   NetFirewallRule


PS C:\Enable-NetFirewallRule -DisplayGroup "Remote Administration"
Enable-NetFirewallRule : No MSFT_NetFirewallRule objects found with property
'DisplayGroup' equal to 'Remote Administration'.  Verify the value of the
property and retry.
At line:1 char:1
+ Enable-NetFirewallRule -DisplayGroup "Remote Administration"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Remote Administration:String) [
   Enable-NetFirewallRule], CimJobException
    + FullyQualifiedErrorId : CmdletizationQuery_NotFound_DisplayGroup,Enable-
   NetFirewallRule

July 1st, 2013 4:37pm

Hi,

I got the same result.

Please try the following 2 commands instead:

Enable-NetFirewallRule -DisplayGroup "Windows Firewall Remote Management"

Enable-NetFirewallRule -DisplayGroup "Remote Service Management"

Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2013 5:00am

Hi,

Configuring the Firewall for Remote Management of a Workgroup Server Core installation

http://blogs.technet.com/b/server_core/archive/2008/01/14/configuring-the-firewall-for-remote-management-of-a-workgroup-server-core-installation.aspx

or

http://www.petri.co.il/remotely-managing-windows-2008-server-core-firewall.htm

Thanks

July 3rd, 2013 5:21am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics