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

Active Directory: How to Copy Account

Run: DSA.MSC > navigate to the container of the user to be copied (e.g. Test…

PowerShell: Find Windows RDS Roles and Their Licensing Servers

# Get TS Licensing Servers (Enterprise or AD Registered) $termLicenseServers=Get-ADGroupMember -Identity "Terminal Server License Servers"…

Fix Missing User Special Folders

1. create C:\Users\KimConnect\Pictures 2. Regedit >> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders >> modify "My Pictures" value to…