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

How to generate a list of currently active users on the domain along with their PC names

There's a free tool that would enable an administrator view the current active accounts within…

Strategies to Free Up Disk Space C:\ Drive

1. Move pagefile away from system drive (optional) 2. Turn off System Restore (warning; this…

Microsoft Dynamics CRM IIS Pool Service Account Configuration

Summary The default CRM installation wizard provides some flexibility in specifying a deployment account. However,…