Share via

Getting error while creating new firewall rule in docker container

Anonymous
2023-04-23T13:26:05+00:00

Getting this error, when I run the New-NetFirewallRule inside docker image: mcr.microsoft.com/windows:ltsc2019

New-NetFirewallRule : There are no more endpoints available from the endpoint mapper.
At line:1 char:5
+     New-NetFirewallRule -DisplayName "Name" -Directio ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (MSFT_NetFirewallRule:root/standardcimv2/MSFT_NetFirewallRule) [New-NetFirewallRule], CimException
    + FullyQualifiedErrorId : Windows System Error 1753,New-NetFirewallRule

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ramesh 176.5K Reputation points Volunteer Moderator
    2023-04-23T13:46:22+00:00

    Windows System Error 1753 could mean "The specified service does not exist as an installed service."

    Is the Windows Firewall service started/running?

    Was this answer helpful?

    0 comments No comments