The task of searching for objects in Active Directory (users, groups, or computers) by name using some pattern, regular expression, or wildcard is not as obvious as it really seems.…
Using PowerShell for System Administration and Automation Tasks
- PowerShellWindows 10Windows Server 2019
Run a Script (Program) When a Specific Program Opens/Closes in Windows
February 27, 2023In this article, we will show how to track an event of launching a certain program (process) in Windows and perform an action (run a script, command, program, send an…
- PowerShellWindows 10Windows Server 2019
Using Out-GridView to View and Select Table Data in PowerShell
March 21, 2022The Out-GridView cmdlet allows displaying data as an interactive graphical table that can be filtered or sorted based on different criteria. You can use the Out-Gridview cmdlet in scripts where…
- Group PoliciesPowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Enable Remote Desktop Protocol (RDP) on Windows?
February 27, 2023The Remote Desktop Protocol (RDP) allows you to remotely connect to the desktop of a computer running Windows and work with it as if it is your local computer. By…
- Group PoliciesPowerShellWindows 10Windows 11
How to Disable Automatic Driver Updates on Windows 10/11?
February 27, 2023When you connect a new device to your computer, laptop, or tablet, Windows tries to automatically download and install a corresponding hardware driver. Later, the operating system will automatically update…
- Active DirectoryPowerShellWindows 10Windows Server 2019
Find the Current User Logged on a Remote Computer
October 18, 2021Quite often an administrator needs to quickly find out the username logged on a remote Windows computer. In this article, we’ll show some tools and PowerShell scripts that can help…
- Microsoft 365MS OfficeOffice 365PowerShell
How to Check Office 2019, 2016 and 365 License Activation Status?
June 27, 2022In this article, we’ll show several ways to check the license type and activation status of Microsoft Office 2022/2019/2016 and Office 365 copies on Windows computers. We’ll discuss how to…
- Active DirectoryPowerShellWindows Server 2016Windows Server 2019
Fine-Grained Password Policy in Active Directory
September 30, 2021Fine-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
June 7, 2022Recently I’ve faced a quite 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
April 19, 2023Active 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…