Commit 165fc09
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- docset/winserver2019-ps/fileserverresourcemanager
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments