You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be fixed. I've reworked commands from the ADEssentials module last week and forgot I have to release/recheck Testimo. It's part of a larger update to Testimo where you will be able to really ignore servers/domains. Right now excluding / including servers in testimo is crippled. In new version, it will be much easier.
In testimo.psm1
Test "Group Policy SYSVOL Verification" is failing, unable to find reference to "ComputerName".
Looks like it was intended to be "DomainControllers", not "ComputerName"
Get-WinADGPOSysvolFolders -Domain $Domain -DomainControllers $DomainController | Where-Object { $_.SysvolStatus -ne 'Exists' }
Seems to work as designed.
The text was updated successfully, but these errors were encountered: