n3snah / powershell7

Puppet Module for Powershell 7
Apache License 2.0
0 stars 1 forks source link

Add firewall port configuration #23

Closed n3snah closed 3 years ago

n3snah commented 3 years ago

Will need to have firewall ports configured for the local machine even if the firewall is not enabled. This should not manage the firewall status but just ensure that the appropriate ports are open/closed based on user requirements.

n3snah commented 3 years ago

This module shouldn't be dealing with WinRM or PS-Remoting. its out of scope as its technically more of an OS thing. A separate module should be used for managing WinRM and PS-Remoting.