File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
docset/winserver2025-ps/hyper-v Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Specifies the device to use as the boot device for the new virtual machine. Acce
139139- ` VHD`
140140
141141When `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
143143installation server.
144144
145145Generation 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
You can’t perform that action at this time.
0 commit comments