From a631192f2edb63ca6e798adb4d683bc67be82f68 Mon Sep 17 00:00:00 2001 From: Haiko Hertes Date: Fri, 30 Jan 2026 09:53:45 +0100 Subject: [PATCH] Fix PowerShell command for MAC address spoofing Corrected the PowerShell command by removing the space in 'AllowTeaming'. --- azure-local/deploy/deployment-virtual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-local/deploy/deployment-virtual.md b/azure-local/deploy/deployment-virtual.md index 2b97ae1d7a..5c06adba05 100644 --- a/azure-local/deploy/deployment-virtual.md +++ b/azure-local/deploy/deployment-virtual.md @@ -159,7 +159,7 @@ Follow these steps to create an example VM named `Node1` using PowerShell cmdlet - NetworkATC teams vNICs for management and compute intent and, depending on the configuration, for storage vNICs. ```PowerShell - Get-VmNetworkAdapter -VmName "Node1" | Set-VmNetworkAdapter -MacAddressSpoofing On -Allow Teaming On + Get-VmNetworkAdapter -VmName "Node1" | Set-VmNetworkAdapter -MacAddressSpoofing On -AllowTeaming On ``` 1. Enable trunk port (for multi-node deployments only) for all network adapters on VM `Node1`. This script configures the network adapter of a specific VM to operate in trunk mode. This is typically used in multi-node deployments where you want to allow multiple Virtual Local Area Networks (VLANs) to communicate through a single network adapter: