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

Run Windows Commands Remotely

# RPC WMIC /node:SERVER1 process call create 'powershell.exe' # WinRM winrs -r:SERVER1 powershell.exe # Systernals psexec //SERVER1 powershell.exe

User Profile Hive Cleanup Service

The User Profile Hive Cleanup service helps to ensure user sessions are completely terminated when…

Audit Logon Successes & Failures on All Domain Controllers

Issue: In a realistic situation, InfoSec would notify DBAdmins and SysAdmins of failed logon alerts…