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: UInt8Access type: Read/Write
Qualifiers: [Realkey]
Dummy key.
IncomingPayloadDir
Data type: StringAccess 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: StringAccess type: Read/Write
Qualifiers: None
IIS virtual directory mapped to IncomingPayloadDir.
OutgoingPayloadDir
Data type: StringAccess type: Read/Write
Qualifiers: None
Directory that is used to hold message payloads that will be downloaded by clients.
OutgoingPayloadVirtualDir
Data type: StringAccess type: Read/Write
Qualifiers: None
IIS virtual directory mapped to OutgoingPayloadDir.
PolicyID
Data type: StringAccess type: Read/Write
Qualifiers: [key]
PolicyInstanceID
Data type: StringAccess type: Read/Write
Qualifiers: [key]
PolicyPrecedence
Data type: UInt32Access type: Read/Write
Qualifiers: None
PolicyRuleID
Data type: StringAccess type: Read/Write
Qualifiers: [key]
PolicySource
Data type: StringAccess type: Read/Write
Qualifiers: [key]
PolicyVersion
Data type: StringAccess type: Read/Write
Qualifiers: [key]
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.