mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 10:19:36 -06:00
Add files via upload
This commit is contained in:
@@ -41,6 +41,7 @@ $VMDVDDrive = Get-VMDvdDrive -VMName $VMName
|
|||||||
Set-VMFirmware -VMName $VMName -FirstBootDevice $VMDVDDrive
|
Set-VMFirmware -VMName $VMName -FirstBootDevice $VMDVDDrive
|
||||||
If(Get-HgsGuardian -Name 'Guardian'){
|
If(Get-HgsGuardian -Name 'Guardian'){
|
||||||
Remove-HgsGuardian -Name 'Guardian'
|
Remove-HgsGuardian -Name 'Guardian'
|
||||||
|
Get-ChildItem -Path 'Cert:\LocalMachine\Shielded VM Local Certificates\' | Remove-Item
|
||||||
}
|
}
|
||||||
New-HgsGuardian -Name 'Guardian' -GenerateCertificates
|
New-HgsGuardian -Name 'Guardian' -GenerateCertificates
|
||||||
$owner = get-hgsguardian -Name 'Guardian'
|
$owner = get-hgsguardian -Name 'Guardian'
|
||||||
|
|||||||
Reference in New Issue
Block a user