Posted On March 31, 2019

Enable File Server to Have Multiple Alias Host Names

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Enable File Server to Have Multiple Alias Host Names
Regedit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0, create Multi-String Value = BackConnectionHostNames with values of the CNAMES of the file server >> Restart the machine

OR

Regedit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0, create Multi-String Value = DisableLoopbackCheck, change its value to 1 >> Restart the machine

Warning: disable loop-back check will cause security weakness of man-in-the-middle (MITM) attacks

Leave a Reply

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

Related Post

Transfer DHCP Scopes Between Windows Servers

When a new DHCP server is introduced into the system, it's often necessary to configure…

PowerShell: Windows Defender Controlled Folder Access

# Default Setting of Windows Defender:PS C:\Windows\system32> get-mppreferenceAttackSurfaceReductionOnlyExclusions :AttackSurfaceReductionRules_Actions :AttackSurfaceReductionRules_Ids :CheckForSignaturesBeforeRunningScan : FalseCloudBlockLevel : 0CloudExtendedTimeout…

Show Users Logons per Computer Names

# This script is to obtain log on information from a set of target computernames…