The CCM_PowerManagementClientOptoutSetting Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the settings that allow users to exclude their device from power management.  

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

Class CCM_PowerManagementClientOptoutSetting :  
{
	Boolean AdminAllowOptout;
	Boolean EffectiveClientOptOut;
	Boolean IsClientOptOut;
};

Methods

The CCM_PowerManagementClientOptoutSetting class does not define any methods.

Properties

AdminAllowOptOut

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the Admin allows users to exclude their device from power management.  
EffectiveClientOptOut

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the result of AdminAllowOptOut and IsClientOptOut is ClientOptOut.  
IsClientOptOut

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the user has excluded their device from power management.  

Remarks

Requirements

Runtime Requirements

Development Requirements