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…
Windows 11
- Active DirectoryGroup PoliciesWindows 10Windows 11Windows Server 2019Windows Server 2022
Configure Windows LAPS (Local Administrator Passwords Solution) in AD
March 15, 2024Windows 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…
- Windows 10Windows 11Windows Server 2019Windows Server 2022
How to Integrate Security Updates into Windows Image (ISO/WIM)
June 8, 2023In 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…
- PowerShellWindows 10Windows 11Windows Server 2019
Updating PowerShell Version on Windows
March 12, 2024This 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…
- PowerShellQuestions and AnswersWindows 10Windows 11Windows Server 2019
Find Out Which Process is Listening on a Specific Port on Windows
March 16, 2024When 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…
- Windows 10Windows 11Windows Server 2019
How to Run Program without Admin Privileges and Bypass UAC Prompt
June 8, 2023When started, some programs require permission elevation (the shield next to the app icon), but actually, they don’t need administrator privileges for their normal operation. For example, you can manually…
- PowerShellWindows 10Windows 11Windows Server 2019
Configure Network Settings on Windows with PowerShell: IP Address, DNS, Default Gateway, Static Routes
March 16, 2024In Windows, you can manage the settings for your network adapters not only from the GUI but also from the PowerShell command prompt. In this article, we’ll look at the…
You can use the open-source usbipd-win project to access a computer’s physical USB devices from the Windows Subsystem for Linux (WSL2) or Hyper-V virtual machine. This tool allows you to…
- Windows 11Windows Server 2016Windows Server 2019
Fix: Remote Desktop Services Is Currently Busy
March 15, 2024In some cases, users cannot sign to RDS farm hosts running Windows Server using the built-in RDP client (mstsc.exe) with the following error: The task you are trying to do…
- PowerShellWindows 10Windows 11Windows Server 2019
Send-MailMessage: Sending E-mails with PowerShell
March 17, 2024You can use the built-in Send-MailMessage cmdlet to send SMTP e-mails from PowerShell (previously you can use the .Net System.Net.Mail class to send e-mail messages). Send-MailMessage allows you to send…