Windows Defender Antivirus is Microsoft’s free built-in antivirus that comes installed by default on Windows Server 2016 and 2019 (since Windows 10 2004 the name Microsoft Defender is used). In…
Windows Server 2019: Installation and Configuration Tutorials
What Others Are Reading in Windows Server 2019
How to Disable Windows Error Reporting and Clear WER\ReportQueue Folder on Windows
The Windows Error Reporting service (WER) is used to collect the debug information about system and third-party app failures and send error reports to Microsoft servers. This information should be…
Time-Based (Temporary) Group Membership in Active Directory
The version of Active Directory in Windows Server 2016 introduces an interesting feature that allows you to temporarily add a user to an AD security group. This feature is called…
Setting Remote Desktop Drain Mode on a Windows Server RDS Host
You can use RDS Drain Mode to maintain terminal hosts in a Remote Desktop Services farm. If you enable Drain Mode for your RDS server, you can prevent the server…
How to Set, Copy, Export or Restore NTFS Permissions Using iCACLS?
You can use the built-in iCACLS tool to manage NTFS permissions on Windows. The icacls.exe command line tool allows you to get or change Access Control Lists (ACLs) for files…
Using Managed Service Accounts (MSA and gMSA) in Active Directory
You can use Managed Service Accounts (MSA) to securely run services, applications, and scheduler tasks on servers and workstations in an Active Directory domain. The MSA is a special type…
How to Run File Explorer Elevated (as Administrator) on Windows
File Explorer process always runs with minimal (non-elevated) privileges in Windows. Even if you click the C:\Windows\explorer.exe executable file and try to start it in the ‘Run as administrator’ mode,…
How to Clean Up System Volume Information Folder on Windows
Windows automatically creates a hidden System Volume Information directory in the root of each connected NTFS drive (whether a local HDD/SSD drive or a removable USB drive). The size of…
Auto Lock Computer Screen After Inactivity with GPO
Information security best practices require the computer screen to be locked when the user is inactive (idle) for some time. A Windows user can lock the computer screen themselves (using…
Hosting Multiple Websites in IIS with Same Port and IP Address
When you install an IIS (Internet Information Services) web server on Windows, an empty “Default Web Site” is created, listening on the default HTTP port 80. In this article, we…