EvotecIT / Testimo

Testimo is a PowerShell module for running health checks for Active Directory against a bunch of different tests
MIT License
526 stars 58 forks source link

"At least 1 DHCP Server Authorized" should be ge, not gt #128

Closed illumiN8i closed 3 years ago

illumiN8i commented 3 years ago

Change "At least 1 DHCP Server Authorized" to greater than or equal to instead of greater than. This is so a value of 1 passes instead of needing 2 or more.

PrzemyslawKlys commented 3 years ago

Thank you