The open source VLMCSD project on GitHub (https://github.com/Wind4/vlmcsd) allows you to run a Microsoft KMS activation server emulator on platforms other than Windows Server (including Linux, Android, FreeBSD, macOS, and…
Windows Server 2022
What Others Are Reading in Windows Server 2022
- PowerShellWindows 10Windows 11Windows Server 2022
Shared Folder Content Not Updating in Windows
October 25, 2025From time to time, users of the file server may report that the contents of network folders don’t refresh automatically and new files are not immediately visible in the folder…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
Install and Manage Windows Updates with PowerShell (PSWindowsUpdate)
March 17, 2024You can use the PSWindowsUpdate PowerShell module to manage Windows Updates from the command line. PSWindowsUpdate module is available for download from the PowerShell Gallery and allows administrators to scan,…
- Windows 10Windows 11Windows Server 2019Windows Server 2022
Memory Compression Process: High Memory and CPU Usage in Windows 10 and 11
March 16, 2024The Memory Compression feature in Windows 10 and 11 is used to optimize physical RAM utilization by compressing some of the pages in RAM. By using process memory compression, you…
- PowerShellWindows 10Windows 11Windows Server 2022
Find Windows Version, Edition, and Build from ISO or WIM file
December 29, 2021In this article, we’ll show how to use DISM and PowerShell to find out which Windows images (versions, editions, builds, language pack) are stored in ISO or WIM files. If…
- PowerShellWindows 10Windows 11Windows Server 2022
Changing the Default RDP Port (3389) on Windows
April 17, 2025By default, Windows uses TCP port 3389 to connect to the desktop of a remote computer via the RDP (Remote Desktop Protocol). This article describes how to change the default…
- PowerShellWindows Server 2019Windows Server 2022
Install Remote Desktop Services Host (RDS) without Domain (in a Workgroup)
March 16, 2024This article explains how to install and configure the Remote Desktop Session Host terminal server role on a standalone Windows Server 2022/2019 in a workgroup (without an Active Directory domain)…
- Active DirectoryPowerShellWindows 10Windows 11Windows Server 2022
How to Convert SID to User/Group Name and User to SID
August 27, 2025SID (Security IDentifier) is a unique identifier that is assigned to users, groups, computers, or other security objects when they are created in Windows, an Active Directory domain, or an…
- Active DirectoryPowerShellWindows 11Windows Server 2022
Get-ADUser: Find Active Directory User Info with PowerShell
March 20, 2025The Get-ADUser is the most commonly used PowerShell cmdlet for retrieving Active Directory user information, including attributes like usernames, email addresses, account activity, group memberships, contact details, job titles, organizational…
- Active DirectoryGroup PoliciesPowerShellWindows 11Windows Server 2022
Display System Info on Desktop with BGInfo
February 6, 2025When managing a large fleet of servers and workstations, it is useful to have basic information about the computer displayed on the system desktop. For example, it can include the…