(Enable Guest Virtual Secure Mode)
$owner = get-hgsguardian guardian11
$kp = New-HgsKeyProtector -Owner $owner -AllowUntrustedRoot
Set-VMKeyProtector -VMName "Windows 10 ENTERPRISE 21H1 19043.1081" -KeyProtector $kp.RawData
Despues de VMName "poner el nombre de la maquina virtual" (en mi ejemplo una Enterprise)
Enable-VMTPM -VMNAME "Windows 10 ENTERPRISE 21H1 19043.1081"
$VMName = "Nombre imagen virtual"
$VMName = "Windows 10 ENTERPRISE 21H1 19043.1081"
Set-VMSecurity -VMName $VMName -VirtualizationBasedSecurityOptOut $True
Get-VMSecurity -VMName $VMName | Select-Object
Aparece TPM activado.
$owner = get-hgsguardian guardian11
$kp = New-HgsKeyProtector -Owner $owner -AllowUntrustedRoot
Set-VMKeyProtector -VMName "Windows 10 ENTERPRISE 21H1 19043.1081" -KeyProtector $kp.RawData
Despues de VMName "poner el nombre de la maquina virtual" (en mi ejemplo una Enterprise)
Enable-VMTPM -VMNAME "Windows 10 ENTERPRISE 21H1 19043.1081"
$VMName = "Nombre imagen virtual"
$VMName = "Windows 10 ENTERPRISE 21H1 19043.1081"
Set-VMSecurity -VMName $VMName -VirtualizationBasedSecurityOptOut $True
Get-VMSecurity -VMName $VMName | Select-Object
Aparece TPM activado.