Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

Activate Windows authentication with a PIN

Entering a PIN is one of the authentication methods available through Microsoft’s Windows Hello. It offers a simplified sign-in experience, especially for devices that lack biometric capabilities. This option must be explicitly enabled in domain-joined environments or those using Entra ID. However, its functionality is significantly restricted on virtual machines hosted on Hyper-V.

Source

Hyper-V Quick Create: Deploy custom VM images

Instead of walking through the entire wizard in Hyper-V Manager to create a virtual machine, you can speed up the process using Quick Create. By default, this tool uses virtual hard disks (VHDX) provided by Microsoft. Alternatively, you can set up a custom gallery and populate it with your own images.

Source

How to update multiple Hyper-V VMs offline

In environments with multiple VMs running the same Windows version, powering down the Hyper-V VMs during a maintenance window is usually the most efficient way to update them offline. This involves mounting the virtual disk and installing updates through PowerShell. This approach also benefits VMs that have been powered off for an extended period. Instead of starting them in an outdated and potentially vulnerable state, you can apply critical security updates in advance.

Source

❌