Skip to content

Commit 31d28f6

Browse files
authored
Merge pull request MicrosoftDocs#3581 from MicrosoftDocs/main
Publish main to live, Tuesday 10:30AM PDT, 8/1
2 parents 1258c19 + 2b1b489 commit 31d28f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docset/winserver2019-ps/fileserverresourcemanager/New-FsrmFileScreenTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you make changes to a template, you can choose to apply those changes to al
3232

3333
### Example 1: Create a passive file screen template
3434
```
35-
PS C:\> New-FsrmFileScreenTemplate "Filter Non-HTML text files" -IncludeGroup "Non-HTML text files"
35+
PS C:\> New-FsrmFileScreenTemplate "Filter Non-HTML text files" -IncludeGroup "Non-HTML text files" -Active:$False
3636
```
3737

3838
This command creates a passive file screen template named "Filter Non-HTML text files" that logs any files that match the "Non-HTML text files" file group.

docset/winserver2022-ps/configci/New-CIPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ New-CIPolicy [-FilePath] <String> -Rules <Rule[]> [-Audit] [-ScanPath <String>]
3636
The **New-CIPolicy** cmdlet creates a Code Integrity policy as an .xml file.
3737

3838
If you specify **DriverFile** objects, this cmdlet generates rules based on the **Level** parameter.
39-
This cmdlet creates a policy based on those rules for the specified drive files.
39+
This cmdlet creates a policy based on those rules for the specified driver files.
4040

4141
If you specify **Rule** objects, this cmdlet creates a policy based on those objects.
4242
Because the rules that you specify are created at a specific level, do not specify a level.

0 commit comments

Comments
 (0)