Posted On March 31, 2019

DNS Load Balance

kimconnect 0 comments
blog.KimConnect.com >> Windows >> DNS Load Balance
LdapSrvWeight to proportionally distribute AD referral traffic (default 100)
Regedit >> HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters >> New DWORD as LdapSrvWeight with value 50 (50% of 100 or half amount of traffic) >> OK >> Exit
 
LdapSrvPriority to halt traffic toward a certain DC by making its priority level to be higher (default 0)
How To:
Regedit >> HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters >> New DWORD as LdapSrvPriority with value 5 (higher than default of 0) >> OK >> Exit
 
Disable Global Catalog on a remote DC to force clients to authenticate on Hub DC

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Manually Dealing with Windows Updates

This unabridged note contains some usable copy/paste lines to work with Windows updates. There's a…

PowerShell: Download Dot Net 4.7.2

# Illustration: download Dot Net 4.7 Run-time from behind a proxy and showing progress barfunction…

Websense Filtering Precedence

1.  Username 2.  Workstation IP 3.  Network Range 4.  User Groups 5.  OU Structure 6. …