Random hardware addressing feature in Windows 10 and 11 enhances privacy and security by generating a unique, randomized MAC address for each Wi-Fi network connection. This feature’s main purpose is…
Using PowerShell for System Administration and Automation Tasks
What Others Are Reading in PowerShell
- PowerShellWindows 11Windows Server 2025
Automate Software and Settings Deployment with WinGet Configure (DSC)
November 20, 2025In addition to installing app packages from the repository, you can use the WinGet package manager for declarative Windows environment configuration. The idea is that the administrator creates a declarative…
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…
- 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…