nmdange2 / HyperV_DSC

A set of sample DSC scripts for configuring Hyper-V hosts, Scale-Out File Servers. Can be used for Storage Spaces Direct or any other back-end storage.
MIT License
3 stars 1 forks source link

FW rules - why? #5

Open jaromirk opened 4 years ago

jaromirk commented 4 years ago

All these WMI/Remote Event Log management/ping... rules are enabled automatically when Cluster role is installed. Thus it's duplicite.

https://github.com/nmdange2/HyperV_DSC/blob/master/DSC/HyperVFabricSettings.ps1#L150 ...

nmdange2 commented 4 years ago

Yes although I do also use these settings on standalone Hyper-V hosts that don't have clustering installed. Since it's in the DSC config, it can also ensure the rules don't get disabled by accident.

jaromirk commented 4 years ago

Got it... I prefer limit access to certain people (the one that do click stuff... that's why I dont enable RDP in WSLab :-D )