In this article, we’ll show how to check the license type and activation status of Microsoft Office 2021/2019/2016 and Microsoft 365 (ex-Office 365) on Windows computers. You can check the…
Using PowerShell for System Administration and Automation Tasks
- Active DirectoryPowerShellWindows Server 2016Windows Server 2019
Fine-Grained Password Policy in Active Directory
March 15, 2024Fine-Grained Password Policies (FGPP) allow you to create multiple password policies for specific users or groups. Multiple password policies are available starting with the Windows Server 2008 version of Active…
- Active DirectoryPowerShell
Configuring Kerberos Token Size Using the MaxTokenSize Parameter
March 17, 2024Recently I’ve faced quite an interesting problem when some users are unable to authenticate on some domain services due to exceeding the maximum size of the Kerberos ticket. In this…
- Active DirectoryPowerShellWindows Server 2016Windows Server 2019
Checking Active Directory Domain Controller Health and Replication
March 15, 2024Active Directory is a reliable, but complex and critical service, and the operability of the whole enterprise network depends on it. A system administrator should constantly check if Active Directory…
- PowerShellWindows 10
Internet Connection Sharing (ICS) Stops Working After Reboot in Windows 10
March 16, 2024Internet Connection Sharing (ICS) service in Windows allows you to share Internet connection on your computer with other devices in your local network (via Wi-Fi or Ethernet). This allows all…
- Group PoliciesPowerShellWindows 10Windows Server 2019
Installing Fonts in Windows Using GPO and PowerShell
February 27, 2023In this article, we’ll show how to install additional fonts on computers in an Active Directory domain using Group Policy and PowerShell script. This guide was tested on current Windows…
- PowerShellWindows 11Windows Server 2022
Writing Output to Log Files in PowerShell Script
March 3, 2025Logging to simple text files is a convenient way to track all actions performed by a PowerShell script. Such a log file is useful for debugging script errors and reviewing…
- Azure and Microsoft 365ExchangeMicrosoft OfficePowerShell
How to Hide Users and Groups from the Global Address List on Exchange/Office 365
March 15, 2024In this article, we’ll look at how to hide a user or distribution group from the Exchange Global Address List (GAL). This guide applies to both the cloud Exchange Online…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Backup (Export) Installed Drivers from Windows
April 17, 2024Built-in Windows tools allow you to backup (export) all third-party device drivers installed on your computer to a specified directory. This eliminates the need to manually search for and download…
- PowerShellWindows 10Windows Server 2019
Automatically Add Static Routes After Connecting to VPN
September 20, 2022In the latest Windows 10 builds, you can automatically add static routes when establishing a VPN connection. When the VPN connection is terminated, the route is automatically removed from the…