I have noticed that the PowerShell console sometimes takes a long time to open. This issue occurs on different computers. In some cases, it can take several minutes for PowerShell…
Using PowerShell for System Administration and Automation Tasks
What Others Are Reading in PowerShell
- PowerShellQuestions and AnswersWindows 10Windows 11
How to Add or Delete Fonts in Windows 11/10
September 3, 2025The process of installing additional fonts in Windows is usually not complicated. However, there are some technical nuances about adding and removing new fonts in modern versions of Windows that…
- Group PoliciesPowerShellQuestions and AnswersWindows 10Windows 11Windows Server 2022Windows Server 2025
Configure Windows to Auto Restart/Shutdown with Task Scheduler
August 27, 2025The simplest way to schedule regular reboots or shutdowns of a Windows computer (or server) is to create a job in Task Scheduler.
- Active DirectoryPowerShell
How to Find AD Users with Blank Passwords (Password-Not-Required)
August 21, 2025One often-overlooked security risk in Active Directory is the ability to create user accounts without a password (with a blank password). In this article, we’ll explore whether it’s possible to…
You may receive an error when trying to run a cmdlet from a PowerShell module installed on your computer. The command XXX was found in the module, but the module…
Starting with build 24H2, Windows 11 includes a built-in sudo command. This command allows running commands as an administrator directly from an unprivileged (non-admin) CMD/PowerShell/Terminal session.
- PowerShellQuestions and AnswersWindows 11Windows Server 2022
View Windows Update History with PowerShell (CMD)
April 29, 2025The Windows Update History GUI in the Settings app provides only basic information about installed updates (accessible via the URI shortcut ms-settings:windowsupdate-history) and is not convenient for searching. In this…
- PowerShellQuestions and AnswersWindows 10Windows 11
Uninstalling Windows Updates via CMD/PowerShell
March 10, 2026If you’re experiencing problems or errors on a computer after installing Windows updates, you might want to uninstall a specific update or all recently installed updates to help resolve the…
- PowerShellQuestions and AnswersWindows 10Windows 11Windows Server 2022
Allow Ping (ICMP Echo) Responses in Windows Firewall
January 13, 2026By default, the built-in Windows Firewall blocks incoming ICMP Echo Request packets for security reasons on Windows 10/11 desktops and Windows Server hosts. This means you won’t be able to…
- PowerShellQuestions and AnswersWindows 10Windows 11
How to Pause (Delay) Update Installation on Windows 11 and 10
April 11, 2025In current Windows 10 and 11 builds, you can delay update installation for up to 35 days (or up to 7 days on Windows Insider builds). This delay period is…