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 EnableBlueProvider;
	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).
EnableBlueProvider

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the Windows R2 provider is enabled. This value is not visible/available in the console. The default value is true.
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 maintenance windows should not be respected. This information applies only to System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager.
PersistInstallation

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if. EndPoint Protection should be installed on persisted storage. This only applied to embedded operating systems.This information applies only to System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager.
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