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…
Using PowerShell for System Administration and Automation Tasks
What Others Are Reading in PowerShell
- PowerShellWindows 10Windows 11Windows Server 2019
Remove Old and Useless Drivers from the Windows Driver Store
March 11, 2024When 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
March 16, 2024In 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…
- PowerShellWindows 10Windows Server 2019
Invoke-WebRequest: Perform HTTP Requests, Download Files, Parse Web with PowerShell
March 11, 2024The Invoke-WebRequest cmdlet can be used to request HTTP/HTTPS/FTP resources directly from the PowerShell console. You can use this command to send HTTP requests (GET and POST), download files from…
- PowerShellWindows 10Windows Server 2016Windows Server 2019
Configuring Port Forwarding in Windows
March 16, 2024You can configure network port forwarding in all Windows versions without using third-party tools. Using a port forwarding rule, you can redirect an incoming TCP connection (IPv4 or IPv6) from…
- Active DirectoryPowerShell
Get-ADComputer: Find Computer Properties in Active Directory with PowerShell
March 24, 2026You can use the Get-ADComputer PowerShell cmdlet to get various information about computer account objects (servers and workstations) in an Active Directory domain. This is one of the most useful…
- Group PoliciesPowerShellWindows 10Windows Server 2019
Running PowerShell Startup (Logon) Scripts Using GPO
March 17, 2024Windows Group Policy allows you to run various script files at a computer startup/shutdown or during user logon/logoff. You can use GPOs not only to run classic batch logon scripts…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
Using PowerShell Behind a Proxy Server
March 24, 2026If your computer is on a corporate network behind a proxy server, by default you won’t be able to access external web resources from your PowerShell CLI. For example, you…
- Active DirectoryPowerShellWindows 10Windows Server 2019
Checking Windows Activation Status on Active Directory Computers
May 10, 2023In this article, we’ll show how to make sure your Windows copy is activated on the computer and check the Windows activation status from all computers in your Active Directory…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
Configuring Multiple VLAN Interfaces on Windows
March 12, 2024In this article, we’ll show how to configure a tagged VLAN interface on Windows 10/11 and Windows Server 2019 (2022/2016/2012R2). The VLAN (Virtual LAN) specification is described in the IEEE…