Includes&Samples |
Win32_PowerPlan, ROOT\CIMV2\power - InstancesClass | Methods (1) | Properties (5) | Qualifiers (5) | Instances (3) | Namespaces (2)Samples: VB Script | C# | VB.Net | Search on:Microsoft Instances of Win32_PowerPlanThis section contains sample wmi instances of Win32_PowerPlan class with their properties from Microsoft Windows Server 2012 R2 Datacenter Evaluation. Instance \\W2012SDC\ROOT\CIMV2\power:Win32_PowerPlan.InstanceID="Microsoft:PowerPlan\\{381b4222-f694-41f0-9685-ff5bb260df2e}"Properties={ 'Caption' : null 'Description' : 'Automatically balances performance with energy consumption on capable hardware.' //String 'ElementName' : 'Balanced' //String 'InstanceID' : 'Microsoft:PowerPlan\{381b4222-f694-41f0-9685-ff5bb260df2e}' //String 'IsActive' : False //Boolean, 0x0 } Instance \\W2012SDC\ROOT\CIMV2\power:Win32_PowerPlan.InstanceID="Microsoft:PowerPlan\\{8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c}"Properties={ 'Caption' : null 'Description' : 'Favors performance, but may use more energy.' //String 'ElementName' : 'High performance' //String 'InstanceID' : 'Microsoft:PowerPlan\{8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c}' //String 'IsActive' : True //Boolean, 0xFFFFFFFF } Instance \\W2012SDC\ROOT\CIMV2\power:Win32_PowerPlan.InstanceID="Microsoft:PowerPlan\\{a1841308-3541-4fab-bc81-f71556f20b4a}"Properties={ 'Caption' : null 'Description' : 'Saves energy by reducing your computer�s performance where possible.' //String 'ElementName' : 'Power saver' //String 'InstanceID' : 'Microsoft:PowerPlan\{a1841308-3541-4fab-bc81-f71556f20b4a}' //String 'IsActive' : False //Boolean, 0x0 } |