Search notes:

PowerShell cmdLet Get-CimClass

get-cimClass returns a list of CIM classes in a given namespace. The types of the returned objects is Microsoft.Management.Infrastructure.CimClass
Each CIM class corresponds to a list of CIM instances that are returned by the get-cimInstance cmdLet.
PS C:\> get-cimClass | select-object cimClassName | sort-object cimClassName

CimClassName                                                                                                        
------------                                                                                                        
__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                                                                                                     
CCM_ComputerSystemExtended                                                                                          
CCM_LogicalMemoryConfiguration                                                                                      
CCM_OperatingSystemExtended                                                                                         
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                                                                                                       
CSCCM_Info                                                                                                          
CSCPackage                                                                                                          
CSCPackage6432                                                                                                      
CSCRecoveryPartitionContentSettings                                                                                 
CurrentVersion                                                                                                      
DXCBuildInfo                                                                                                        
Microsoft_BDD_Info                                                                                                  
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                                                                                            
Office365ProPlusConfigurations                                                                                      
RegistryEvent                                                                                                       
RegistryKeyChangeEvent                                                                                              
RegistryTreeChangeEvent                                                                                             
RegistryValueChangeEvent                                                                                            
ScriptingStandardConsumerSetting                                                                                    
SecureBootState                                                                                                     
SMS_AI_InstalledSoftwareDupDetect                                                                                   
SMS_AI_InstalledSoftwareSetPropertyValue                                                                            
SMS_AI_Office14ProductMapping                                                                                       
SMS_RegLookupEntry                                                                                                  
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_BitLockerEncryptionDetails                                                                                    
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_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_InstalledProgramFramework                                                                                     
Win32_InstalledSoftwareElement                                                                                      
Win32_InstalledStoreProgram                                                                                         
Win32_InstalledWin32Program                                                                                         
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_AuthorizationManager_AuthorizationManagerApplications                                       
Win32_PerfFormattedData_BITS_BITSNetUtilization                                                                     
Win32_PerfFormattedData_CcmFramework_CCMEndpoint                                                                    
Win32_PerfFormattedData_CcmFramework_CCMMessageQueue                                                                
Win32_PerfFormattedData_Counters_AppVClientStreamedDataPercentage                                                   
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_HyperVVirtualMachineBusPipes                                                       
Win32_PerfFormattedData_Counters_HyperVVirtualMachineBusProviderPipes                                               
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_PacketDirectECUtilization                                                          
Win32_PerfFormattedData_Counters_PacketDirectQueueDepth                                                             
Win32_PerfFormattedData_Counters_PacketDirectReceiveCounters                                                        
Win32_PerfFormattedData_Counters_PacketDirectReceiveFilters                                                         
Win32_PerfFormattedData_Counters_PacketDirectTransmitCounters                                                       
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_ReFS                                                                               
Win32_PerfFormattedData_Counters_RemoteFXGraphics                                                                   
Win32_PerfFormattedData_Counters_RemoteFXNetwork                                                                    
Win32_PerfFormattedData_Counters_SMBClientShares                                                                    
Win32_PerfFormattedData_Counters_SMBDirectConnection                                                                
Win32_PerfFormattedData_Counters_SMBServer                                                                          
Win32_PerfFormattedData_Counters_SMBServerSessions                                                                  
Win32_PerfFormattedData_Counters_SMBServerShares                                                                    
Win32_PerfFormattedData_Counters_StorageSpacesTier                                                                  
Win32_PerfFormattedData_Counters_StorageSpacesVirtualDisk                                                           
Win32_PerfFormattedData_Counters_StorageSpacesWriteCache                                                            
Win32_PerfFormattedData_Counters_Synchronization                                                                    
Win32_PerfFormattedData_Counters_SynchronizationNuma                                                                
Win32_PerfFormattedData_Counters_TeredoClient                                                                       
Win32_PerfFormattedData_Counters_TeredoRelay                                                                        
Win32_PerfFormattedData_Counters_TeredoServer                                                                       
Win32_PerfFormattedData_Counters_ThermalZoneInformation                                                             
Win32_PerfFormattedData_Counters_WFP                                                                                
Win32_PerfFormattedData_Counters_WFPClassify                                                                        
Win32_PerfFormattedData_Counters_WFPReauthentication                                                                
Win32_PerfFormattedData_Counters_WFPv4                                                                              
Win32_PerfFormattedData_Counters_WFPv6                                                                              
Win32_PerfFormattedData_Counters_WSManQuotaStatistics                                                               
Win32_PerfFormattedData_Counters_XHCICommonBuffer                                                                   
Win32_PerfFormattedData_Counters_XHCIInterrupter                                                                    
Win32_PerfFormattedData_Counters_XHCITransferRing                                                                   
Win32_PerfFormattedData_DdmCounterProvider_RAS                                                                      
Win32_PerfFormattedData_DistributedRoutingTablePerf_DistributedRoutingTable                                         
Win32_PerfFormattedData_ESENT_Database                                                                              
Win32_PerfFormattedData_ESENT_DatabaseDatabases                                                                     
Win32_PerfFormattedData_ESENT_DatabaseInstances                                                                     
Win32_PerfFormattedData_ESENT_DatabaseTableClasses                                                                  
Win32_PerfFormattedData_FaxService_FaxService                                                                       
Win32_PerfFormattedData_GPUPerformanceCounters_GPUAdapterMemory                                                     
Win32_PerfFormattedData_GPUPerformanceCounters_GPUEngine                                                            
Win32_PerfFormattedData_GPUPerformanceCounters_GPULocalAdapterMemory                                                
Win32_PerfFormattedData_GPUPerformanceCounters_GPUNonLocalAdapterMemory                                             
Win32_PerfFormattedData_GPUPerformanceCounters_GPUProcessMemory                                                     
Win32_PerfFormattedData_HvStats_HyperVHypervisor                                                                    
Win32_PerfFormattedData_HvStats_HyperVHypervisorLogicalProcessor                                                    
Win32_PerfFormattedData_HvStats_HyperVHypervisorRootPartition                                                       
Win32_PerfFormattedData_HvStats_HyperVHypervisorRootVirtualProcessor                                                
Win32_PerfFormattedData_LocalSessionManager_TerminalServices                                                        
Win32_PerfFormattedData_Lsa_SecurityPerProcessStatistics                                                            
Win32_PerfFormattedData_Lsa_SecuritySystemWideStatistics                                                            
Win32_PerfFormattedData_MicrosoftWindowsBitLockerDriverCountersProvider_BitLocker                                   
Win32_PerfFormattedData_MicrosoftWindowsRemoteDesktopServicesRemoteFXSynth3dvsc_RemoteFXSynth3DVSCVMDevice          
Win32_PerfFormattedData_MicrosoftWindowsRemoteDesktopServicesRemoteFXSynth3dvsc_RemoteFXSynth3DVSCVMTransportChannel
Win32_PerfFormattedData_MicrosoftWindowsW32TimePerf_WindowsTimeService                                              
Win32_PerfFormattedData_MSDTC_DistributedTransactionCoordinator                                                     
Win32_PerfFormattedData_MSDTCBridge3000_MSDTCBridge3000                                                             
Win32_PerfFormattedData_MSDTCBridge4000_MSDTCBridge4000                                                             
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_NETMemoryCache40_NETMemoryCache40                                                           
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_JobObject                                                                          
Win32_PerfFormattedData_PerfProc_JobObjectDetails                                                                   
Win32_PerfFormattedData_PerfProc_Process                                                                            
Win32_PerfFormattedData_PerfProc_Thread                                                                             
Win32_PerfFormattedData_PowerMeterCounter_EnergyMeter                                                               
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_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_TCPIPCounters_TCPIPPerformanceDiagnostics                                                   
Win32_PerfFormattedData_TCPIPCounters_TCPIPPerformanceDiagnosticsPerCPU                                             
Win32_PerfFormattedData_TermService_TerminalServicesSession                                                         
Win32_PerfFormattedData_UGatherer_SearchGathererProjects                                                            
Win32_PerfFormattedData_UGTHRSVC_SearchGatherer                                                                     
Win32_PerfFormattedData_usbhub_USB                                                                                  
Win32_PerfFormattedData_WindowsMediaPlayer_WindowsMediaPlayerMetadata                                               
Win32_PerfFormattedData_WindowsWorkflowFoundation3000_WindowsWorkflowFoundation                                     
Win32_PerfFormattedData_WindowsWorkflowFoundation4000_WFSystemWorkflow4000                                          
Win32_PerfFormattedData_WinNatCounters_WinNAT                                                                       
Win32_PerfFormattedData_WinNatCounters_WinNATICMP                                                                   
Win32_PerfFormattedData_WinNatCounters_WinNATInstance                                                               
Win32_PerfFormattedData_WinNatCounters_WinNATTCP                                                                    
Win32_PerfFormattedData_WinNatCounters_WinNATUDP                                                                    
Win32_PerfFormattedData_WorkflowServiceHost4000_WorkflowServiceHost4000                                             
Win32_PerfFormattedData_WSearchIdxPi_SearchIndexer                                                                  
Win32_PerfRawData                                                                                                   
Win32_PerfRawData_AFDCounters_MicrosoftWinsockBSP                                                                   
Win32_PerfRawData_AuthorizationManager_AuthorizationManagerApplications                                             
Win32_PerfRawData_BITS_BITSNetUtilization                                                                           
Win32_PerfRawData_CcmFramework_CCMEndpoint                                                                          
Win32_PerfRawData_CcmFramework_CCMMessageQueue                                                                      
Win32_PerfRawData_Counters_AppVClientStreamedDataPercentage                                                         
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_HyperVVirtualMachineBusPipes                                                             
Win32_PerfRawData_Counters_HyperVVirtualMachineBusProviderPipes                                                     
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_PacketDirectECUtilization                                                                
Win32_PerfRawData_Counters_PacketDirectQueueDepth                                                                   
Win32_PerfRawData_Counters_PacketDirectReceiveCounters                                                              
Win32_PerfRawData_Counters_PacketDirectReceiveFilters                                                               
Win32_PerfRawData_Counters_PacketDirectTransmitCounters                                                             
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_ReFS                                                                                     
Win32_PerfRawData_Counters_RemoteFXGraphics                                                                         
Win32_PerfRawData_Counters_RemoteFXNetwork                                                                          
Win32_PerfRawData_Counters_SMBClientShares                                                                          
Win32_PerfRawData_Counters_SMBDirectConnection                                                                      
Win32_PerfRawData_Counters_SMBServer                                                                                
Win32_PerfRawData_Counters_SMBServerSessions                                                                        
Win32_PerfRawData_Counters_SMBServerShares                                                                          
Win32_PerfRawData_Counters_StorageSpacesTier                                                                        
Win32_PerfRawData_Counters_StorageSpacesVirtualDisk                                                                 
Win32_PerfRawData_Counters_StorageSpacesWriteCache                                                                  
Win32_PerfRawData_Counters_Synchronization                                                                          
Win32_PerfRawData_Counters_SynchronizationNuma                                                                      
Win32_PerfRawData_Counters_TeredoClient                                                                             
Win32_PerfRawData_Counters_TeredoRelay                                                                              
Win32_PerfRawData_Counters_TeredoServer                                                                             
Win32_PerfRawData_Counters_ThermalZoneInformation                                                                   
Win32_PerfRawData_Counters_WFP                                                                                      
Win32_PerfRawData_Counters_WFPClassify                                                                              
Win32_PerfRawData_Counters_WFPReauthentication                                                                      
Win32_PerfRawData_Counters_WFPv4                                                                                    
Win32_PerfRawData_Counters_WFPv6                                                                                    
Win32_PerfRawData_Counters_WSManQuotaStatistics                                                                     
Win32_PerfRawData_Counters_XHCICommonBuffer                                                                         
Win32_PerfRawData_Counters_XHCIInterrupter                                                                          
Win32_PerfRawData_Counters_XHCITransferRing                                                                         
Win32_PerfRawData_DdmCounterProvider_RAS                                                                            
Win32_PerfRawData_DistributedRoutingTablePerf_DistributedRoutingTable                                               
Win32_PerfRawData_ESENT_Database                                                                                    
Win32_PerfRawData_ESENT_DatabaseDatabases                                                                           
Win32_PerfRawData_ESENT_DatabaseInstances                                                                           
Win32_PerfRawData_ESENT_DatabaseTableClasses                                                                        
Win32_PerfRawData_FaxService_FaxService                                                                             
Win32_PerfRawData_GPUPerformanceCounters_GPUAdapterMemory                                                           
Win32_PerfRawData_GPUPerformanceCounters_GPUEngine                                                                  
Win32_PerfRawData_GPUPerformanceCounters_GPULocalAdapterMemory                                                      
Win32_PerfRawData_GPUPerformanceCounters_GPUNonLocalAdapterMemory                                                   
Win32_PerfRawData_GPUPerformanceCounters_GPUProcessMemory                                                           
Win32_PerfRawData_HvStats_HyperVHypervisor                                                                          
Win32_PerfRawData_HvStats_HyperVHypervisorLogicalProcessor                                                          
Win32_PerfRawData_HvStats_HyperVHypervisorRootPartition                                                             
Win32_PerfRawData_HvStats_HyperVHypervisorRootVirtualProcessor                                                      
Win32_PerfRawData_LocalSessionManager_TerminalServices                                                              
Win32_PerfRawData_Lsa_SecurityPerProcessStatistics                                                                  
Win32_PerfRawData_Lsa_SecuritySystemWideStatistics                                                                  
Win32_PerfRawData_MicrosoftWindowsBitLockerDriverCountersProvider_BitLocker                                         
Win32_PerfRawData_MicrosoftWindowsRemoteDesktopServicesRemoteFXSynth3dvsc_RemoteFXSynth3DVSCVMDevice                
Win32_PerfRawData_MicrosoftWindowsRemoteDesktopServicesRemoteFXSynth3dvsc_RemoteFXSynth3DVSCVMTransportChannel      
Win32_PerfRawData_MicrosoftWindowsW32TimePerf_WindowsTimeService                                                    
Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator                                                           
Win32_PerfRawData_MSDTCBridge3000_MSDTCBridge3000                                                                   
Win32_PerfRawData_MSDTCBridge4000_MSDTCBridge4000                                                                   
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_NETMemoryCache40_NETMemoryCache40                                                                 
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_JobObject                                                                                
Win32_PerfRawData_PerfProc_JobObjectDetails                                                                         
Win32_PerfRawData_PerfProc_Process                                                                                  
Win32_PerfRawData_PerfProc_Thread                                                                                   
Win32_PerfRawData_PowerMeterCounter_EnergyMeter                                                                     
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_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_TCPIPCounters_TCPIPPerformanceDiagnostics                                                         
Win32_PerfRawData_TCPIPCounters_TCPIPPerformanceDiagnosticsPerCPU                                                   
Win32_PerfRawData_TermService_TerminalServicesSession                                                               
Win32_PerfRawData_UGatherer_SearchGathererProjects                                                                  
Win32_PerfRawData_UGTHRSVC_SearchGatherer                                                                           
Win32_PerfRawData_usbhub_USB                                                                                        
Win32_PerfRawData_WindowsMediaPlayer_WindowsMediaPlayerMetadata                                                     
Win32_PerfRawData_WindowsWorkflowFoundation3000_WindowsWorkflowFoundation                                           
Win32_PerfRawData_WindowsWorkflowFoundation4000_WFSystemWorkflow4000                                                
Win32_PerfRawData_WinNatCounters_WinNAT                                                                             
Win32_PerfRawData_WinNatCounters_WinNATICMP                                                                         
Win32_PerfRawData_WinNatCounters_WinNATInstance                                                                     
Win32_PerfRawData_WinNatCounters_WinNATTCP                                                                          
Win32_PerfRawData_WinNatCounters_WinNATUDP                                                                          
Win32_PerfRawData_WorkflowServiceHost4000_WorkflowServiceHost4000                                                   
Win32_PerfRawData_WSearchIdxPi_SearchIndexer                                                                        
Win32_PhysicalMedia                                                                                                 
Win32_PhysicalMemory                                                                                                
Win32_PhysicalMemoryArray                                                                                           
Win32_PhysicalMemoryLocation                                                                                        
Win32_PingStatus                                                                                                    
Win32_PNPAllocatedResource                                                                                          
Win32_PnPDevice                                                                                                     
Win32_PnPDeviceProperty                                                                                             
Win32_PnPDevicePropertyBinary                                                                                       
Win32_PnPDevicePropertyBoolean                                                                                      
Win32_PnPDevicePropertyBooleanArray                                                                                 
Win32_PnPDevicePropertyDateTime                                                                                     
Win32_PnPDevicePropertyReal32                                                                                       
Win32_PnPDevicePropertyReal32Array                                                                                  
Win32_PnPDevicePropertyReal64                                                                                       
Win32_PnPDevicePropertyReal64Array                                                                                  
Win32_PnPDevicePropertySecurityDescriptor                                                                           
Win32_PnPDevicePropertySecurityDescriptorArray                                                                      
Win32_PnPDevicePropertySint16                                                                                       
Win32_PnPDevicePropertySint16Array                                                                                  
Win32_PnPDevicePropertySint32                                                                                       
Win32_PnPDevicePropertySint32Array                                                                                  
Win32_PnPDevicePropertySint64                                                                                       
Win32_PnPDevicePropertySint8                                                                                        
Win32_PnPDevicePropertySint8Array                                                                                   
Win32_PnPDevicePropertyString                                                                                       
Win32_PnPDevicePropertyStringArray                                                                                  
Win32_PnPDevicePropertyUint16                                                                                       
Win32_PnPDevicePropertyUint16Array                                                                                  
Win32_PnPDevicePropertyUint32                                                                                       
Win32_PnPDevicePropertyUint32Array                                                                                  
Win32_PnPDevicePropertyUint64                                                                                       
Win32_PnPDevicePropertyUint8                                                                                        
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_USBDevice                                                                                                     
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                                                                                                    
Win32Reg_AddRemovePrograms                                                                                          
Win32Reg_AddRemovePrograms64                                                                                        
Win32Reg_MBAMPolicy                                                                                                 
Win32Reg_SMSAdvancedClientPorts                                                                                     
Win32Reg_SMSAdvancedClientSSLConfiguration                                                                          
Win32Reg_SMSGuestVirtualMachine                                                                                     
Win32Reg_SMSGuestVirtualMachine64                                                                                   
Win32Reg_SMSWindowsUpdate                                                                                           

See also

Powershell command noun: wmiClass

Index