SMS_ConfigMgrClientAgentConfig Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_ConfigMgrClientAgentConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that specifies the general settings for communication between server and client.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ConfigMgrClientAgentConfig : SMS_ClientAgentConfig_BaseClass
{
Boolean AddPortalToTrustedSiteList;
Boolean AllowPortalToHaveElevatedTrust;
UInt32 AgentID;
String BrandingTitle;
UInt32 DayReminderInterval;
Boolean DisplayNewProgramNotification;
UInt32 EnableThirdPartyOrchestration;
UInt32 HourReminderInterval;
UInt32 InstallRestriction;
String OSDBrandingSubTitle;
String PortalUrl;
UInt32 PowerShellExecutionPolicy;
UInt32 ReminderInterval;
String SUMBrandingSubTitle;
UInt32 SuspendBitLocker;
String SWDBrandingSubTitle;
UInt32 SystemRestartTurnaroundTime;
};
The SMS_ConfigMgrClientAgentConfig class does not define any methods.
- AddPortalToTrustedSiteList
Data type: Boolean
Access type: Read/Write
Qualifiers: none
Add default Application Catalog website to the Internet Explorer trusted sites zone.
- AllowPortalToHaveElevatedTrust
Data type: Boolean
Access type: Read/Write
Qualifiers: none
Allow Silverlight applications to run in elevated trust mode.
This information applies to System Center 2012 Configuration Manager SP1 or later, and System Center 2012 R2 Configuration Manager or later.
- AgentID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read]
Identifies the client agent component. The Configuration Manager Client Agent ID is 4.
- BrandingTitle
Data type: String
Access type: Read/Write
Qualifiers: none
Organization name displayed in Software Center.
- DayReminderInterval
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Deployment deadline greater than 24 hours, remind user every (hours).
- DisplayNewProgramNotification
Data type: Boolean
Access type: Read/Write
Qualifiers: none
true if notifications are shown to a user when a new program is made available.
- EnableThirdPartyOrchestration
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Enable third party orchestration.
- HourReminderInterval
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Deployment deadline less than 24 hours, remind user every (hours).
- InstallRestriction
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Install permissions.
All users
Only administrators
Only administrators and primary users
No users
- OSDBrandingSubTitle
Data type: String
Access type: Read/Write
Qualifiers: none
The operating system deployment branding subtitle.
- PortalUrl
Data type: String
Access type: Read/Write
Qualifiers: none
Default Application Catalog website point.
- PowerShellExecutionPolicy
Data type: UInt32
Access type: Read/Write
Qualifiers: none
PowerShell execution policy.
0
Bypass
1
Restricted
- ReminderInterval
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Deployment deadline less than 1 hour, remind user every (minutes).
- SUMBrandingSubTitle
Data type: String
Access type: Read/Write
Qualifiers: none
The software updates branding subtitle.
- SuspendBitLocker
Data type: UInt32
Access type: Read/Write
Qualifiers: none
true to disable PIN protector on the system volume if the reboot is initiated by CcmExec (not including the user explicitly rebooting from the reboot UI). After the reboot, the PIN protector is enabled. This enables a computer reboot without user intervention.
0
Never disable PIN protection.
1
Always disable PIN protection.
- SWDBrandingSubTitle
Data type: String
Access type: Read/Write
Qualifiers: none
The software distribution branding subtitle.
- SystemRestartTurnaroundTime
Data type: UInt32
Access type: Read/Write
Qualifiers: none
The estimated turnaround time for system reboot, in seconds.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.