Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test "Group Policy SYSVOL Verification" references invalid option for Get-WinADGPOSysvolFolders #83

Closed
pmormr opened this issue Jan 27, 2020 · 2 comments

Comments

@pmormr
Copy link
Contributor

pmormr commented Jan 27, 2020

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.

@pmormr
Copy link
Contributor Author

pmormr commented Jan 27, 2020

Code snippet above was around line 1322 in testimo.psm1

@PrzemyslawKlys
Copy link
Member

Update-module Testimo

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants