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/WriteQualifiers: [Realkey]Dummy key.
IncomingPayloadDir


Data type: StringAccess type: Read/WriteQualifiers: 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/WriteQualifiers: NoneIIS virtual directory mapped to IncomingPayloadDir.
OutgoingPayloadDir


Data type: StringAccess type: Read/WriteQualifiers: NoneDirectory that is used to hold message payloads that will be downloaded by clients.
OutgoingPayloadVirtualDir


Data type: StringAccess type: Read/WriteQualifiers: NoneIIS virtual directory mapped to OutgoingPayloadDir.
PolicyID


Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyInstanceID


Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyPrecedence


Data type: UInt32Access type: Read/WriteQualifiers: NoneSee CCM_Policy Client WMI Class.
PolicyRuleID


Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicySource


Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyVersion


Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.

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

Development Requirements

See Also


Send comments about this topic to Microsoft.