EvotecIT / Testimo

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

Fix DomainGroupPolicySysvol #176

Closed JasonCook599 closed 4 months ago

JasonCook599 commented 1 year ago

The WhereObject comparison always returns a value since the Get-GPOZaurrBroken only returns SysvolStatus or Status as of 15538e8559acaa2aa8fc414b9dac2c88de2833df.

Also updated the command to match the new name as of version 0.0.64.

PrzemyslawKlys commented 1 year ago

Thank you.

image

There is no SysVolStatus anymore. Just status which expects not exists. Or am I missing something?

PrzemyslawKlys commented 1 year ago

@JasonCook599 could you confirm my thinking and maybe fix the this PR?