CCM_Service_IISConfiguration Client WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager 2007, the CCM_Service_IISConfiguration class is a client Windows Management Instrumentation (WMI) class that supports Internet Information Services (IIS)-related settings used by CCMEXEC for staging and receiving message payloads on a Management Point.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class CCM_Service_IISConfiguration : CCM_Policy
{
      UInt8 Dummy[key]  ;
      String IncomingPayloadDir;
      String IncomingPayloadVirtualDir;
      String OutgoingPayloadDir;
      String OutgoingPayloadVirtualDir;
      String PolicyID;
      String PolicyInstanceID;
      UInt32 PolicyPrecedence;
      String PolicyRuleID;
      String PolicySource;
      String PolicyVersion;
};

Methods

The CCM_Service_IISConfiguration class does not define any methods.

Properties

  • Dummy[key]
    Data type: UInt8

    Access type: Read/Write

    Qualifiers: [Realkey]

    Dummy key.

  • IncomingPayloadDir
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Directory where message payloads are uploaded to the server by clients. The System and Administrators account must have full access to this directory. In addition, the appropriate permissions must be given to allow clients to upload to this directory by means of IIS using the BITS ISAPI component. This directory must be created at install time; it is not automatically created by the service.

  • IncomingPayloadVirtualDir
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    IIS virtual directory mapped to IncomingPayloadDir.

  • OutgoingPayloadDir
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Directory that is used to hold message payloads that will be downloaded by clients.

  • OutgoingPayloadVirtualDir
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    IIS virtual directory mapped to OutgoingPayloadDir.

Remarks

An instance of this class should exist only if IIS has been configured to work with CCMEXEC, that is, IIS must be installed and the appropriate physical and virtual directories must be set up correctly. If this instance is omitted, CCMEXEC operates without using IIS, thus losing some functionality.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

Client Framework and Data Transfer Client WMI Classes