Update mcc-enterprise.md

Corrected the PS cmdlet
This commit is contained in:
Sriraman M S
2022-11-08 00:58:58 +05:30
committed by GitHub
parent f9579736eb
commit 379ae6ff80

View File

@ -241,7 +241,7 @@ Files contained in the mccinstaller.zip file:
1. Enable Nested Virtualization
```powershell
Set -VMProcessor -VMName "VM name" -ExposeVirtualizationExtensions $true
Set-VMProcessor -VMName "VM name" -ExposeVirtualizationExtensions $true
```
2. Enable Mac Spoofing
```powershell