[WDAC] Fix instructions order for UEFI deployment

Fix https://github.com/MicrosoftDocs/windows-itpro-docs/issues/10403
This commit is contained in:
Florian Stosse
2022-03-08 18:24:05 +01:00
committed by GitHub
parent af4e5b77fa
commit 7ee0c447d1

View File

@ -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: