Rather than using the graphical Task Scheduler (taskschd.msc) snap-in or the legacy schtasks.exe console command, you can use PowerShell to manage scheduled tasks. This post will cover how to use…
Windows Server 2022
What Others Are Reading in Windows Server 2022
- Windows 10Windows Server 2019Windows Server 2022
Hosting Multiple Websites in IIS with Same Port and IP Address
January 29, 2024When you install an IIS (Internet Information Services) web server on Windows, an empty “Default Web Site” is created, listening on the default HTTP port 80. In this article, we…
- Windows 10Windows 11Windows Server 2022
This App Has Been Blocked for Your Protection in Windows
July 21, 2025When launching certain programs downloaded from the Internet, Windows may display an error message stating: This app has been blocked for your protection. When such an error occurs, the user,…
- Active DirectoryGroup PoliciesWindows 11Windows Server 2022
Mapping Network Drives (Shared Folders) via Group Policy
July 8, 2024Shared network folders from file servers can be made available to domain users as network drives using Group Policy. GPO allows configuring flexible rules to automatically map network drives based…
- PowerShellWindows 10Windows 11Windows Server 2022
Invoke-Command: Run Commands or PowerShell Scripts on Remote Computers
May 15, 2025The Invoke-Command cmdlet allows you to execute commands or PowerShell scripts remotely on one or more remote computers
- PowerShellWindows 10Windows 11Windows Server 2022
Enabling DNS over HTTPS (DoH) on Windows 11
November 6, 2024The latest versions of Windows support the DNS over HTTPS (DoH) protocol, which allows domain name resolution (DNS queries) to be performed over an encrypted HTTPS connection. In this article,…
- Windows 10Windows 11Windows Server 2022
How to Repair (Rebuild) the WMI Repository on Windows
March 12, 2025Every experienced Windows administrator has encountered with problems with the Windows Management Instrumentation (WMI) service and its components. WMI is an important subsystem of Windows, and if it malfunctions, the…
- PowerShellWindows 10Windows 11Windows Server 2022
How to Sign a PowerShell Script File (PS1)
May 23, 2024The digital signature of a PowerShell script (*.PS1 file) allows you to verify that a known trusted publisher signs the script and that its code has not been modified. The…
- Active DirectoryGroup PoliciesPowerShellWindows 10Windows Server 2022
How to Refresh (Update) Group Policy Settings on Windows
August 13, 2024To apply new local or domain Group Policy (GPO) settings to a Windows computer, the Group Policy Client (gpsvc) service must read the policy files and apply the setting to…
- Group PoliciesWindows 10Windows 11Windows Server 2022
How to Disable/Remove Thumbs.db File on Network Folders in Windows
December 17, 2024Thumbs.db (thumbnail cache) is a hidden system file that is automatically created by the Windows File Explorer in folders containing image and video files when the thumbnail preview mode is…