Error 0x0000007B (INACCESSABLE_BOOT_DEVICE) at computer startup indicates that Windows cannot access the boot drive because a required driver is missing or the disk is corrupt.
Windows Server 2019: Installation and Configuration Tutorials
View Success and Failed Local Logon Attempts on Windows
When investigating various incidents, an administrator needs to know who logged on to a particular Windows computer and when. You can get a history of user logons in a domain…
Querying Windows Event Logs with PowerShell
The Windows Event Log is an important tool for administrators to track errors, warnings, and other information reports that are logged by the operating system, its components, or programs. You…
Configure Windows LAPS (Local Administrator Passwords Solution) in AD
Windows LAPS (Local Administrator Password Solution) allows you to centrally manage the passwords for the local administrators on the computers in your AD domain. The current local administrator password is…
How to Integrate Security Updates into Windows Image (ISO/WIM)
In order to ensure that the Windows image that you deploy to computers in your network always has the latest security updates, you can add new update packages to your…
Configuring DNS Conditional Forwarding and DNS Policies on Windows Server
In this article, we will look at two ways to organize conditional name resolution in a DNS server on Windows Server 2016/2019/2022: DNS Conditional Forwarding and DNS Policies. These technologies…
Running Simple HTTP Web Server Using PowerShell
For testing purposes or as a simple stub at the service deployment stage, I regularly need to run a simple web server on Windows. To avoid a full-featured IIS installation,…
Updating PowerShell Version on Windows
This article describes how to update Windows PowerShell to the latest version 5.1 and how to install (upgrade) PowerShell Core 7.3. There are currently two branches of PowerShell: The classic…
0x80244010 Exceeded Max Server Round Trips: Windows Update Error
After deploying a new WSUS server on our corporate network, many Windows clients were unable to receive updates from the server with the error 0x80244010. It turns out that this…
Find Out Which Process is Listening on a Specific Port on Windows
When starting a new service or app on Windows, you may find that another program (process) already occupied (listening) the port you want to use. This article will show you…