In this article, written as a part of a series devoted to Windows security, we will learn quite a simple method for getting passwords of all active Windows users using…
Windows Server 2016
- 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?
May 10, 2023You 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…
- Active DirectoryPowerShellWindows Server 2012 R2Windows Server 2016
Using Managed Service Accounts (MSA and gMSA) in Active Directory
May 11, 2021Managed Service Account (MSA) is a special type of Active Directory account that can be used to securely run services, applications, and scheduled tasks. The basic idea is that the…
- PowerShellWindows Server 2016Windows Server 2019
Using PowerShell Just Enough Administration (JEA) to Delegate Privileges to Non-Admin Users
April 15, 2022The Just Enough Administration (JEA) feature is available starting from PowerShell version 5.0 and allows you to delegate administrative privileges to anything you can manage with PowerShell. The main purpose…
“The RPC server is unavailable” error appears on Windows when a communication error occurs between two computers in a network. Your computer (an RPC client) cannot connect to a remote…
- PowerShellWindows 10Windows Server 2016
How to Create ZIP Archives and Unzip Files with PowerShell?
October 28, 2021You can use PowerShell’s features to create ZIP archives and extract them. In PowerShell 5.0 (this PowerShell version is installed by default on Windows 10), a separate module Microsoft.PowerShell.Archive is…
- Windows 10Windows Server 2016
How to Clean Up and Compress the WinSxS Folder on Windows 10/Windows Server?
June 7, 2022In this article we will talk about the WinSxS folder in Windows, the reasons of its constant growth and ways to clean up it. The C:\Windows\WinSxS directory is the repository…
- Windows 10Windows Server 2016
How to Run Windows File Explorer Elevated (as Administrator)?
April 16, 2021File Explorer always starts in Windows with least privileges. Even if you click on the executable file C:\Windows\explorer.exe and try to start it in the “Run as administrator” mode, the…