The SMS_ClientRestartAgentConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the settings and properties used by the client restart agent.

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

Class SMS_ClientRestartAgentConfig : SMS_ClientAgentConfig_BaseClass
{
	UInt32 AgentID;
	UInt32 RebootLogoffNotificationCountdownDuration;
	UInt32 RebootLogoffNotificationFinalWindow;
};

Methods

The SMS_ClientRestartAgentConfig class does not define any methods.

Properties

AgentID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Identifies the client agent component. The SMS_ClientRestartAgentConfig Agent ID is 21.
RebootLogoffNotificationCountdownDuration

Data type: UInt32Access type: Read/Write Qualifiers: noneDisplay a temporary notification to the user that indicates the interval before the user is logged off or the computer restarts (minutes).
RebootLogoffNotificationFinalWindow

Data type: UInt32Access type: Read/Write Qualifiers: noneDisplay a dialog box that the user cannot close, which displays the countdown interval before the user is logged off or the computer restarts (minutes).

Remarks

Requirements

Runtime Requirements

Development Requirements