Skip to content

Commit 8988426

Browse files
committed
Applied PM/Dev feedback
1 parent 257e964 commit 8988426

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docset/winserver2025-ps/hyper-v/New-VM.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Specifies the device to use as the boot device for the new virtual machine. Acce
139139
- `VHD`
140140

141141
When `LegacyNetworkAdapter` is specified, this configures the new virtual machine with a network
142-
adapter that can be used to perform a PXE boot and install an operating system from a network
142+
adapter that can be used to perform a PXE boot and install a 32-bit operating system from a network
143143
installation server.
144144

145145
Generation 2 virtual machines do not support `Floppy`, `LegacyNetworkAdapter` or `IDE`. Using these
@@ -286,12 +286,14 @@ Accept wildcard characters: False
286286

287287
### -GuestStateIsolationType
288288

289-
Specifies the level of security for the virtual machine being created. Acceptable values are:
289+
Specifies the level of isolation for the virtual machine being created. Acceptable values are:
290290

291-
- `TrustedLaunch`: Enables Trusted Launch security feature for the virtual machine.
292-
- `VBS`: Enables Virtualization Based Security (VBS) for the virtual machine.
293-
- `SNP`: Enables System and Network Protection (SNP) for the virtual machine.
294-
- `TDX`: Enables Trusted Execution (TDX) for the virtual machine.
291+
- `TrustedLaunch`: Enables guest state isolation and Trusted Launch security features for the
292+
virtual machine.
293+
- `VBS`: Enables Virtualization Based Security (VBS) isolation for the virtual machine.
294+
- `SNP`: Enables AMD Secure Encrypted Virtualization-Secure Nested Paging (SEV-SNP) isolation for
295+
the virtual machine.
296+
- `TDX`: Enables Intel Trust Domain Extensions (TDX) isolation for the virtual machine.
295297
- `Disabled`: Disables all guest state isolation features for the virtual machine.
296298

297299
```yaml

0 commit comments

Comments
 (0)