Outlook mailbox rules allow users to configure different conditions for processing incoming e-mail messages in the Inbox folder. You can use Outlook rules to move e-mails from specific senders to…
Using PowerShell for System Administration and Automation Tasks
- PowerShellWindows 10Windows 11
How to Uninstall or Disable Microsoft Edge on Windows 10/11
June 8, 2023The 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…
- 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
March 18, 2024User 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 15, 2024Every 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 12, 2024Microsoft 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…