requiredPrivilegesType Complex Type

Defines the child elements and sequencing information for the RequiredPrivileges (requiredPrivilegesType) element.

<xs:complexType name="requiredPrivilegesType">
    <xs:all>
        <xs:element name="Privilege"
            type="privilegeType"
            minOccurs="1"
            maxOccurs="64"
         />
    </xs:all>
</xs:complexType>

Child elements

Element Type Description
Privilege privilegeType Specifies the required privileges of the task.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]

See also

Task Scheduler Schema Complex Types

Task Scheduler