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 2016
What Others Are Reading in Windows Server 2016
- PowerShellWindows 10Windows Server 2016
PowerShell: Check Free Disk Space and Disk Usage
March 17, 2024In this article, we will show you how to check the free disk space and disk usage on a local or remote Windows host using PowerShell. Also, consider how to…
- Windows 10Windows Server 2016Windows Server 2019
How to Disable Windows Error Reporting and Clear WER\ReportQueue Folder on Windows
March 15, 2024The 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…
- Active DirectoryPowerShellWindows Server 2016Windows Server 2019
Time-Based (Temporary) Group Membership in Active Directory
March 15, 2024The 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…
- Windows 10Windows 11Windows Server 2016
Dumping User Credentials in Windows with Mimikatz
October 6, 2025This article, part of a Windows security series, explains a simple method to dump the passwords of all active Windows users using the Mimikatz tool.
- PowerShellWindows Server 2016Windows Server 2019
Setting Remote Desktop Drain Mode on a Windows Server RDS Host
October 3, 2022You 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…
- Windows Server 2016Windows Server 2019
How to Set, Copy, Export or Restore NTFS Permissions Using iCACLS?
March 15, 2024You 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…
In this article we will show how to reset the administrator password on the HPE server management board — Integrated Lights-Out (ILO). This guide is based on iLO v4, but…
- Windows 10Windows 11Windows Server 2016Windows Server 2019Windows Server 2022
How to Run File Explorer Elevated (as Administrator) on Windows
March 7, 2024File 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,…
- Active DirectoryWindows Server 2016
Creating a Keytab File for Kerberos Authentication in Active Directory
March 13, 2024Many Linux services (apache, nginx, etc.) can use keytab files for Kerberos authentication in Active Directory without entering a password. The keytab file keeps the names of Kerberos principals and…