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

Add networks card info #43 and #56 and guest user #88 #90

Closed itpro-tips closed 4 years ago

itpro-tips commented 4 years ago

Use guest user instead of guest group #88 Fix some typo Add network card infos related to loopback #43, DHCP #56 and WindowsFirewall Profile

PrzemyslawKlys commented 4 years ago

I wonder if DHCP vs STATIC is still true. Azure machines for DCs are mostly based on DHCP. If you touch network card it disconnects and requires a reboot.

PrzemyslawKlys commented 4 years ago

And I wonder if this could be detected and ignored if anything or just relying on disabling test in such circumstances.

itpro-tips commented 4 years ago

Yes you're right, in Azure they are mostly in DHCP. AFAIK Azure instance metadata service can be used to identify Azure VM but maybe not simple to implement.

PrzemyslawKlys commented 4 years ago

I'll turn off checking DHCP by default but will leave the test in there. This way anyone who wants to use it can, but I don't think it's required to use STATIC vs DHCP anymore.