Applies To: Windows Server 2008,Windows Server 2008 R2

Lists currently scheduled storage report tasks. If used without parameters, the storrept reports list command displays all report tasks that are scheduled on the computer.

Note
You must be logged on as an administrator or a member of the Administrators group to use this command.

For examples of how to use this command, see Examples.

Syntax

 Copy Code
storrept reports list [/task:<TaskName> | /running] [/remote:<ComputerName>]

Parameters

Parameter Description

/task:<TaskName>

Lists only those reports that are associated with the scheduled task TaskName.

/running

Lists only those reports that are currently being generated or are queued to be generated.

/remote:<ComputerName>

Performs the operation on the remote computer ComputerName.

Remarks

  • The shortest sequence of characters that uniquely identifies a parameter can be used as an abbreviation. For example, the following two commands are equivalent:

     Copy Code
    storrept r l /r 
    storrept reports list /running
  • To perform operations on a remote computer by using the /remote:ComputerName parameter:

    • You must be logged on with a domain account that is a member of the Administrators group on both the local computer and the remote computer.

    • The remote computer must be running Windows Server 2008, and File Server Resource Manager must be installed.

    • The Remote File Server Resource Manager Management exception on the remote computer must be enabled. You enable this exception by using Windows Firewall in Control Panel.

Examples

  • To list all storage reports configured on the local computer, type:

     Copy Code
    storrept reports list 
  • To list storage reports that are currently running on the remote computer FILESERVER1, type:

     Copy Code
    storrept reports list /running /remote:fileserver1