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

Unknown/unclear errors #137

Closed SUBnet192 closed 2 years ago

SUBnet192 commented 2 years ago

image

What is the Forest DHCP error when everything else is clean?

SUBnet192 commented 2 years ago

Any insight into this?

PrzemyslawKlys commented 2 years ago

It means data was returned from Get-WinADDHCP. It's probably an error on my part. You probably have DHCPs registered in AD, but not installed on DCs which is perfectly fine and the goal of this test.

It needs fixing and be just informational.

PrzemyslawKlys commented 2 years ago

Actually, it's already informational in HTML

image

It's just that "console" output still operates in True/False mode only without taking into consideration what HTML shows.

SUBnet192 commented 2 years ago

It showed as "bad" in console and html

Marc Bouchard


From: Przemysław Kłys @.> Sent: Thursday, October 7, 2021 3:51:15 PM To: EvotecIT/Testimo @.> Cc: Marc Bouchard @.>; Author @.> Subject: Re: [EvotecIT/Testimo] Unknown/unclear errors (#137)

Actually, it's already informational in HTML

[image]https://user-images.githubusercontent.com/15063294/136452660-cbfc1311-d052-4776-8455-bd53120ec860.png

It's just that "console" output still operates in True/False mode only without taking into consideration what HTML shows.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/EvotecIT/Testimo/issues/137#issuecomment-938106282, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC25IPH6YG3QZVRPF7OI72TUFX23HANCNFSM5CMV7OBA.

PrzemyslawKlys commented 2 years ago

image

That's what I get? Was it red?

SUBnet192 commented 2 years ago

It now shows "Data is available" in command line as well. Case closed :) Thanks!

image