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

GroupPolicyPermission.ps1 Unknown False to True #129

Closed illumiN8i closed 3 years ago

illumiN8i commented 3 years ago

Unknown eq True is the bad case. We only want to fail the test if results are returned with Unknown eq True. Looks like this was the original intent based on commented out line 135. Currently the test fails if no GPOs have unknown permissions.

PrzemyslawKlys commented 3 years ago

Hi, you're very right. My mistake. It's a bit counterintuitive.