WinRm firewall settings do you think a config option can be added
I see by default the WinRM firewall rule is created with a scope of all my security guys don't like that much Do you think the plugin could have a config option so ot can be all or just localnet
eg. rulename = "WinRM %s" % protocol osutils.firewallcreaterule(rulename, listenerport, osutils.PROTOCOLTCP)
and fwport.Scope = self.FWSCOPEALL
I see there is already a variable FWSCOPELOCALSUBNET = 1 in the osuitls
thanks
add a comment