WMIを触るに当たって、当然知りたくなるのが「何のWMIクラスがあるのか」「何のWMIクラスに何の情報が格納されているのか」です。 今回は、「何のWMIクラスがあるのか」をコマンドで確認する方法を紹介します。
WMIクラス一覧取得方法
簡単です。以下の一文を実行するだけで参照可能なWmiクラス一覧が取得できます。
Get-WmiObject -class meta_class | Select-Object Name
あるいは、以下でabc順に並びます。
(Get-WmiObject -class meta_class).Name | sort
Wmiクラス一覧取得結果
Windows 8 Pro x64 / PowerShell 3.0環境で取得した結果は以下の通りです。
__AbsoluteTimerInstruction __ACE __AggregateEvent __ClassCreationEvent __ClassDeletionEvent __ClassModificationEvent __ClassOperationEvent __ClassProviderRegistration __ConsumerFailureEvent __Event __EventConsumer __EventConsumerProviderRegistration __EventDroppedEvent __EventFilter __EventGenerator __EventProviderRegistration __EventQueueOverflowEvent __ExtendedStatus __ExtrinsicEvent __FilterToConsumerBinding __IndicationRelated __InstanceCreationEvent __InstanceDeletionEvent __InstanceModificationEvent __InstanceOperationEvent __InstanceProviderRegistration __IntervalTimerInstruction __MethodInvocationEvent __MethodProviderRegistration __NAMESPACE __NamespaceCreationEvent __NamespaceDeletionEvent __NamespaceModificationEvent __NamespaceOperationEvent __NotifyStatus __NTLMUser9X __ObjectProviderRegistration __PARAMETERS __PropertyProviderRegistration __Provider __ProviderRegistration __QOSFailureEvent __SecurityDescriptor __SecurityRelatedClass __SystemClass __SystemEvent __SystemSecurity __thisNAMESPACE __TimerEvent __TimerInstruction __TimerNextFiring __Trustee __Win32Provider CIM_Action CIM_ActionSequence CIM_ActsAsSpare CIM_AdjacentSlots CIM_AggregatePExtent CIM_AggregatePSExtent CIM_AggregateRedundancyComponent CIM_AlarmDevice CIM_AllocatedResource CIM_ApplicationSystem CIM_ApplicationSystemSoftwareFeature CIM_AssociatedAlarm CIM_AssociatedBattery CIM_AssociatedCooling CIM_AssociatedMemory CIM_AssociatedProcessorMemory CIM_AssociatedSensor CIM_AssociatedSupplyCurrentSensor CIM_AssociatedSupplyVoltageSensor CIM_BasedOn CIM_Battery CIM_BinarySensor CIM_BIOSElement CIM_BIOSFeature CIM_BIOSFeatureBIOSElements CIM_BIOSLoadedInNV CIM_BootOSFromFS CIM_BootSAP CIM_BootService CIM_BootServiceAccessBySAP CIM_CacheMemory CIM_Card CIM_CardInSlot CIM_CardOnCard CIM_CDROMDrive CIM_Chassis CIM_ChassisInRack CIM_Check CIM_Chip CIM_ClassCreation CIM_ClassDeletion CIM_ClassIndication CIM_ClassModification CIM_ClusteringSAP CIM_ClusteringService CIM_ClusterServiceAccessBySAP CIM_CollectedCollections CIM_CollectedMSEs CIM_CollectionOfMSEs CIM_CollectionOfSensors CIM_CollectionSetting CIM_CompatibleProduct CIM_Component CIM_ComputerSystem CIM_ComputerSystemDMA CIM_ComputerSystemIRQ CIM_ComputerSystemMappedIO CIM_ComputerSystemPackage CIM_ComputerSystemResource CIM_Configuration CIM_ConnectedTo CIM_ConnectorOnPackage CIM_Container CIM_ControlledBy CIM_Controller CIM_CoolingDevice CIM_CopyFileAction CIM_CreateDirectoryAction CIM_CurrentSensor CIM_DataFile CIM_Dependency CIM_DependencyContext CIM_DesktopMonitor CIM_DeviceAccessedByFile CIM_DeviceConnection CIM_DeviceErrorCounts CIM_DeviceFile CIM_DeviceSAPImplementation CIM_DeviceServiceImplementation CIM_DeviceSoftware CIM_Directory CIM_DirectoryAction CIM_DirectoryContainsFile CIM_DirectorySpecification CIM_DirectorySpecificationFile CIM_DiscreteSensor CIM_DiskDrive CIM_DisketteDrive CIM_DiskPartition CIM_DiskSpaceCheck CIM_Display CIM_DMA CIM_Docked CIM_ElementCapacity CIM_ElementConfiguration CIM_ElementSetting CIM_ElementsLinked CIM_Error CIM_ErrorCountersForDevice CIM_ExecuteProgram CIM_Export CIM_ExtraCapacityGroup CIM_Fan CIM_FileAction CIM_FileSpecification CIM_FileStorage CIM_FileSystem CIM_FlatPanel CIM_FromDirectoryAction CIM_FromDirectorySpecification CIM_FRU CIM_FRUIncludesProduct CIM_FRUPhysicalElements CIM_HeatPipe CIM_HostedAccessPoint CIM_HostedBootSAP CIM_HostedBootService CIM_HostedFileSystem CIM_HostedJobDestination CIM_HostedService CIM_Indication CIM_InfraredController CIM_InstalledOS CIM_InstalledSoftwareElement CIM_InstCreation CIM_InstDeletion CIM_InstIndication CIM_InstModification CIM_IRQ CIM_Job CIM_JobDestination CIM_JobDestinationJobs CIM_Keyboard CIM_LinkHasConnector CIM_LocalFileSystem CIM_Location CIM_LogicalDevice CIM_LogicalDisk CIM_LogicalDiskBasedOnPartition CIM_LogicalDiskBasedOnVolumeSet CIM_LogicalElement CIM_LogicalFile CIM_LogicalIdentity CIM_MagnetoOpticalDrive CIM_ManagedSystemElement CIM_ManagementController CIM_MediaAccessDevice CIM_MediaPresent CIM_Memory CIM_MemoryCapacity CIM_MemoryCheck CIM_MemoryMappedIO CIM_MemoryOnCard CIM_MemoryWithMedia CIM_ModifySettingAction CIM_MonitorResolution CIM_MonitorSetting CIM_Mount CIM_MultiStateSensor CIM_NetworkAdapter CIM_NFS CIM_NonVolatileStorage CIM_NumericSensor CIM_OperatingSystem CIM_OperatingSystemSoftwareFeature CIM_OSProcess CIM_OSVersionCheck CIM_PackageAlarm CIM_PackageCooling CIM_PackagedComponent CIM_PackageInChassis CIM_PackageInSlot CIM_PackageTempSensor CIM_ParallelController CIM_ParticipatesInSet CIM_PCIController CIM_PCMCIAController CIM_PCVideoController CIM_PExtentRedundancyComponent CIM_PhysicalCapacity CIM_PhysicalComponent CIM_PhysicalConnector CIM_PhysicalElement CIM_PhysicalElementLocation CIM_PhysicalExtent CIM_PhysicalFrame CIM_PhysicalLink CIM_PhysicalMedia CIM_PhysicalMemory CIM_PhysicalPackage CIM_PointingDevice CIM_PotsModem CIM_PowerSupply CIM_Printer CIM_Process CIM_ProcessExecutable CIM_Processor CIM_ProcessThread CIM_Product CIM_ProductFRU CIM_ProductParentChild CIM_ProductPhysicalElements CIM_ProductProductDependency CIM_ProductSoftwareFeatures CIM_ProductSupport CIM_ProtectedSpaceExtent CIM_PSExtentBasedOnPExtent CIM_Rack CIM_Realizes CIM_RealizesAggregatePExtent CIM_RealizesDiskPartition CIM_RealizesPExtent CIM_RebootAction CIM_RedundancyComponent CIM_RedundancyGroup CIM_Refrigeration CIM_RelatedStatistics CIM_RemoteFileSystem CIM_RemoveDirectoryAction CIM_RemoveFileAction CIM_ReplacementSet CIM_ResidesOnExtent CIM_RunningOS CIM_SAPSAPDependency CIM_Scanner CIM_SCSIController CIM_SCSIInterface CIM_Sensor CIM_SerialController CIM_SerialInterface CIM_Service CIM_ServiceAccessBySAP CIM_ServiceAccessPoint CIM_ServiceSAPDependency CIM_ServiceServiceDependency CIM_Setting CIM_SettingCheck CIM_SettingContext CIM_Slot CIM_SlotInSlot CIM_SoftwareElement CIM_SoftwareElementActions CIM_SoftwareElementChecks CIM_SoftwareElementVersionCheck CIM_SoftwareFeature CIM_SoftwareFeatureSAPImplementation CIM_SoftwareFeatureServiceImplementation CIM_SoftwareFeatureSoftwareElements CIM_SpareGroup CIM_StatisticalInformation CIM_Statistics CIM_StorageDefect CIM_StorageError CIM_StorageExtent CIM_StorageRedundancyGroup CIM_StorageVolume CIM_SupportAccess CIM_SwapSpaceCheck CIM_System CIM_SystemComponent CIM_SystemDevice CIM_SystemResource CIM_Tachometer CIM_TapeDrive CIM_TemperatureSensor CIM_Thread CIM_ToDirectoryAction CIM_ToDirectorySpecification CIM_UninterruptiblePowerSupply CIM_UnitaryComputerSystem CIM_USBController CIM_USBControllerHasHub CIM_USBDevice CIM_USBHub CIM_UserDevice CIM_VersionCompatibilityCheck CIM_VideoBIOSElement CIM_VideoBIOSFeature CIM_VideoBIOSFeatureVideoBIOSElements CIM_VideoController CIM_VideoControllerResolution CIM_VideoSetting CIM_VolatileStorage CIM_VoltageSensor CIM_VolumeSet CIM_WORMDrive MSFT_ExtendedStatus MSFT_NCProvAccessCheck MSFT_NCProvCancelQuery MSFT_NCProvClientConnected MSFT_NCProvEvent MSFT_NCProvNewQuery MSFT_NetBadAccount MSFT_NetBadServiceState MSFT_NetBootSystemDriversFailed MSFT_NetCallToFunctionFailed MSFT_NetCallToFunctionFailedII MSFT_NetCircularDependencyAuto MSFT_NetCircularDependencyDemand MSFT_NetConnectionTimeout MSFT_NetDependOnLaterGroup MSFT_NetDependOnLaterService MSFT_NetFirstLogonFailed MSFT_NetFirstLogonFailedII MSFT_NetReadfileTimeout MSFT_NetRevertedToLastKnownGood MSFT_NetServiceConfigBackoutFailed MSFT_NetServiceControlSuccess MSFT_NetServiceCrash MSFT_NetServiceCrashNoAction MSFT_NetServiceDifferentPIDConnected MSFT_NetServiceExitFailed MSFT_NetServiceExitFailedSpecific MSFT_NetServiceLogonTypeNotGranted MSFT_NetServiceNotInteractive MSFT_NetServiceRecoveryFailed MSFT_NetServiceShutdownFailed MSFT_NetServiceSlowStartup MSFT_NetServiceStartFailed MSFT_NetServiceStartFailedGroup MSFT_NetServiceStartFailedII MSFT_NetServiceStartFailedNone MSFT_NetServiceStartHung MSFT_NetServiceStartTypeChanged MSFT_NetServiceStatusSuccess MSFT_NetServiceStopControlSuccess MSFT_NetSevereServiceFailed MSFT_NetTakeOwnership MSFT_NetTransactInvalid MSFT_NetTransactTimeout Msft_Providers MSFT_SCMEvent MSFT_SCMEventLogEvent MSFT_WMI_GenericNonCOMEvent MSFT_WmiCancelNotificationSink MSFT_WmiConsumerProviderEvent MSFT_WmiConsumerProviderLoaded MSFT_WmiConsumerProviderSinkLoaded MSFT_WmiConsumerProviderSinkUnloaded MSFT_WmiConsumerProviderUnloaded MSFT_WmiError MSFT_WmiEssEvent MSFT_WmiFilterActivated MSFT_WmiFilterDeactivated MSFT_WmiFilterEvent Msft_WmiProvider_AccessCheck_Post Msft_WmiProvider_AccessCheck_Pre Msft_WmiProvider_CancelQuery_Post Msft_WmiProvider_CancelQuery_Pre Msft_WmiProvider_ComServerLoadOperationEvent Msft_WmiProvider_ComServerLoadOperationFailureEvent Msft_WmiProvider_Counters Msft_WmiProvider_CreateClassEnumAsyncEvent_Post Msft_WmiProvider_CreateClassEnumAsyncEvent_Pre Msft_WmiProvider_CreateInstanceEnumAsyncEvent_Post Msft_WmiProvider_CreateInstanceEnumAsyncEvent_Pre Msft_WmiProvider_DeleteClassAsyncEvent_Post Msft_WmiProvider_DeleteClassAsyncEvent_Pre Msft_WmiProvider_DeleteInstanceAsyncEvent_Post Msft_WmiProvider_DeleteInstanceAsyncEvent_Pre Msft_WmiProvider_ExecMethodAsyncEvent_Post Msft_WmiProvider_ExecMethodAsyncEvent_Pre Msft_WmiProvider_ExecQueryAsyncEvent_Post Msft_WmiProvider_ExecQueryAsyncEvent_Pre Msft_WmiProvider_GetObjectAsyncEvent_Post Msft_WmiProvider_GetObjectAsyncEvent_Pre Msft_WmiProvider_InitializationOperationEvent Msft_WmiProvider_InitializationOperationFailureEvent Msft_WmiProvider_LoadOperationEvent Msft_WmiProvider_LoadOperationFailureEvent Msft_WmiProvider_NewQuery_Post Msft_WmiProvider_NewQuery_Pre Msft_WmiProvider_OperationEvent Msft_WmiProvider_OperationEvent_Post Msft_WmiProvider_OperationEvent_Pre Msft_WmiProvider_ProvideEvents_Post Msft_WmiProvider_ProvideEvents_Pre Msft_WmiProvider_PutClassAsyncEvent_Post Msft_WmiProvider_PutClassAsyncEvent_Pre Msft_WmiProvider_PutInstanceAsyncEvent_Post Msft_WmiProvider_PutInstanceAsyncEvent_Pre Msft_WmiProvider_UnLoadOperationEvent MSFT_WmiProviderEvent MSFT_WmiRegisterNotificationSink MSFT_WmiSelfEvent MSFT_WmiThreadPoolEvent MSFT_WmiThreadPoolThreadCreated MSFT_WmiThreadPoolThreadDeleted NTEventlogProviderConfig RegistryEvent RegistryKeyChangeEvent RegistryTreeChangeEvent RegistryValueChangeEvent ScriptingStandardConsumerSetting SoftwareLicensingProduct SoftwareLicensingService SoftwareLicensingTokenActivationLicense StdRegProv Win32_1394Controller Win32_1394ControllerDevice Win32_Account Win32_AccountSID Win32_ACE Win32_ActionCheck Win32_ActiveRoute Win32_AllocatedResource Win32_ApplicationCommandLine Win32_ApplicationService Win32_AssociatedProcessorMemory Win32_AutochkSetting Win32_BaseBoard Win32_BaseService Win32_Battery Win32_Binary Win32_BindImageAction Win32_BIOS Win32_BootConfiguration Win32_Bus Win32_CacheMemory Win32_CDROMDrive Win32_CheckCheck Win32_CIMLogicalDeviceCIMDataFile Win32_ClassicCOMApplicationClasses Win32_ClassicCOMClass Win32_ClassicCOMClassSetting Win32_ClassicCOMClassSettings Win32_ClassInfoAction Win32_ClientApplicationSetting Win32_ClusterShare Win32_CodecFile Win32_CollectionStatistics Win32_COMApplication Win32_COMApplicationClasses Win32_COMApplicationSettings Win32_COMClass Win32_ComClassAutoEmulator Win32_ComClassEmulator Win32_CommandLineAccess Win32_ComponentCategory Win32_ComputerShutdownEvent Win32_ComputerSystem Win32_ComputerSystemEvent Win32_ComputerSystemProcessor Win32_ComputerSystemProduct Win32_COMSetting Win32_Condition Win32_ConnectionShare Win32_ControllerHasHub Win32_CreateFolderAction Win32_CurrentProbe Win32_CurrentTime Win32_DCOMApplication Win32_DCOMApplicationAccessAllowedSetting Win32_DCOMApplicationLaunchAllowedSetting Win32_DCOMApplicationSetting Win32_DefragAnalysis Win32_DependentService Win32_Desktop Win32_DesktopMonitor Win32_DeviceBus Win32_DeviceChangeEvent Win32_DeviceMemoryAddress Win32_DeviceSettings Win32_DfsNode Win32_DfsNodeTarget Win32_DfsTarget Win32_Directory Win32_DirectorySpecification Win32_DiskDrive Win32_DiskDrivePhysicalMedia Win32_DiskDriveToDiskPartition Win32_DiskPartition Win32_DiskQuota Win32_DisplayConfiguration Win32_DisplayControllerConfiguration Win32_DMAChannel Win32_DriverForDevice Win32_DuplicateFileAction Win32_Environment Win32_EnvironmentSpecification Win32_ExtensionInfoAction Win32_Fan Win32_FileSpecification Win32_FloppyController Win32_FloppyDrive Win32_FolderRedirection Win32_FolderRedirectionHealth Win32_FolderRedirectionHealthConfiguration Win32_FolderRedirectionUserConfiguration Win32_FontInfoAction Win32_Group Win32_GroupInDomain Win32_GroupUser Win32_HeatPipe Win32_IDEController Win32_IDEControllerDevice Win32_ImplementedCategory Win32_InfraredDevice Win32_IniFileSpecification Win32_InstalledSoftwareElement Win32_IP4PersistedRouteTable Win32_IP4RouteTable Win32_IP4RouteTableEvent Win32_IRQResource Win32_JobObjectStatus Win32_Keyboard Win32_LaunchCondition Win32_LoadOrderGroup Win32_LoadOrderGroupServiceDependencies Win32_LoadOrderGroupServiceMembers Win32_LocalTime Win32_LoggedOnUser Win32_LogicalDisk Win32_LogicalDiskRootDirectory Win32_LogicalDiskToPartition Win32_LogicalFileAccess Win32_LogicalFileAuditing Win32_LogicalFileGroup Win32_LogicalFileOwner Win32_LogicalFileSecuritySetting Win32_LogicalProgramGroup Win32_LogicalProgramGroupDirectory Win32_LogicalProgramGroupItem Win32_LogicalProgramGroupItemDataFile Win32_LogicalShareAccess Win32_LogicalShareAuditing Win32_LogicalShareSecuritySetting Win32_LogonSession Win32_LogonSessionMappedDisk Win32_LUID Win32_LUIDandAttributes Win32_ManagedSystemElementResource Win32_MappedLogicalDisk Win32_MemoryArray Win32_MemoryArrayLocation Win32_MemoryDevice Win32_MemoryDeviceArray Win32_MemoryDeviceLocation Win32_MethodParameterClass Win32_MIMEInfoAction Win32_ModuleLoadTrace Win32_ModuleTrace Win32_MotherboardDevice Win32_MountPoint Win32_MoveFileAction Win32_MSIResource Win32_NamedJobObject Win32_NamedJobObjectActgInfo Win32_NamedJobObjectLimit Win32_NamedJobObjectLimitSetting Win32_NamedJobObjectProcess Win32_NamedJobObjectSecLimit Win32_NamedJobObjectSecLimitSetting Win32_NamedJobObjectStatistics Win32_NetworkAdapter Win32_NetworkAdapterConfiguration Win32_NetworkAdapterSetting Win32_NetworkClient Win32_NetworkConnection Win32_NetworkLoginProfile Win32_NetworkProtocol Win32_NTDomain Win32_NTEventlogFile Win32_NTLogEvent Win32_NTLogEventComputer Win32_NTLogEventLog Win32_NTLogEventUser Win32_ODBCAttribute Win32_ODBCDataSourceAttribute Win32_ODBCDataSourceSpecification Win32_ODBCDriverAttribute Win32_ODBCDriverSoftwareElement Win32_ODBCDriverSpecification Win32_ODBCSourceAttribute Win32_ODBCTranslatorSpecification Win32_OfflineFilesAssociatedItems Win32_OfflineFilesBackgroundSync Win32_OfflineFilesCache Win32_OfflineFilesChangeInfo Win32_OfflineFilesConnectionInfo Win32_OfflineFilesDirtyInfo Win32_OfflineFilesDiskSpaceLimit Win32_OfflineFilesFileSysInfo Win32_OfflineFilesHealth Win32_OfflineFilesItem Win32_OfflineFilesMachineConfiguration Win32_OfflineFilesPinInfo Win32_OfflineFilesSuspendInfo Win32_OfflineFilesUserConfiguration Win32_OnBoardDevice Win32_OperatingSystem Win32_OperatingSystemAutochkSetting Win32_OperatingSystemQFE Win32_OptionalFeature Win32_OSRecoveryConfiguration Win32_PageFile Win32_PageFileElementSetting Win32_PageFileSetting Win32_PageFileUsage Win32_ParallelPort Win32_Patch Win32_PatchFile Win32_PatchPackage Win32_PCMCIAController Win32_Perf Win32_PerfFormattedData Win32_PerfFormattedData_AFDCounters_MicrosoftWinsockBSP Win32_PerfFormattedData_APPPOOLCountersProvider_APPPOOLWAS Win32_PerfFormattedData_ASPNET_ASPNET Win32_PerfFormattedData_ASPNET_ASPNETApplications Win32_PerfFormattedData_ASPNET2050727_ASPNETAppsv2050727 Win32_PerfFormattedData_ASPNET2050727_ASPNETv2050727 Win32_PerfFormattedData_ASPNET4030319_ASPNETAppsv4030319 Win32_PerfFormattedData_ASPNET4030319_ASPNETv4030319 Win32_PerfFormattedData_ASPNET642050727_ASPNETAppsv2050727 Win32_PerfFormattedData_ASPNET642050727_ASPNETv2050727 Win32_PerfFormattedData_aspnetstate_ASPNETStateService Win32_PerfFormattedData_AuthorizationManager_AuthorizationManagerApplications Win32_PerfFormattedData_BITS_BITSNetUtilization Win32_PerfFormattedData_Counters_DNS64Global Win32_PerfFormattedData_Counters_EventTracingforWindows Win32_PerfFormattedData_Counters_EventTracingforWindowsSession Win32_PerfFormattedData_Counters_FileSystemDiskActivity Win32_PerfFormattedData_Counters_GenericIKEv1AuthIPandIKEv2 Win32_PerfFormattedData_Counters_HTTPService Win32_PerfFormattedData_Counters_HTTPServiceRequestQueues Win32_PerfFormattedData_Counters_HTTPServiceUrlGroups Win32_PerfFormattedData_Counters_HyperVDynamicMemoryIntegrationService Win32_PerfFormattedData_Counters_IPHTTPSGlobal Win32_PerfFormattedData_Counters_IPHTTPSSession Win32_PerfFormattedData_Counters_IPsecAuthIPIPv4 Win32_PerfFormattedData_Counters_IPsecAuthIPIPv6 Win32_PerfFormattedData_Counters_IPsecConnections Win32_PerfFormattedData_Counters_IPsecDriver Win32_PerfFormattedData_Counters_IPsecIKEv1IPv4 Win32_PerfFormattedData_Counters_IPsecIKEv1IPv6 Win32_PerfFormattedData_Counters_IPsecIKEv2IPv4 Win32_PerfFormattedData_Counters_IPsecIKEv2IPv6 Win32_PerfFormattedData_Counters_Netlogon Win32_PerfFormattedData_Counters_NetworkQoSPolicy Win32_PerfFormattedData_Counters_PacerFlow Win32_PerfFormattedData_Counters_PacerPipe Win32_PerfFormattedData_Counters_PerProcessorNetworkActivityCycles Win32_PerfFormattedData_Counters_PerProcessorNetworkInterfaceCardActivity Win32_PerfFormattedData_Counters_PhysicalNetworkInterfaceCardActivity Win32_PerfFormattedData_Counters_PowerShellWorkflow Win32_PerfFormattedData_Counters_ProcessorInformation Win32_PerfFormattedData_Counters_RDMAActivity Win32_PerfFormattedData_Counters_RemoteFXGraphics Win32_PerfFormattedData_Counters_RemoteFXNetwork Win32_PerfFormattedData_Counters_SMBClientShares Win32_PerfFormattedData_Counters_SMBServerSessions Win32_PerfFormattedData_Counters_SMBServerShares Win32_PerfFormattedData_Counters_Synchronization Win32_PerfFormattedData_Counters_SynchronizationNuma Win32_PerfFormattedData_Counters_TeredoClient Win32_PerfFormattedData_Counters_TeredoRelay Win32_PerfFormattedData_Counters_TeredoServer Win32_PerfFormattedData_Counters_WFP Win32_PerfFormattedData_Counters_WFPv4 Win32_PerfFormattedData_Counters_WFPv6 Win32_PerfFormattedData_Counters_WSManQuotaStatistics Win32_PerfFormattedData_DdmCounterProvider_RAS Win32_PerfFormattedData_DistributedRoutingTablePerf_DistributedRoutingTable Win32_PerfFormattedData_ESENT_Database Win32_PerfFormattedData_ESENT_DatabaseInstances Win32_PerfFormattedData_ESENT_DatabaseTableClasses Win32_PerfFormattedData_FaxService_FaxService Win32_PerfFormattedData_LocalSessionManager_TerminalServices Win32_PerfFormattedData_Lsa_SecurityPerProcessStatistics Win32_PerfFormattedData_Lsa_SecuritySystemWideStatistics Win32_PerfFormattedData_McePerfCtr_ClassificationEngineContentAnalysisSession Win32_PerfFormattedData_McePerfCtr_ClassificationEngineRulePackageCache Win32_PerfFormattedData_MicrosoftWindowsBitLockerDriverCountersProvider_BitLocker Win32_PerfFormattedData_MSDTC_DistributedTransactionCoordinator Win32_PerfFormattedData_MSDTCBridge3000_MSDTCBridge3000 Win32_PerfFormattedData_MSDTCBridge4000_MSDTCBridge4000 Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSAccessMethods Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBackupDevice Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerActivation Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerDBMTransport Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerStatistics Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerTOStatistics Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferManager Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferNode Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferPartition Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCatalogMetadata Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCLR Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerbyType Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerTotal Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabaseMirroring Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDeprecatedFeatures Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSExecStatistics Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSGeneralStatistics Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLatches Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLocks Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSMemoryManager Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSPlanCache Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationAgents Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationDist Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationLogreader Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationMerge Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationSnapshot Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSResourcePoolStats Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLErrors Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLStatistics Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTraceEventStatistics_Costly Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTraceStatistics_Costly Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTransactions Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSUserSettable Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSWaitStatistics Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSWorkloadGroupStats Win32_PerfFormattedData_NETCLRData_NETCLRData Win32_PerfFormattedData_NETCLRNetworking_NETCLRNetworking Win32_PerfFormattedData_NETCLRNetworking4000_NETCLRNetworking4000 Win32_PerfFormattedData_NETDataProviderforOracle_NETDataProviderforOracle Win32_PerfFormattedData_NETDataProviderforSqlServer_NETDataProviderforSqlServer Win32_PerfFormattedData_NETFramework_NETCLRExceptions Win32_PerfFormattedData_NETFramework_NETCLRInterop Win32_PerfFormattedData_NETFramework_NETCLRJit Win32_PerfFormattedData_NETFramework_NETCLRLoading Win32_PerfFormattedData_NETFramework_NETCLRLocksAndThreads Win32_PerfFormattedData_NETFramework_NETCLRMemory Win32_PerfFormattedData_NETFramework_NETCLRRemoting Win32_PerfFormattedData_NETFramework_NETCLRSecurity Win32_PerfFormattedData_OfflineFiles_ClientSideCaching Win32_PerfFormattedData_OfflineFiles_OfflineFiles Win32_PerfFormattedData_PeerDistSvc_BranchCache Win32_PerfFormattedData_PeerNameResolutionProtocolPerf_PeerNameResolutionProtocol Win32_PerfFormattedData_PerfDisk_LogicalDisk Win32_PerfFormattedData_PerfDisk_PhysicalDisk Win32_PerfFormattedData_PerfNet_Browser Win32_PerfFormattedData_PerfNet_Redirector Win32_PerfFormattedData_PerfNet_Server Win32_PerfFormattedData_PerfNet_ServerWorkQueues Win32_PerfFormattedData_PerfOS_Cache Win32_PerfFormattedData_PerfOS_Memory Win32_PerfFormattedData_PerfOS_NUMANodeMemory Win32_PerfFormattedData_PerfOS_Objects Win32_PerfFormattedData_PerfOS_PagingFile Win32_PerfFormattedData_PerfOS_Processor Win32_PerfFormattedData_PerfOS_System Win32_PerfFormattedData_PerfProc_FullImage_Costly Win32_PerfFormattedData_PerfProc_Heap_Costly Win32_PerfFormattedData_PerfProc_Image_Costly Win32_PerfFormattedData_PerfProc_JobObject Win32_PerfFormattedData_PerfProc_JobObjectDetails Win32_PerfFormattedData_PerfProc_Process Win32_PerfFormattedData_PerfProc_ProcessAddressSpace_Costly Win32_PerfFormattedData_PerfProc_Thread Win32_PerfFormattedData_PerfProc_ThreadDetails_Costly Win32_PerfFormattedData_PowerMeterCounter_PowerMeter Win32_PerfFormattedData_rdyboost_ReadyBoostCache Win32_PerfFormattedData_RemoteAccess_RASPort Win32_PerfFormattedData_RemoteAccess_RASTotal Win32_PerfFormattedData_ServiceModel4000_ServiceModelEndpoint4000 Win32_PerfFormattedData_ServiceModel4000_ServiceModelOperation4000 Win32_PerfFormattedData_ServiceModel4000_ServiceModelService4000 Win32_PerfFormattedData_ServiceModelEndpoint3000_ServiceModelEndpoint3000 Win32_PerfFormattedData_ServiceModelOperation3000_ServiceModelOperation3000 Win32_PerfFormattedData_ServiceModelService3000_ServiceModelService3000 Win32_PerfFormattedData_SMSvcHost3000_SMSvcHost3000 Win32_PerfFormattedData_SMSvcHost4000_SMSvcHost4000 Win32_PerfFormattedData_Spooler_PrintQueue Win32_PerfFormattedData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSAlerts Win32_PerfFormattedData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSJobs Win32_PerfFormattedData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSJobSteps Win32_PerfFormattedData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSStatistics Win32_PerfFormattedData_TapiSrv_Telephony Win32_PerfFormattedData_Tcpip_ICMP Win32_PerfFormattedData_Tcpip_ICMPv6 Win32_PerfFormattedData_Tcpip_IPv4 Win32_PerfFormattedData_Tcpip_IPv6 Win32_PerfFormattedData_Tcpip_NBTConnection Win32_PerfFormattedData_Tcpip_NetworkAdapter Win32_PerfFormattedData_Tcpip_NetworkInterface Win32_PerfFormattedData_Tcpip_TCPv4 Win32_PerfFormattedData_Tcpip_TCPv6 Win32_PerfFormattedData_Tcpip_UDPv4 Win32_PerfFormattedData_Tcpip_UDPv6 Win32_PerfFormattedData_UGatherer_SearchGathererProjects Win32_PerfFormattedData_UGTHRSVC_SearchGatherer Win32_PerfFormattedData_usbhub_USB Win32_PerfFormattedData_VMware_VMware Win32_PerfFormattedData_W3SVC_WebService Win32_PerfFormattedData_W3SVC_WebServiceCache Win32_PerfFormattedData_W3SVCW3WPCounterProvider_W3SVCW3WP Win32_PerfFormattedData_WASW3WPCounterProvider_WASW3WP Win32_PerfFormattedData_WindowsMediaPlayer_WindowsMediaPlayerMetadata Win32_PerfFormattedData_WindowsWorkflowFoundation3000_WindowsWorkflowFoundation Win32_PerfFormattedData_WindowsWorkflowFoundation4000_WFSystemWorkflow4000 Win32_PerfFormattedData_WorkflowServiceHost4000_WorkflowServiceHost4000 Win32_PerfFormattedData_WSearchIdxPi_SearchIndexer Win32_PerfRawData Win32_PerfRawData_AFDCounters_MicrosoftWinsockBSP Win32_PerfRawData_APPPOOLCountersProvider_APPPOOLWAS Win32_PerfRawData_ASPNET_ASPNET Win32_PerfRawData_ASPNET_ASPNETApplications Win32_PerfRawData_ASPNET2050727_ASPNETAppsv2050727 Win32_PerfRawData_ASPNET2050727_ASPNETv2050727 Win32_PerfRawData_ASPNET4030319_ASPNETAppsv4030319 Win32_PerfRawData_ASPNET4030319_ASPNETv4030319 Win32_PerfRawData_ASPNET642050727_ASPNETAppsv2050727 Win32_PerfRawData_ASPNET642050727_ASPNETv2050727 Win32_PerfRawData_aspnetstate_ASPNETStateService Win32_PerfRawData_AuthorizationManager_AuthorizationManagerApplications Win32_PerfRawData_BITS_BITSNetUtilization Win32_PerfRawData_Counters_DNS64Global Win32_PerfRawData_Counters_EventTracingforWindows Win32_PerfRawData_Counters_EventTracingforWindowsSession Win32_PerfRawData_Counters_FileSystemDiskActivity Win32_PerfRawData_Counters_GenericIKEv1AuthIPandIKEv2 Win32_PerfRawData_Counters_HTTPService Win32_PerfRawData_Counters_HTTPServiceRequestQueues Win32_PerfRawData_Counters_HTTPServiceUrlGroups Win32_PerfRawData_Counters_HyperVDynamicMemoryIntegrationService Win32_PerfRawData_Counters_IPHTTPSGlobal Win32_PerfRawData_Counters_IPHTTPSSession Win32_PerfRawData_Counters_IPsecAuthIPIPv4 Win32_PerfRawData_Counters_IPsecAuthIPIPv6 Win32_PerfRawData_Counters_IPsecConnections Win32_PerfRawData_Counters_IPsecDriver Win32_PerfRawData_Counters_IPsecIKEv1IPv4 Win32_PerfRawData_Counters_IPsecIKEv1IPv6 Win32_PerfRawData_Counters_IPsecIKEv2IPv4 Win32_PerfRawData_Counters_IPsecIKEv2IPv6 Win32_PerfRawData_Counters_Netlogon Win32_PerfRawData_Counters_NetworkQoSPolicy Win32_PerfRawData_Counters_PacerFlow Win32_PerfRawData_Counters_PacerPipe Win32_PerfRawData_Counters_PerProcessorNetworkActivityCycles Win32_PerfRawData_Counters_PerProcessorNetworkInterfaceCardActivity Win32_PerfRawData_Counters_PhysicalNetworkInterfaceCardActivity Win32_PerfRawData_Counters_PowerShellWorkflow Win32_PerfRawData_Counters_ProcessorInformation Win32_PerfRawData_Counters_RDMAActivity Win32_PerfRawData_Counters_RemoteFXGraphics Win32_PerfRawData_Counters_RemoteFXNetwork Win32_PerfRawData_Counters_SMBClientShares Win32_PerfRawData_Counters_SMBServerSessions Win32_PerfRawData_Counters_SMBServerShares Win32_PerfRawData_Counters_Synchronization Win32_PerfRawData_Counters_SynchronizationNuma Win32_PerfRawData_Counters_TeredoClient Win32_PerfRawData_Counters_TeredoRelay Win32_PerfRawData_Counters_TeredoServer Win32_PerfRawData_Counters_WFP Win32_PerfRawData_Counters_WFPv4 Win32_PerfRawData_Counters_WFPv6 Win32_PerfRawData_Counters_WSManQuotaStatistics Win32_PerfRawData_DdmCounterProvider_RAS Win32_PerfRawData_DistributedRoutingTablePerf_DistributedRoutingTable Win32_PerfRawData_ESENT_Database Win32_PerfRawData_ESENT_DatabaseInstances Win32_PerfRawData_ESENT_DatabaseTableClasses Win32_PerfRawData_FaxService_FaxService Win32_PerfRawData_LocalSessionManager_TerminalServices Win32_PerfRawData_Lsa_SecurityPerProcessStatistics Win32_PerfRawData_Lsa_SecuritySystemWideStatistics Win32_PerfRawData_McePerfCtr_ClassificationEngineContentAnalysisSession Win32_PerfRawData_McePerfCtr_ClassificationEngineRulePackageCache Win32_PerfRawData_MicrosoftWindowsBitLockerDriverCountersProvider_BitLocker Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator Win32_PerfRawData_MSDTCBridge3000_MSDTCBridge3000 Win32_PerfRawData_MSDTCBridge4000_MSDTCBridge4000 Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSAccessMethods Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBackupDevice Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerActivation Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerDBMTransport Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerStatistics Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerTOStatistics Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferManager Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferNode Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferPartition Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCatalogMetadata Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCLR Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerbyType Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerTotal Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabaseMirroring Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDeprecatedFeatures Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSExecStatistics Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSGeneralStatistics Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLatches Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLocks Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSMemoryManager Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSPlanCache Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationAgents Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationDist Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationLogreader Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationMerge Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationSnapshot Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSResourcePoolStats Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLErrors Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLStatistics Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTraceEventStatistics_Costly Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTraceStatistics_Costly Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTransactions Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSUserSettable Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSWaitStatistics Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSWorkloadGroupStats Win32_PerfRawData_NETCLRData_NETCLRData Win32_PerfRawData_NETCLRNetworking_NETCLRNetworking Win32_PerfRawData_NETCLRNetworking4000_NETCLRNetworking4000 Win32_PerfRawData_NETDataProviderforOracle_NETDataProviderforOracle Win32_PerfRawData_NETDataProviderforSqlServer_NETDataProviderforSqlServer Win32_PerfRawData_NETFramework_NETCLRExceptions Win32_PerfRawData_NETFramework_NETCLRInterop Win32_PerfRawData_NETFramework_NETCLRJit Win32_PerfRawData_NETFramework_NETCLRLoading Win32_PerfRawData_NETFramework_NETCLRLocksAndThreads Win32_PerfRawData_NETFramework_NETCLRMemory Win32_PerfRawData_NETFramework_NETCLRRemoting Win32_PerfRawData_NETFramework_NETCLRSecurity Win32_PerfRawData_OfflineFiles_ClientSideCaching Win32_PerfRawData_OfflineFiles_OfflineFiles Win32_PerfRawData_PeerDistSvc_BranchCache Win32_PerfRawData_PeerNameResolutionProtocolPerf_PeerNameResolutionProtocol Win32_PerfRawData_PerfDisk_LogicalDisk Win32_PerfRawData_PerfDisk_PhysicalDisk Win32_PerfRawData_PerfNet_Browser Win32_PerfRawData_PerfNet_Redirector Win32_PerfRawData_PerfNet_Server Win32_PerfRawData_PerfNet_ServerWorkQueues Win32_PerfRawData_PerfOS_Cache Win32_PerfRawData_PerfOS_Memory Win32_PerfRawData_PerfOS_NUMANodeMemory Win32_PerfRawData_PerfOS_Objects Win32_PerfRawData_PerfOS_PagingFile Win32_PerfRawData_PerfOS_Processor Win32_PerfRawData_PerfOS_System Win32_PerfRawData_PerfProc_FullImage_Costly Win32_PerfRawData_PerfProc_Heap_Costly Win32_PerfRawData_PerfProc_Image_Costly Win32_PerfRawData_PerfProc_JobObject Win32_PerfRawData_PerfProc_JobObjectDetails Win32_PerfRawData_PerfProc_Process Win32_PerfRawData_PerfProc_ProcessAddressSpace_Costly Win32_PerfRawData_PerfProc_Thread Win32_PerfRawData_PerfProc_ThreadDetails_Costly Win32_PerfRawData_PowerMeterCounter_PowerMeter Win32_PerfRawData_rdyboost_ReadyBoostCache Win32_PerfRawData_RemoteAccess_RASPort Win32_PerfRawData_RemoteAccess_RASTotal Win32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000 Win32_PerfRawData_ServiceModel4000_ServiceModelOperation4000 Win32_PerfRawData_ServiceModel4000_ServiceModelService4000 Win32_PerfRawData_ServiceModelEndpoint3000_ServiceModelEndpoint3000 Win32_PerfRawData_ServiceModelOperation3000_ServiceModelOperation3000 Win32_PerfRawData_ServiceModelService3000_ServiceModelService3000 Win32_PerfRawData_SMSvcHost3000_SMSvcHost3000 Win32_PerfRawData_SMSvcHost4000_SMSvcHost4000 Win32_PerfRawData_Spooler_PrintQueue Win32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSAlerts Win32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSJobs Win32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSJobSteps Win32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSStatistics Win32_PerfRawData_TapiSrv_Telephony Win32_PerfRawData_Tcpip_ICMP Win32_PerfRawData_Tcpip_ICMPv6 Win32_PerfRawData_Tcpip_IPv4 Win32_PerfRawData_Tcpip_IPv6 Win32_PerfRawData_Tcpip_NBTConnection Win32_PerfRawData_Tcpip_NetworkAdapter Win32_PerfRawData_Tcpip_NetworkInterface Win32_PerfRawData_Tcpip_TCPv4 Win32_PerfRawData_Tcpip_TCPv6 Win32_PerfRawData_Tcpip_UDPv4 Win32_PerfRawData_Tcpip_UDPv6 Win32_PerfRawData_UGatherer_SearchGathererProjects Win32_PerfRawData_UGTHRSVC_SearchGatherer Win32_PerfRawData_usbhub_USB Win32_PerfRawData_VMware_VMware Win32_PerfRawData_W3SVC_WebService Win32_PerfRawData_W3SVC_WebServiceCache Win32_PerfRawData_W3SVCW3WPCounterProvider_W3SVCW3WP Win32_PerfRawData_WASW3WPCounterProvider_WASW3WP Win32_PerfRawData_WindowsMediaPlayer_WindowsMediaPlayerMetadata Win32_PerfRawData_WindowsWorkflowFoundation3000_WindowsWorkflowFoundation Win32_PerfRawData_WindowsWorkflowFoundation4000_WFSystemWorkflow4000 Win32_PerfRawData_WorkflowServiceHost4000_WorkflowServiceHost4000 Win32_PerfRawData_WSearchIdxPi_SearchIndexer Win32_PhysicalMedia Win32_PhysicalMemory Win32_PhysicalMemoryArray Win32_PhysicalMemoryLocation Win32_PingStatus Win32_PNPAllocatedResource Win32_PnPDevice Win32_PnPEntity Win32_PnPSignedDriver Win32_PnPSignedDriverCIMDataFile Win32_PointingDevice Win32_PortableBattery Win32_PortConnector Win32_PortResource Win32_POTSModem Win32_POTSModemToSerialPort Win32_PowerManagementEvent Win32_Printer Win32_PrinterConfiguration Win32_PrinterController Win32_PrinterDriver Win32_PrinterDriverDll Win32_PrinterSetting Win32_PrinterShare Win32_PrintJob Win32_PrivilegesStatus Win32_Process Win32_Processor Win32_ProcessStartTrace Win32_ProcessStartup Win32_ProcessStopTrace Win32_ProcessTrace Win32_Product Win32_ProductCheck Win32_ProductResource Win32_ProductSoftwareFeatures Win32_ProgIDSpecification Win32_ProgramGroupContents Win32_ProgramGroupOrItem Win32_Property Win32_ProtocolBinding Win32_PublishComponentAction Win32_QuickFixEngineering Win32_QuotaSetting Win32_Refrigeration Win32_Registry Win32_RegistryAction Win32_Reliability Win32_ReliabilityRecords Win32_ReliabilityStabilityMetrics Win32_RemoveFileAction Win32_RemoveIniAction Win32_ReserveCost Win32_RoamingProfileBackgroundUploadParams Win32_RoamingProfileMachineConfiguration Win32_RoamingProfileSlowLinkParams Win32_RoamingProfileUserConfiguration Win32_RoamingUserHealthConfiguration Win32_ScheduledJob Win32_SCSIController Win32_SCSIControllerDevice Win32_SecurityDescriptor Win32_SecurityDescriptorHelper Win32_SecuritySetting Win32_SecuritySettingAccess Win32_SecuritySettingAuditing Win32_SecuritySettingGroup Win32_SecuritySettingOfLogicalFile Win32_SecuritySettingOfLogicalShare Win32_SecuritySettingOfObject Win32_SecuritySettingOwner Win32_SelfRegModuleAction Win32_SerialPort Win32_SerialPortConfiguration Win32_SerialPortSetting Win32_ServerConnection Win32_ServerSession Win32_Service Win32_ServiceControl Win32_ServiceSpecification Win32_ServiceSpecificationService Win32_Session Win32_SessionConnection Win32_SessionProcess Win32_SessionResource Win32_SettingCheck Win32_ShadowBy Win32_ShadowContext Win32_ShadowCopy Win32_ShadowDiffVolumeSupport Win32_ShadowFor Win32_ShadowOn Win32_ShadowProvider Win32_ShadowStorage Win32_ShadowVolumeSupport Win32_Share Win32_ShareToDirectory Win32_ShortcutAction Win32_ShortcutFile Win32_ShortcutSAP Win32_SID Win32_SIDandAttributes Win32_SMBIOSMemory Win32_SoftwareElement Win32_SoftwareElementAction Win32_SoftwareElementCheck Win32_SoftwareElementCondition Win32_SoftwareElementResource Win32_SoftwareFeature Win32_SoftwareFeatureAction Win32_SoftwareFeatureCheck Win32_SoftwareFeatureParent Win32_SoftwareFeatureSoftwareElements Win32_SoundDevice Win32_StartupCommand Win32_SubDirectory Win32_SubSession Win32_SystemAccount Win32_SystemBIOS Win32_SystemBootConfiguration Win32_SystemConfigurationChangeEvent Win32_SystemDesktop Win32_SystemDevices Win32_SystemDriver Win32_SystemDriverPNPEntity Win32_SystemEnclosure Win32_SystemLoadOrderGroups Win32_SystemMemoryResource Win32_SystemNetworkConnections Win32_SystemOperatingSystem Win32_SystemPartitions Win32_SystemProcesses Win32_SystemProgramGroups Win32_SystemResources Win32_SystemServices Win32_SystemSetting Win32_SystemSlot Win32_SystemSystemDriver Win32_SystemTimeZone Win32_SystemTrace Win32_SystemUsers Win32_TapeDrive Win32_TCPIPPrinterPort Win32_TemperatureProbe Win32_TerminalService Win32_Thread Win32_ThreadStartTrace Win32_ThreadStopTrace Win32_ThreadTrace Win32_TimeZone Win32_TokenGroups Win32_TokenPrivileges Win32_Trustee Win32_TypeLibraryAction Win32_USBController Win32_USBControllerDevice Win32_USBHub Win32_UserAccount Win32_UserDesktop Win32_UserInDomain Win32_UserProfile Win32_UserStateConfigurationControls Win32_UTCTime Win32_VideoConfiguration Win32_VideoController Win32_VideoSettings Win32_VoltageProbe Win32_Volume Win32_VolumeChangeEvent Win32_VolumeQuota Win32_VolumeQuotaSetting Win32_VolumeUserQuota Win32_WinSAT Win32_WMIElementSetting Win32_WMISetting
まとめ
前回のエントリーと合わせて考えると、どんな情報が欲しいかによって、一覧から選択するといいです。簡単なサンプルとしてMSDNの以下のページがあります。