The ReFS filesystem is commonly used for Virtualization, Backup, and Microsoft Exchange because of its resiliency, real-time tier optimization, faster virtual machine operations, and great scalability. But until recently, ReFS didn’t support data deduplication, which was available on NTFS formatted volumes only. Data deduplication can provide significant savings on storage costs by using block-level technology …
Category: Windows Server 2019
Mar 13
Fix KB4551762 for the vulnerability in the SMBv3.1.1
Hi, yesterday, Microsoft has released a patch for a vulnerability in the SMBv31.1 (CERTFR-2020-ALE-008 / CVE-2020-0796) protocol that accidentally leaked online earlier this week during the March 2020 Patch Tuesday preamble. Updates a Microsoft Server Message Block 3.1.1 protocol issue that provides shared access to files and printers. The KB KB455176 is an update for …
Jul 10
Windows Server 2019 – Salvaging ReFS Data from corrupted volumes!
The ReFS filesystem is commonly used for Virtualization, Backup, and Microsoft Exchange because of its resiliency, real-time tier optimization, faster virtual machine operations, and great scalability. But until recently, ReFS didn’t support data deduplication, which was available on NTFS formatted volumes only. Data deduplication can provide significant savings on storage costs by using block-level technology …
Apr 11
Script to disable UAC Server on Windows Server 2019
Hello, The easiest way to disable UAC (User Account Control) on Windows Server 2019 is to modify the registry key on the server. You may use this reg file to Disable the UAC. Simply, double click the registry file and settings will be imported on the machine. This script can also to be used on …