Let’s look at several ways to access data stored on the datastore with the VMFS file system of the ESXi host (these are configuration files, data files, and snapshots of…
Windows Server 2022
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
Configuring Multiple VLAN Interfaces on Windows
March 12, 2024In this article, we’ll show how to configure a tagged VLAN interface on Windows 10/11 and Windows Server 2019 (2022/2016/2012R2). The VLAN (Virtual LAN) specification is described in the IEEE…
- Windows 10Windows 11Windows Server 2019Windows Server 2022
Configuring SSH Public Key Authentication on Windows
March 15, 2024In this article, we will show how to configure SSH authentication in Windows using RSA or EdDSA keys. Let’s see how to generate public and private key pair on Windows…
- Windows Server 2016Windows Server 2019Windows Server 2022
Tutorial: Install and Configure WSUS on Windows Server 2022/2019
March 17, 2024You can use the Windows Server Update Services (WSUS) update server to deploy Microsoft product updates (Windows, Office, SQL Server, Exchange, etc.) to computers and servers in the company’s local…
- PowerShellWindows Server 2019Windows Server 2022
How to Enable Wireless (Wi-Fi) on Windows Server 2019/2016
June 8, 2023By default, wireless (Wi-Fi) support is disabled in all Windows Server 2022/2019/2016/2012R2 versions. If you plug a Wi-Fi network adapter (USB or PCI) into a host running Windows Server, you…
- Windows 10Windows 11Windows Server 2019Windows Server 2022
Install and Configure SNMP Service on Windows Server and Windows 10/11
March 15, 2024SNMP (Simple Network Management Protocol) is a classic protocol for monitoring and collecting information about network devices (servers, network hardware, workstations, printers, etc.). SNMP is quite a lightweight and fast…
- PowerShellWindows Server 2019Windows Server 2022
Configuring RDS Connection Broker High Availability on Windows Server
March 15, 2024Remote Desktop Connection Broker (RDCB) is a component of the Remote Desktop Services (RDS) role in Windows Server. RD Connection Broker allows you to load-balance the RDS farm servers (when…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
Install and Manage Windows Updates with PowerShell (PSWindowsUpdate)
March 17, 2024You can use the PSWindowsUpdate PowerShell module to manage Windows Updates from the command line. PSWindowsUpdate module is available for download from the PowerShell Gallery and allows administrators to scan,…
- Windows 10Windows 11Windows Server 2019Windows Server 2022
Memory Compression Process: High Memory and CPU Usage in Windows 10 and 11
March 16, 2024The Memory Compression feature in Windows 10 and 11 is used to optimize physical RAM utilization by compressing some of the pages in RAM. By using process memory compression, you…
- PowerShellWindows 10Windows 11Windows Server 2022
Find Windows Version, Edition, and Build from ISO or WIM file
December 29, 2021In this article, we’ll show how to use DISM and PowerShell to find out which Windows images (versions, editions, builds, language pack) are stored in ISO or WIM files. If…