The SMS_EndpointProtectionAgentConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that specifies the settings for the Endpoint Protection client.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_EndpointProtectionAgentConfig : SMS_ClientAgentConfig_BaseClass
{
	UInt32 AgentID;
	Boolean DisableFirstSignatureUpdate;
	Boolean EnableEP;
	UInt32 ForceRebootPeriod;
	UInt32 InstallRetryPeriod;
	Boolean InstallSCEPClient;
	Boolean LicenseAgreed;
	Boolean OverrideMaintenanceWindow;
	Boolean PersistInstallation;
	UInt32 PolicyEnforcePeriod;
	Boolean Remove3rdParty;
	Boolean SuppressReboot;
};

Methods

The SMS_EndpointProtectionAgentConfig class does not define any methods.

Properties

AgentID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Identifies the client agent component. The Endpoint Protection Agent ID is 20.
DisableFirstSignatureUpdate

Data type: BooleanAccess type: Read/Write Qualifiers: noneDisable the first signature update on client from a remote source (Windows Update, WSUS, or UNC Path).
EnableEP

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the agent is enabled.
ForceRebootPeriod

Data type: UInt32Access type: Read/Write Qualifiers: nonePending reboot window in hours.
InstallRetryPeriod

Data type: UInt32Access type: Read/Write Qualifiers: noneClient-side verify common client existence interval.
InstallSCEPClient

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the client agent will install the common client.
LicenseAgreed

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the Endpoint Protection License Agreement is approved.
OverrideMaintenanceWindow

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if.  This information applies only to System Center Configuration Manager SP1.
PersistInstallation

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if.  This information applies only to System Center Configuration Manager SP1.
PolicyEnforcePeriod

Data type: UInt32Access type: Read/Write Qualifiers: noneClient-side enforce anti-malware policy interval.
Remove3rdParty

Data type: BooleanAccess type: Read/Write Qualifiers: noneRemove existing 3rd party anti-malware solution when the Endpoint Protection client installs.
SuppressReboot

Data type: BooleanAccess type: Read/Write Qualifiers: noneSuppress potential reboot after Endpoint Protection client installation.

Remarks

Enabling the Endpoint Protection client may uninstall existing antivirus solutions. The Endpoint Protection client cannot be enabled until an Endpoint Protection role is added to the hierarchy.

Requirements

Runtime Requirements

Development Requirements