We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0410598 commit 7c5873eCopy full SHA for 7c5873e
docset/winserver2019-ps/configci/New-CIPolicyRule.md
@@ -41,7 +41,7 @@ Specify a rule level and an array of **DriverFile** objects or the path of a dri
41
42
### Example 1: Create policy rules for drivers
43
```
44
-PS C:\> $DriverFiles = Get-SystemDriver -ScanPath '.\temp\' -UserPEs -OmitPaths '.\temp\ConfigCITestBinaries' -NoScript
+PS C:\> $DriverFiles = Get-SystemDriver -ScanPath '.\temp\' -OmitPaths '.\temp\ConfigCITestBinaries' -NoScript
45
PS C:\> New-CIPolicyRule -Level FileName -DriverFiles $DriverFiles
46
Scan completed successfully
47
0 commit comments