compwiz32 / PSADHealth

A toolkit of AD specific health checks that you can run in your environment to ensure your Active Directory is running optimally.
GNU General Public License v2.0
149 stars 19 forks source link

Fix Servername is in DNS as Server and server #98

Closed tduemesnil closed 4 years ago

tduemesnil commented 4 years ago

Thanks for your Quick Fix but it was not enough.

The Problem is that we have 3 DC's. The Hostname of one DC is set with a capital character.

Lower.domain.local

For this DC the System generates two Records in _ldap._tcp.dc

Lower.domain.local lower.domain.local

That results in 4 Records in DNS for 3 DC's in the Domain.

dohminion commented 4 years ago

Thanks for the PR. Unfortunately there are conflict preventing the merge. I'm planning on talking with Mike this weekend on some other topics, and I'll bring this up.

dohminion commented 4 years ago

I think I see what happened, you may not have synced your fork after the changes I made. I'll update my version with the three lines of changes you added, as I don't know Github well enough to know a better way to fix it. :)

A quick note I recently discovered. You don't need a backtick to wrap the line if you end the line with the pipe symbol. You'll see this in the update.