In System Center 2012 Configuration Manager, 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; Boolean PolicyDownloadByBatch; String PolicyDownloadMethod; UInt32 PolicyDownloadsPerBatch; Boolean PolicyDownloadUsePeerCache; Boolean PolicyEnableUserAuthForAllUserPolicies; Boolean PolicyEnableUserGroupSupport; (Removed in SP1) Boolean PolicyEnableUserPolicyOnInternet; Boolean PolicyEnableUserPolicyPolling; UInt32 PolicyExpirationTimeForDefaultPerUserRequestedConfig; String PolicyID; String PolicyInstanceID; UInt32 PolicyPrecedence; UInt32 PolicyRequestAssignmentTimeout; String PolicyRuleID; String PolicySource; UInt32 PolicyTimeDelayBeforeUserPolicyRefreshAtLogonOrUnlock; 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/WriteQualifiers: [RealKey]Name of the authority.
- PolicyDownloadsByBatch
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if . The default value is true.
- PolicyDownloadMethod
- Data type: StringAccess type: Read/WriteQualifiers:
[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.
- PolicyDownloadsPerBatch
- Data type: UInt32Access type: Read/WriteQualifiers: [ ]For batch policy download. The default value is 150.
- PolicyDownloadUsePeerCache
- Data type: BooleanAccess type: Read/WriteQualifiers: [ ]true to use peer cache.
- PolicyEnableUserAuthForAllUserPolicies
- Data type: BooleanAccess type: Read/WriteQualifiers: [ ]true to enable user policy polling.
- PolicyEnableUserGroupSupport
- Data type: BooleanAccess type: Read/WriteQualifiers: [Not_Null:ToInstance ToSubClass]true if the Policy Agent sends user group information when requesting a user policy. This method/property has been removed or deprecated in System Center Configuration Manager SP1.
- PolicyEnableUserPolicyOnInternet
- Data type: BooleanAccess type: Read/WriteQualifiers: [ ]true to
- PolicyEnableUserPolicyPolling
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue to enable user policy polling.
- PolicyExpirationTimeForDefaultPerUserRequestedConfig
- Data type: UInt32Access type: Read/WriteQualifiers: None
- 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: [key]See CCM_Policy Client WMI Class.
- PolicyRequestAssignmentTimeout
- Data type: UInt32Access type: Read/WriteQualifiers: NoneTimeout for the policy request assignment.
- 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.
- PolicyTimeDelayBeforeUserPolicyRefreshAtLogonOrUnlock
- Data type: UInt32Access type: Read/WriteQualifiers: NonePolicyTimeDelayBeforeUserPolicyRefreshAtLogonOrUnlock.
- PolicyTimeUntilAck
- Data type: UInt32Access type: Read/WriteQualifiers: NoneThe time that must elapse before the policy is acknowledged.
- PolicyTimeUntilExpire
- Data type: UInt32Access type: Read/WriteQualifiers: NoneThe 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/WriteQualifiers: NoneThe time that must elapse before the actual configuration is updated.
- PolicyVersion
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.