mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 11:23:45 +00:00
Merge pull request #10404 from Harvester57/public
[WDAC] Fix instructions order for UEFI deployment
This commit is contained in:
@ -10,7 +10,7 @@ ms.reviewer: jogeurte
|
|||||||
ms.author: jogeurte
|
ms.author: jogeurte
|
||||||
ms.manager: jsuther
|
ms.manager: jsuther
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
ms.date: 11/06/2021
|
ms.date: 03/08/2022
|
||||||
ms.technology: windows-sec
|
ms.technology: windows-sec
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
ms.localizationpriority: medium
|
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'
|
$MountPoint = 'C:\EFI'
|
||||||
$EFIDestinationFolder = "$MountPoint\Microsoft\Boot\CiPolicies\Active"
|
$EFIDestinationFolder = "$MountPoint\Microsoft\Boot\CiPolicies\Active"
|
||||||
$EFIPartition = (Get-Partition | Where-Object IsSystem).AccessPaths[0]
|
$EFIPartition = (Get-Partition | Where-Object IsSystem).AccessPaths[0]
|
||||||
mkdir $EFIDestinationFolder
|
|
||||||
mountvol $MountPoint $EFIPartition
|
mountvol $MountPoint $EFIPartition
|
||||||
|
mkdir $EFIDestinationFolder
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Copy the signed policy to the created folder:
|
2. Copy the signed policy to the created folder:
|
||||||
|
Reference in New Issue
Block a user