Skip to content

Commit 7c5873e

Browse files
authored
Update New-CIPolicyRule.md
Removed -UserPEs as it is only used if you do not provide driver files or rules.
1 parent 0410598 commit 7c5873e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2019-ps/configci/New-CIPolicyRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Specify a rule level and an array of **DriverFile** objects or the path of a dri
4141

4242
### Example 1: Create policy rules for drivers
4343
```
44-
PS C:\> $DriverFiles = Get-SystemDriver -ScanPath '.\temp\' -UserPEs -OmitPaths '.\temp\ConfigCITestBinaries' -NoScript
44+
PS C:\> $DriverFiles = Get-SystemDriver -ScanPath '.\temp\' -OmitPaths '.\temp\ConfigCITestBinaries' -NoScript
4545
PS C:\> New-CIPolicyRule -Level FileName -DriverFiles $DriverFiles
4646
Scan completed successfully
4747

0 commit comments

Comments
 (0)