Skip to content

Commit 2fcd3b8

Browse files
authored
Merge pull request MicrosoftDocs#3036 from MicrosoftDocs/main
merge main to live Tuesday 10 AM
2 parents 7d5d257 + c073385 commit 2fcd3b8

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)