In this article, we’ll look at how to use the official Microsoft HardwareReadiness.ps1 PowerShell script to perform a bulk Windows 11 hardware compatibility check on domain computers.
If you want to create a multi-boot USB flash drive with multiple operating system images, Ventoy is one of the best tools available. Ventoy allows you to create a bootable…
JSON is a popular text-based format for representing and transmitting structured data based on JavaScript object syntax. There are two cmdlets in PowerShell that allow you to work with the…
- Active DirectoryWindows Server 2019
Configure DNS Scavenging to Clean Up Stale DNS Records in AD
April 25, 2024Two special Windows Server DNS features can be used to automatically clean up old DNS records in Active Directory: DNS Aging – allows to determine the age of the dynamically…
Let’s look at how to open, read, and parse emails in a connected Outlook mailbox from within a PowerShell script. Outlook MAPI allows you to directly access the mailbox, list…
By default, Windows File Explorer shows several default folders: library folders (Video, Downloads, Music, Documents, Pictures, Desktop, 3D Objects), the Quick Access pane, Network environment and OneDrive icons, and recently…
During the final setup phase, Windows 11 requires a network connection to the Internet. The Internet connection is used to connect to your online Microsoft account and to receive the…
You can configure SSH key-based authentication to log in to VMware ESXi hosts instead of using a username and password pair. This can be useful if you need to remotely…
- Group PoliciesPowerShellWindows Server 2019Windows Server 2022
Prevent Server Manager from Starting at Logon on Windows Server
April 11, 2024The Server Manager dashboard opens automatically when you log on to Windows Server with an account that is a member of the local Administrators group. Server Manager console allows you…
- PowerShellWindows 10Windows 11
How to Enable and Configure Wake-on-LAN (WoL) in Windows
April 1, 2024Wake on LAN (WoL) is a computer networking feature used to remotely wake (turn on) a device that is in sleep (low power) mode. The device’s network interface card (NIC)…