Windows System Error 1753 could mean "The specified service does not exist as an installed service."
Is the Windows Firewall service started/running?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
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.
Windows System Error 1753 could mean "The specified service does not exist as an installed service."
Is the Windows Firewall service started/running?