By 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…
Windows Server 2022
What Others Are Reading in Windows Server 2022
- 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…
- Active DirectoryPowerShellWindows Server 2019Windows Server 2022
Install and Configure a Read-Only Domain Controller (RODC) on Windows Server 2019/2022
March 15, 2024The read-only domain controller (RODC) feature was first introduced in Windows Server 2008. The main purpose of the RODC is the secure installation of the own domain controller in remote…
- Windows 10Windows 11Windows Server 2019Windows Server 2022
Configure KMS Activation Host on Windows Server 2022/2019/2016
March 15, 2024Windows Server running the Volume Activation Services role can act as a KMS (Key Management Service) server, allowing you to activate computers with volume editions of the Windows Server and…
- Active DirectoryPowerShellWindows Server 2022
Checking Active Directory Domain Controller Health and Replication
May 15, 2025Active Directory is a reliable yet critical service, and the functionality of the entire enterprise network depends on its proper operation. The proper functioning of Active Directory requires constant monitoring…
- Windows 10Windows 11Windows Server 2019Windows Server 2022
How to Change a User Password in a Remote Desktop (RDP) Session
December 11, 2024Users can press CTRL+ALT+DEL and select Change Password from the menu that opens to change their password on the Windows workstation. However, this won’t work if you are connected to…
- PowerShellWindows 11Windows Server 2022
Writing Output to Log Files in PowerShell Script
March 3, 2025Logging to simple text files is a convenient way to track all actions performed by a PowerShell script. Such a log file is useful for debugging script errors and reviewing…