Share via


Parameters

Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007

Contains the parameters to be sent to the application.

Schema Hierarchy

ManagementPack
  Presentation
    ConsoleTasks
      ConsoleTask
        Parameters

Syntax

<Parameters>
   <Parameter>parameter</Parameter>
</Parameters>
 

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the Parameters element.

Attributes

None.

Child Elements

Element Description

Parameter

Optional element. Represents a parameter to be sent to the application.

Parent Elements

Element Description

ConsoleTask

Represents a console task definition.

Text Value

Important

If your console task application requires multiple parameters, make sure that they are listed in the order that is required by that application specified in the Application element.

Remarks

The Windows command prompt defines a maximum length for each line on a command string. For example, on computers running Windows XP or later, the maximum length is 8191. On computers running Windows 2000 or Windows NT 4.0, the maximum length of the string that you can use is 2047 characters.

See Also

Reference

Application
ConsoleTask