In this post, we’ll show how to hide any program from the list of installed apps in the Windows Control Panel. This guide is applicable to all Windows versions, starting…
Using PowerShell for System Administration and Automation Tasks
- Group PoliciesLinuxMicrosoft 365PowerShellTeamsWindows 10
How to Disable Microsoft Teams Auto Startup
June 8, 2023By default, when you install Office 365/Office 2019, all Microsoft Office apps are installed, including Teams (you can install only specific Office apps using Office Deployment Tool). MS Teams is…
- PowerShellWindows 10Windows 11Windows Server 2019
Change the Default Remote Desktop (RDP) Port 3389 in Windows
October 26, 2022In all Windows operating systems, the default port assigned to RDP (Remote Desktop Protocol) is TCP 3389. After you enable RDP in Windows, the TermService (Remote Desktop Services) starts listening…
- ExchangeMicrosoft 365Office 365PowerShell
Email Message Tracking in Microsoft 365 (Exchange Online)
February 20, 2023Like on-prem Exchange, the cloud Exchange Online has powerful built-in features to track email messages sent or received by users. Message tracking allows you to get full details on any…
- Active DirectoryPowerShellWindows Server 2019
Managing Active Directory Groups with PowerShell
April 3, 2023The Active Directory Users and Computer (ADUC) graphical snap-in is not the only tool for managing security groups in Active Directory. You can use simple PowerShell commands for day to…
- AzureMicrosoft 365PowerShell
Assigning User Licenses in Microsoft 365 (Azure AD) with PowerShell
December 15, 2021Let’s take a look at how to manage user licenses (subscriptions) in Microsoft 365 (Azure AD) using PowerShell. We’ll show how to assign or remove a license, get statistics on…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Check .NET Framework Version Installed on Windows
October 25, 2023On Windows, you can install and run multiple versions of the .NET Framework at the same time. When developing or deploying a new application based on .NET libraries, sometimes you…
- PowerShellWindows Server 2019Windows Server 2022
Deploying Remote Desktop Services (RDSH) in a Workgroup (without Domain)
October 26, 2022This article describes how to install and configure a terminal server role Remote Desktop Session Host in a workgroup (without an Active Directory domain) and without any other additional roles…
- ExchangeMicrosoft 365PowerShell
How to Connect and Manage Exchange Online with PowerShell
April 27, 2022PowerShell is a primary administration tool both for on-premises Exchange Server organizations and cloud-based Exchange Online in Microsoft 365. In this article, we’ll show how to install the Exchange Online…
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…