In this post, we’ll show how to hide any program from the list of installed apps from the Windows Control Panel. This guide applies to all Windows versions, including Windows…
Using PowerShell for System Administration and Automation Tasks
What Others Are Reading in PowerShell
- Azure and Microsoft 365Group PoliciesLinuxMicrosoft OfficePowerShellWindows 10
How to Disable Microsoft Teams Auto Startup
March 12, 2024By default, when you install Office 365/Office 2019, all Microsoft Office apps are installed, including Teams (you can install only specific Office apps using the Office Deployment Tool). MS Teams…
- 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)…
A new native package manager, WinGet (Windows Package Manager), appeared on Windows 10 and 11. You can use it to install apps from the command prompt (similar to Linux package…
- 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…
- Azure and Microsoft 365PowerShell
Using Microsoft Graph API to Access Azure via PowerShell
March 15, 2024Microsoft Graph API allows you to access any objects in the Azure AD (Microsoft 365) tenant using a single REST API point (https://graph.microsoft.com). You are likely to think that it…
- 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 DirectoryAzure and Microsoft 365PowerShell
Configuring UserPrincipalName and UPN Suffixes in Active Directory
March 11, 2024In this article, we’ll look at what UPN (UserPrincipalName) suffixes in Active Directory are, how to add alternative suffixes in an AD forest and change UPN suffixes of Active Directory…
- 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…