Modify existing file screen templates. The syntax of this command is: Filescrn Template Modify /Template:TEMPLATE_NAME /New-Template:TEMPLATE_NEW ...

Modify existing file screen templates.

The syntax of this command is:

Filescrn Template Modify /Template:TEMPLATE_NAME [/New-Template:TEMPLATE_NEW]
                         [/SourceTemplate:TEMPLATE] [/Type:{Active|Passive}]
                         [/Add-Filegroup:ADD_FG] [/Delete-Filegroup:DEL_FG]
                         [/Add-Notification:NOTIFY_TYPE,CONFIG_FILE]
                         [/Delete-Notification:NOTIFY_TYPE]
                         [/Modify-Notification:NOTIFY_TYPE,CONFIG_FILE]
                         [/Apply:{None|All|Matching}]
                         [/Remote:MACHINE]

   /Template:TEMPLATE_NAME    Modify template with name TEMPLATE_NAME.

   /New-Template:TEMPLATE_NEW Rename the template to TEMPLATE_NEW.

   /SourceTemplate:TEMPLATE   Configure file screen from template TEMPLATE.

   /Type:{Active|Passive}     Make the file screen active or passive.
                                 Active  - Users cannot save unauthorized files
                                           (default)
                                 Passive - Users can save unauthorized files
                                           but notifications will be raised

   /Add-Filegroup:ADD_FG      Add file group ADD_FG to the list of blocked file
                              groups for this file screen. The switch can be
                              specified multiple times.

   /Delete-Filegroup:DEL_FG   Delete file group DEL_FG from the list of blocked
                              file groups for this file screen. The switch can
                              be specified multiple times.

   /Add-Notification:NOTIFY_TYPE,CONFIG_FILE
   /Delete-Notification:NOTIFY_TYPE
   /Modify-Notification:NOTIFY_TYPE,CONFIG_FILE

                              Add/delete/modify notification. The switches can
                              be specified multiple times. The parameters to be
                              used are:
                                 NOTIFY_TYPE - One of the following:
                                    M - E-mail notification
                                    E - Event log notification
                                    C - Command line notification
                                    R - Report notification
                                 CONFIG_FILE - Path to configuration file

   /Apply:{None|All|Matching} Define how auto the modified template is
                              applied to derived file screens.
                                 None     - Do not apply to quotas (default)
                                 All      - Apply to all quotas
                                 Matching - Apply to quotas that match the
                                            original template

   /Remote:MACHINE            Perform the operation on machine MACHINE.

Use "Filescrn Notification /?" to view configuration file syntax.

Examples:
   Filescrn Template Modify /Template:"Forbidden Files Template"
      /Add-Filegroup:"System Files" /Delete-Filegroup:"Audio and Video Files"

   Filescrn Template Modify /Template:"Forbidden Files Warning Template"
      /Modify-Notification:M,email-filewarning.txt