Skip to content

Commit 235439e

Browse files
committed
MIsc fixes
1 parent 379f9b8 commit 235439e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defender-endpoint/linux-deploy-defender-for-endpoint-using-golden-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,21 @@ For on-premises environments, configure your virtualization platform so that eac
8888

8989
**KVM/libvirt**
9090

91-
- Do not hard-code the `<uuid>` element in the virtual machine's domain XML; if it's omitted, libvirt will generate a random one at definition time.
91+
- Don't hard-code the `<uuid>` element in the virtual machine's domain XML; if it's omitted, libvirt generates a random one at definition time.
9292

9393
- Alternatively, explicitly create a new UUID using `uuidgen`.
9494

9595
- For streamlined cloning, use `virt-clone` or `virt-manager`, which automatically assign unique UUIDs.
9696

9797
**VMware**
9898

99-
- During cloning, VMware prompts whether to keep existing UUID or to create a new one. Always select Create, or configure `uuid.action = "create"` in the virtual machine's *.vmx* file.
99+
- During cloning, VMware prompts whether to keep the existing UUID or to create a new one. Always select "Create", or configure `uuid.action = "create"` in the virtual machine's *.vmx* file.
100100

101101
- In VMware Cloud Director, set `backend.cloneBiosUuidOnVmCopy = 0` to force the creation of new UUIDs.
102102

103103
**Hyper-V**
104104

105-
Hyper-V automatically generates a new hardware UUID when you create a virtual machine using Hyper-V Manager or PowerShell ([New-VM](/powershell/module/hyper-v/new-vm)).
105+
Hyper-V automatically generates a new hardware UUID when you create a virtual machine using Hyper-V Manager or PowerShell ([New-VM](/powershell/module/hyper-v/new-vm)).
106106

107107
### Cloud virtual machines
108108

0 commit comments

Comments
 (0)