The built-in SMBShare PowerShell module allows you to create, configure, and manage shared network folders in Windows. In this article, we will look at how to manage file shares (SMB…
Using PowerShell for System Administration and Automation Tasks
- Azure and Microsoft 365ExchangePowerShell
Configure Auto-Reply (Out of Office) Message in Exchange and Microsoft 365
March 15, 2024An automatic reply feature (Auto-Reply, Out of Office Message/OOF) allows an Exchange user to configure a rule in their mailbox to automatically send a specific message in reply to all…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Add/Remove Drivers to a Windows WIM/ISO Install Image
June 8, 2023You can simplify the deployment of the operating system on typical workstations (servers) if you add all the necessary drivers to the Drive Store of your Windows install image. In…
- PowerShellWindows 10Windows Server 2019
How to Check Who Restarted (Shutdown) Windows Server
June 8, 2023If your company has several system administrators, sometimes you may want to know who rebooted the server. In this article. I will show you how to identify a user who…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Find Duplicate Files Using PowerShell
June 8, 2023For one of the projects, I needed a PowerShell script to find duplicate files in the shared network folder of a file server. There are a number of third-party tools…
- Azure and Microsoft 365PowerShell
How to Send a Message to Teams Channel with PowerShell
March 13, 2024You can send messages to Teams channels from PowerShell using webhook or Microsoft Graph API calls. Let’s see how to send and read messages in Microsoft Teams channels using PowerShell.…
- PowerShellWindows 10Windows 11Windows Server 2019
Uninstalling Programs with PowerShell in Windows 10/11
March 17, 2024In this article, we’ll look at how to uninstall software on a local or remote Windows computer using PowerShell. Quite often, the system administrator uses scripts to uninstall Windows applications.…
- PowerShellWindows Server 2016Windows Server 2019Windows Server 2022
Configuring Remote Desktop Services (RDS) Farm on Windows Server
March 15, 2024This guide shows how to install, configure, and maintain a terminal server farm based on the Remote Desktop Services (RDS) role on Windows Server. The article will help you to…
Windows Subsystem for Linux (WSL2) is widely used by developers, administrators, and common users to run different Linux distros (Ubuntu, Debian, OpenSUSE, Kali Linux, Alpine), tools, and apps in Windows…
In this article, we’ll consider how to add (inject) drivers into the VMware ESXi installation ISO image (6.7 or 7.0). The ESXi installation image supports (certified) the most popular server…