Skip to content

Commit 165fc09

Browse files
authored
Update Example
Added -Active:$False to the end of the example to create a passive file screen template. Tested on Server 2019 Included outputs of old and new commands below: PS C:\Users\it> New-FsrmFileScreenTemplate "Filter Non-HTML text files" -IncludeGroup "Non-HTML text files" Active : True Description : IncludeGroup : {Non-HTML text files} Name : Filter Non-HTML text files Notification : UpdateDerived : False UpdateDerivedMatching : False PSComputerName : PS C:\Users\it> New-FsrmFileScreenTemplate "Filter Non-HTML text files" -IncludeGroup "Non-HTML text files" -Active:$False Active : False Description : IncludeGroup : {Non-HTML text files} Name : Filter Non-HTML text files Notification : UpdateDerived : False UpdateDerivedMatching : False PSComputerName :
1 parent 26c1e15 commit 165fc09

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)