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.
2 parents 7d5d257 + c073385 commit 2fcd3b8Copy full SHA for 2fcd3b8
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