Skip to content

Commit e854bf8

Browse files
authored
Update set-vmprocessor.md
Added another example showing support for embedded Hyper.V
1 parent ba92dc8 commit e854bf8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docset/windows/hyper-v/set-vmprocessor.md

+10
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ PS C:\> Set-VMProcessor TestVM -CompatibilityForOlderOperatingSystemsEnabled $tr
7878

7979
Configures virtual machine TestVM, enabling compatibility for running older operating systems.
8080

81+
### Example 4
82+
```
83+
PS C:\> Set-VMProcessor TestVM ExposeVirtualizationExtensions $true
84+
```
85+
86+
Configures virtual machine TestVM, enabling embedded Hyper-V.Uu
87+
88+
89+
90+
8191
## PARAMETERS
8292

8393
### -CimSession

0 commit comments

Comments
 (0)