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;
};

Methods

The SMS_ConfigMgrClientAgentConfig class does not define any methods.

Properties

AddPortalToTrustedSiteList

Data type: BooleanAccess type: Read/Write Qualifiers: noneAdd default Application Catalog website to the Internet Explorer trusted sites zone.
AllowPortalToHaveElevatedTrust

Data type: BooleanAccess type: Read/Write Qualifiers: noneAllow Silverlight applications to run in elevated trust mode. This information applies only to System Center Configuration Manager SP1.
AgentID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Identifies the client agent component. The Configuration Manager Client Agent ID is 4.
BrandingTitle

Data type: StringAccess type: Read/Write Qualifiers: noneOrganization name displayed in Software Center.
DayReminderInterval

Data type: UInt32Access type: Read/Write Qualifiers: noneDeployment deadline greater than 24 hours, remind user every (hours).
DisplayNewProgramNotification

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if notifications are shown to a user when a new program is made available.
EnableThirdPartyOrchestration

Data type: UInt32Access type: Read/Write Qualifiers: noneEnable third party orchestration.
HourReminderInterval

Data type: UInt32Access type: Read/Write Qualifiers: noneDeployment deadline less than 24 hours, remind user every (hours).
InstallRestriction

Data type: UInt32Access type: Read/Write Qualifiers: noneInstall permissions.

All users

Only administrators

Only administrators and primary users

No users

OSDBrandingSubTitle

Data type: StringAccess type: Read/Write Qualifiers: noneThe operating system deployment branding subtitle.
PortalUrl

Data type: StringAccess type: Read/Write Qualifiers: noneDefault Application Catalog website point.
PowerShellExecutionPolicy

Data type: UInt32Access type: Read/Write Qualifiers: nonePowerShell execution policy.

0

Bypass

1

Restricted

ReminderInterval

Data type: UInt32Access type: Read/Write Qualifiers: noneDeployment deadline less than 1 hour, remind user every (minutes).
SUMBrandingSubTitle

Data type: StringAccess type: Read/Write Qualifiers: noneThe software updates branding subtitle.
SuspendBitLocker

Data type: UInt32Access type: Read/Write Qualifiers: nonetrue 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 machine reboot without user intervention.

0

Never disable PIN protection.

1

Always disable PIN protection.

SWDBrandingSubTitle

Data type: StringAccess type: Read/Write Qualifiers: noneThe software distribution branding subtitle.
SystemRestartTurnaroundTime

Data type: UInt32Access type: Read/Write Qualifiers: noneThe estimated turnaround time for system reboot, in seconds.

Remarks

Requirements

Runtime Requirements

Development Requirements