The Microsoft Edge browser is installed by default on Windows 11 and all new Windows 10 builds (and Windows Server 2022/2019). If you have another browser installed on the computers…
Using PowerShell for System Administration and Automation Tasks
What Others Are Reading in PowerShell
- Azure and Microsoft 365ExchangePowerShell
Convert a User Mailbox to a Shared in Exchange and Microsoft365
March 15, 2024Multiple users can access a shared mailbox in Exchange. Unlike a common user mailbox, a shared mailbox account is disabled in Active Directory and cannot be used for interactive sign-in.…
- PowerShellWindows Server 2016Windows Server 2019
Configuring User Profile Disks (UPD) on Windows Server RDS
February 25, 2026User Profile Disk (UPD) allows you to store the profile of each Remote Desktop Services user (%USERPROFILE%) in a separate VHDX (virtual disk) file. Such a profile disk is connected…
- PowerShellWindows 10Windows 11Windows Server 2019
Using Previous Command History in PowerShell Console
March 17, 2024By default, Windows saves all of the commands that you type in the PowerShell console to a text log file. This allows you to re-run any command and view the…
- Active DirectoryPowerShellWindows 10Windows 11Windows Server 2019
How to Install the PowerShell Active Directory Module and Manage AD
March 24, 2026Every Windows system administrator should be able to use not only graphical AD snap-ins (usually it is ADUC, Active Directory Users and Computers), but also PowerShell cmdlets to perform everyday…
- Active DirectoryExchangePowerShell
Finding Duplicate E-mail (SMTP) Addresses in Exchange
March 15, 2024In this article, we will show you how to find duplicate SMTP addresses in your Exchange Server organization. If your organization has non-unique SMTP addresses, Exchange returns an error when…
- Group PoliciesPowerShellQuestions and AnswersWindows 10Windows 11Windows Server 2019
How to Disable or Uninstall Internet Explorer (IE) in Windows
March 24, 2026Microsoft has officially ended support for Internet Explorer (IE) in all current builds of Windows 10 and 11 since June 15, 2022 (except LTSC editions and Windows Server). The classic…
- Group PoliciesPowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Delete Old User Profiles in Windows
March 15, 2024Administrators should occasionally delete old user profiles (retired or inactive users, etc.) from C:\Users on Windows workstations and servers. The Windows user profile cleanup task is most commonly performed on…
In this article, we will look at how to enable the Transport Layer Security (TLS 1.2) protocol on different Windows versions, including cases for .Net and WinHTTP applications. TLS 1.0…
- Group PoliciesPowerShellWindows 10Windows 11Windows Server 2019
Allow or Prevent Non-Admin Users from Reboot/Shutdown Windows
March 15, 2024In this article, we will look at several ways to manage non-admin user permissions to restart or shutdown Windows workstations or servers. By default, non-privileged users can only reboot and…