Generate on-demand storage report jobs. The syntax of this command is: Storrept Reports Generate /Task:TASK /Nowait Storrept ...

Generate on-demand storage report jobs.

The syntax of this command is:

Storrept Reports Generate /Task:TASK [/Nowait]

Storrept Reports Generate /Report:TYPE /Scope:"SCOPE" [/Nowait]
                          [/Format:"FORMAT"] [/MailTo:EMAIL] [/Name:"NAME"]
                          [/FileName:PATTERN] [/MinSize:MIN_SIZE[kb|mb|gb]]
                          [/MaxAge:MAX_AGE] [/MinAge:MIN_AGE] [/MinUse:MIN_USE]
                          [/Owner:"OWNER_LIST"] [/FileGroup:"FG_LIST"]
                          [/Property:"PROPERTY"] [/Remote:MACHINE]

   /Task:TASK                 Generate the on-demand report job associated with
                              scheduled task TASK.

   /Report:TYPE               Create report of type TYPE. TYPE is one of the
                              following:
                                 DuplicateFiles        - Duplicate files report
                                 Export                - Export report
                                 FileScreenAudit       - File screen audit
                                                         report
                                 FilesByFileGroup      - Files by file group
                                                         report
                                 FilesByOwner          - Files by owner report
                                 FilesByProperty       - Files by property
                                                         report
                                 LargeFiles            - Large files report
                                 LeastRecentlyAccessed - Least recently
                                                         accessed files report
                                 MostRecentlyAccessed  - Most recently accessed
                                                         files report
                                 QuotaUsage            - Quota usage report

   /Scope:"SCOPE"             Gather report data from SCOPE. SCOPE is a list of
                              volumes and folder paths separated by '|'.

   /Nowait                    Do not wait for report generation to complete.

   /Format:"FORMAT"           Generate the report job in the specified formats.
                              FORMAT is one or more of the following separated
                              by '|':
                                  CSV, DHTML, HTML, TXT, XML

                              Only CSV and XML are valid for Export reports.
                              Default is DHTML and XML for all report types
                              except Export; the default for Export is XML.

   /MailTo:EMAIL              Send the reports to recipients EMAIL. EMAIL is a
                              semicolon-separated list of recipients.

   /Name:"NAME"               Set report name to NAME.

   /FileName:PATTERN          Set file name pattern filter PATTERN. Only valid
                              with:
                                 /Report:FilesByOwner
                                 /Report:FilesByProperty
                                 /Report:LargeFiles
                                 /Report:LeastRecentlyAccessed
                                 /Report:MostRecentlyAccessed

   /MinSize:MIN_SIZE[kb|mb|gb]

                              Set minimum file size MIN_SIZE. By default
                              MIN_SIZE is in KB, but "kb", "mb", and "gb" can
                              be appended to specify other units. Only valid
                              with:
                                 /Report:LargeFiles

   /MaxAge:MAX_AGE            Set maximum file access time MAX_AGE in days.
                              Only valid with:
                                 /Report:MostRecentlyAccessed

   /MinAge:MIN_AGE            Set minimum file access time or screening
                              violation MIN_AGE in days. Only valid with:
                                 /Report:FileScreenAudit
                                 /Report:LeastRecentlyAccessed

   /MinUse:MIN_USE            Set minimum quota usage MIN_USE %%. Only valid
                              with:
                                 /Report:QuotaUsage

   /Owner:"OWNER_LIST"        Set list of file owners. OWNER_LIST can be a list
                              of one or more users separated by '|'.
                              OWNERS_LIST can be empty to specify all users.
                              Only valid with:
                                 /Report:FileScreenAudit
                                 /Report:FilesByOwner

   /FileGroup:"FG_LIST"       Set list of file groups. FG_LIST can be a list of
                              one or more file groups separated by '|'. FG_LIST
                              can be empty to specify all file groups. Only
                              valid with:
                                 /Report:FilesByFileGroup

   /Property:"PROPERTY"       Set property name.  PROPERTY is a valid property
                              definition.  Required for and only valid with:
                                 /Report:FilesByProperty

   /Remote:MACHINE            Perform the operation on machine MACHINE.

Examples:
   Storrept Reports Generate /Task:quotatask /Nowait

   Storrept Reports Generate /Report:DuplicateFiles /Scope:"D:\scratch"