Skip to content

Commit f34606c

Browse files
authored
Merge pull request MicrosoftDocs#2824 from Tungsten66/patch-1
Update Example
2 parents 869e85f + fab15c1 commit f34606c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.

0 commit comments

Comments
 (0)