You can use the Get-MessageTrackingLog cmdlet in the Exchange Management Shell to analyze mail flow, message forensics and to get different information about messages sent or received by a specific…
Using PowerShell for System Administration and Automation Tasks
What Others Are Reading in PowerShell
- Hyper-VPowerShellWindows Server 2019Windows Server 2022
How to Backup Hyper-V Virtual Machines (Tutorial)
November 9, 2023This article discusses the specifics of organizing virtual machine backups in the Microsoft Hyper-V environment. We’ll look at the basic requirements for Hyper-V backup solutions, backup strategies, and the main…
Any PowerShell script can be transformed into a real Windows service that runs in the background and starts automatically during your server boot. You can create a Windows service using…
- Group PoliciesPowerShellWindows 10Windows 11
Configure Start Menu and Taskbar Pined Apps in Windows 11 via GPO
November 24, 2025In this article, we’ll explore ways to manage the Start Menu and taskbar layouts in both Windows 11 and Windows 10. With the ability to import and export Start menu…
- PowerShellWindows 10Windows Server 2019
How to Measure Storage Performance and IOPS on Windows
March 11, 2024One of the main metric, which allows to estimate the performance of the existing or designed storage system is IOPS (Input/Output Operations Per Second). In simple terms, IOPS is the…
- Active DirectoryPowerShell
Implementing Dynamic Groups in Active Directory with PowerShell
October 3, 2024When managing access permissions to different resources in an Active Directory domain, an administrator may need to create dynamic security user groups. The idea of a dynamic group is that…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Read Windows Update Logs on Windows 10 and 11
March 17, 2024In current builds of Windows 10 and 11, the wuauserv Windows Update service logs are not written directly to the WindowsUpdate.log text file. Instead, binary Event Trace Log (ETL) files…
- PowerShellWindows 10Windows 11Windows Server 2016Windows Server 2019
How to Create and Use a RAM Drive on Windows
December 18, 2023A RAM disk is a virtual drive created in a free area of RAM that the OS sees as a normal local hard drive. The advantage of RAM Drive is…
- PowerShellWindows 10Windows 11Windows Server 2025
Disks and Partitions Management with PowerShell on Windows
July 11, 2025This post will cover how to manage disks, partitions, and volumes using the PowerShell command line. All disk and partition management tasks that are typically performed using the Disk Management…
- PowerShellWindows 10Windows 11Windows Server 2022
How Show a Pop-Up or Balloon Notification with PowerShell
April 10, 2024You can use PowerShell to show pop-up or toast messages to notify Windows users about important events. To get information from the user or confirm an action, you can use…