Merge pull request #10404 from Harvester57/public

[WDAC] Fix instructions order for UEFI deployment
This commit is contained in:
Denise Vangel-MSFT
2022-03-08 11:20:52 -08:00
committed by GitHub

View File

@ -10,7 +10,7 @@ ms.reviewer: jogeurte
ms.author: jogeurte
ms.manager: jsuther
manager: dansimp
ms.date: 11/06/2021
ms.date: 03/08/2022
ms.technology: windows-sec
ms.topic: article
ms.localizationpriority: medium
@ -88,8 +88,8 @@ In addition to the steps outlined above, the binary policy file must also be cop
$MountPoint = 'C:\EFI'
$EFIDestinationFolder = "$MountPoint\Microsoft\Boot\CiPolicies\Active"
$EFIPartition = (Get-Partition | Where-Object IsSystem).AccessPaths[0]
mkdir $EFIDestinationFolder
mountvol $MountPoint $EFIPartition
mkdir $EFIDestinationFolder
```
2. Copy the signed policy to the created folder: