CCM_PolicyAgent_Configuration 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_PolicyAgent_Configuration class is a client Windows Management Instrumentation (WMI) class that represents the Policy Agent configuration for a given authority.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class CCM_PolicyAgent_Configuration : CCM_Policy
{
String AuthorityName;
String PolicyDownloadMethod;
Boolean PolicyEnableUserGroupSupport;
Boolean PolicyEnableUserPolicyPolling;
String PolicyID;
String PolicyInstanceID;
UInt32 PolicyPrecedence;
UInt32 PolicyRequestAssignmentTimeout;
String PolicyRuleID;
String PolicySource;
UInt32 PolicyTimeUntilAck;
UInt32 PolicyTimeUntilExpire;
UInt32 PolicyTimeUntilUpdateActualConfig;
String PolicyVersion;
};
Methods
The CCM_PolicyAgent_Configuration class does not define any methods.
Properties
AuthorityName
Data type: StringAccess type: Read/Write
Qualifiers: [RealKey]
Name of the authority.
PolicyDownloadMethod
Data type: StringAccess type: Read/Write
Qualifiers: [ToInstance ToSubClass]
Method used by the Policy Agent to download policy files. Possible values are listed below. This value can only be NULL if PolicyRequestTarget is NULL. This value should not be changed.
FILECOPY
Copy policy files using standard file copy operations. Policy paths must be local or Universal Naming Convention (UNC) file paths. This value is intended for testing only.
HTTP
Download policy files synchronously by using direct HTTP. Policy paths must be HTTP URLs.
BITS
Drizzle policy files asynchronously by using the Data Transfer Service. Policy paths must be HTTP URLs.
PolicyEnableUserGroupSupport
Data type: BooleanAccess type: Read/Write
Qualifiers: [Not_Null:ToInstance ToSubClass]
true if the Policy Agent sends user group information when requesting a user policy.
PolicyEnableUserPolicyPolling
Data type: BooleanAccess type: Read/Write
Qualifiers: None
true to enable user policy polling.
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: [key]
PolicyRequestAssignmentTimeout
Data type: UInt32Access type: Read/Write
Qualifiers: None
Timeout for the policy request assignment.
PolicyRuleID
Data type: StringAccess type: Read/Write
Qualifiers: [key]
PolicySource
Data type: StringAccess type: Read/Write
Qualifiers: [key]
PolicyTimeUntilAck
Data type: UInt32Access type: Read/Write
Qualifiers: None
The time that must elapse before the policy is acknowledged.
PolicyTimeUntilExpire
Data type: UInt32Access type: Read/Write
Qualifiers: None
The number of days that the Policy Agent should wait since it last received a ReplyAssignments message from the authority before removing its policy. At half this time, the Policy Agent begins requesting acknowledgments. If this value is NULL, the policy never expires.
PolicyTimeUntilUpdateActualConfig
Data type: UInt32Access type: Read/Write
Qualifiers: None
The time that must elapse before the actual configuration is updated.
PolicyVersion
Data type: StringAccess type: Read/Write
Qualifiers: [key]
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.