Windows Task Scheduler allows you to run tasks both on schedule and when a certain event appears in the Event Viewer (using Windows Event Triggers). In this article, we’ll show you how to create a scheduled task that automatically runs after another task completes successfully.
- Active DirectoryWindows 10Windows Server 2019
Using Attribute Editor in Active Directory Users and Computers
August 24, 2022The Active Directory Attribute Editor is a built-in graphical tool to manage the properties of AD objects (users, computers, groups). It is the Attribute Editor where you can view and…
- PowerShellWindows 10Windows 11Windows Server 2019
Remove Old and Useless Drivers from the Windows Driver Store
August 24, 2022When you install or update device drivers in Windows, older versions of the drivers remain on the system drive. This allows the user to roll back to a previous driver…
- Active DirectoryPowerShellWindows Server 2019
How to Remove (Demote) a Domain Controller in Active Directory
June 8, 2023In this article, we’ll show how to correctly remove (demote) an Active Directory domain controller on Windows Server 2022/2019/2016/2012R2. When removing a domain controller, usually one of the following scenarios…
If you are using untrusted/public networks to connect clients/apps to your Microsoft SQL Server database, it is recommended to use traffic encryption. Let’s see how to configure and enable mandatory…
The Microsoft Teams PowerShell module is designed to manage Teams from the command line. You can use the Teams module commands to quickly perform common administrative tasks or in automation…
- Active DirectoryGroup PoliciesWindows 10Windows 11
Using Windows Update Delivery Optimization in Local Networks
July 21, 2022You can use Windows Update Delivery Optimization (WUDO) in Windows 10 to more efficiently distribute Windows updates (received through Windows Update or WSUS) and Configuration Manager packages in a corporate…
In this article, we will show you how to enable two-factor authentication (2FA) for SSH login on Linux using Google PAM (Pluggable Authentication Module) and Microsoft Authenticator mobile app. 2FA…
OpenVPN is an open-source software suite that is really one of the most popular and easiest solutions for implementing a secure VPN. OpenVPN allows you to combine a server and…
- AzureMicrosoft 365PowerShell
Manage Groups in Azure AD and Microsoft 365 Using PowerShell
April 3, 2023You can use graphical management tools such as Azure Portal or the Microsoft 365 Admin Center to manage groups in Azure. In this article, we’ll show how to create, edit,…