Skip to main content

Posts

Showing posts from August, 2020

MAP NETWORK DRIVE BẰNG GROUP POLICY (GPO)

  Here is a step-by-step guide for Group Policy drive mapping: Step #1 . On a Microsoft Windows Server with the Active Directory role installed, open the Group Policy Management Step #2 . Create a new GPO and give it a name. Then link it to an OU that contains user accounts because Group Policy drive mapping is a user configuration preference. You can also select an option – create a GPO in this domain and link it here, after that use item-level targeting option which will be described below. Step #3 . Right-click the new Group Policy object and go to User Configuration -> Preferences -> Windows Settings -> Drive Maps. Step #4 . Right-click Drive Maps, select  New  and then click the  Mapped Drive Step #5 . Then you need to configure the settings for the new mapped drive. Here are the options on the General tab: Action  — Select an action that will be performed on the shared drives: Create  — creates a new mapped drive for users. Delete  — del...

KHẮC PHỤC LỖI SSL/TLS 1.0, 1.1 TRÊN WEB

Các web browser mới đều đã bắt buộc website phải dùng SSL/TLS version 1.2 trở lên Từ Windows 8.1 và Windows Server 2012R2 trở đi thì đã enable default TLS 1.2. Còn Windows 7 và Windows Server 2012 về trước thì chưa, dù rằng có hỗ trợ Để enable thì cần sửa registry như sau: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] “DisabledByDefault”=dword:00000000 “Enabled”=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server] “DisabledByDefault”=dword:00000000 “Enabled”=dword:00000001 Tiếp theo là enable TLS 1.2 cho .NET Framework 3.5.1: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727] “SystemDefaultTlsVersions”=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v2.0.50727] “SystemDefaultTlsVersions”=dword:00000001