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

The SMS_ClientRestartAgentConfig class does not define any methods.

AgentID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

Identifies the client agent component. The SMS_ClientRestartAgentConfig Agent ID is 21.

RebootLogoffNotificationCountdownDuration

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Display a temporary notification to the user that indicates the interval before the user is logged off or the computer restarts (minutes).

RebootLogoffNotificationFinalWindow

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Display a dialog box that the user cannot close, which displays the countdown interval before the user is logged off or the computer restarts (minutes).

Show: