この記事を読むのに必要な時間は約 292 分です。
個人的には残念なお知らせです。
ここまで、すべてCMDとWMIで頑張ってきましたが、どうしてもpowershellのお力をお借りせざるを得ないようです。
[speech_bubble type=”drop” subtype=”L1″ icon=”02ukiyoe/tomi_R.png” name=”とみさん”]死ぬわけじゃなかけん気落ちしなさんね[/speech_bubble]
それでは実際に一覧を作ってみましょう。
コマンドプロンプトから以下を実行してください。
powershell (gwmi -class meta_class).name | sort
ずらーっと沢山出ますね。

文章の続きは本当は以下の表の下に書きたかったのですが、やめておきましょう。参考までにあとで見てみてください。
そして、今回、この結果でMethodsと書かれている物。ここに値が入っている物が
何かが実行できるものです。
次回はこれで何か遊んでみましょう
| Name | Methods | Properties |
| __AbsoluteTimerInstruction | {} | {EventDateTime, SkipIfPassed, TimerId} |
| __ACE | {} | {AccessMask, AceFlags, AceType, GuidInheritedObjectType…} |
| __AggregateEvent | {} | {NumberOfEvents, Representative} |
| __ClassCreationEvent | {} | {SECURITY_DESCRIPTOR, TargetClass, TIME_CREATED} |
| __ClassDeletionEvent | {} | {SECURITY_DESCRIPTOR, TargetClass, TIME_CREATED} |
| __ClassModificationEvent | {} | {PreviousClass, SECURITY_DESCRIPTOR, TargetClass, TIME_CREATED} |
| __ClassOperationEvent | {} | {SECURITY_DESCRIPTOR, TargetClass, TIME_CREATED} |
| __ClassProviderRegistration | {} | {CacheRefreshInterval, InteractionType, PerUserSchema, provider… |
| __ConsumerFailureEvent | {} | {ErrorCode, ErrorDescription, ErrorObject, Event…} |
| __Event | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| __EventConsumer | {} | {CreatorSID, MachineName, MaximumQueueSize} |
| __EventConsumerProviderRegistration | {} | {ConsumerClassNames, provider} |
| __EventDroppedEvent | {} | {Event, IntendedConsumer, SECURITY_DESCRIPTOR, TIME_CREATED} |
| __EventFilter | {} | {CreatorSID, EventAccess, EventNamespace, Name…} |
| __EventGenerator | {} | {} |
| __EventProviderRegistration | {} | {EventQueryList, provider} |
| __EventQueueOverflowEvent | {} | {CurrentQueueSize, Event, IntendedConsumer, SECURITY_DESCRIPTOR… |
| __ExtendedStatus | {} | {Description, Operation, ParameterInfo, ProviderName…} |
| __ExtrinsicEvent | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| __FilterToConsumerBinding | {} | {Consumer, CreatorSID, DeliverSynchronously, DeliveryQoS…} |
| __IndicationRelated | {} | {} |
| __InstanceCreationEvent | {} | {SECURITY_DESCRIPTOR, TargetInstance, TIME_CREATED} |
| __InstanceDeletionEvent | {} | {SECURITY_DESCRIPTOR, TargetInstance, TIME_CREATED} |
| __InstanceModificationEvent | {} | {PreviousInstance, SECURITY_DESCRIPTOR, TargetInstance, TIME_CR… |
| __InstanceOperationEvent | {} | {SECURITY_DESCRIPTOR, TargetInstance, TIME_CREATED} |
| __InstanceProviderRegistration | {} | {InteractionType, provider, QuerySupportLevels, SupportsBatchin… |
| __IntervalTimerInstruction | {} | {IntervalBetweenEvents, SkipIfPassed, TimerId} |
| __MethodInvocationEvent | {} | {Method, Parameters, PreCall, SECURITY_DESCRIPTOR…} |
| __MethodProviderRegistration | {} | {provider} |
| __NAMESPACE | {} | {Name} |
| __NamespaceCreationEvent | {} | {SECURITY_DESCRIPTOR, TargetNamespace, TIME_CREATED} |
| __NamespaceDeletionEvent | {} | {SECURITY_DESCRIPTOR, TargetNamespace, TIME_CREATED} |
| __NamespaceModificationEvent | {} | {PreviousNamespace, SECURITY_DESCRIPTOR, TargetNamespace, TIME_… |
| __NamespaceOperationEvent | {} | {SECURITY_DESCRIPTOR, TargetNamespace, TIME_CREATED} |
| __NotifyStatus | {} | {StatusCode} |
| __NTLMUser9X | {} | {Authority, Flags, Mask, Name…} |
| __ObjectProviderRegistration | {} | {InteractionType, provider, QuerySupportLevels, SupportsBatchin… |
| __PARAMETERS | {} | {} |
| __PropertyProviderRegistration | {} | {provider, SupportsGet, SupportsPut} |
| __Provider | {} | {Name} |
| __ProviderRegistration | {} | {provider} |
| __QOSFailureEvent | {} | {ErrorCode, ErrorDescription, Event, IntendedConsumer…} |
| __SecurityDescriptor | {} | {ControlFlags, DACL, Group, Owner…} |
| __SecurityRelatedClass | {} | {} |
| __SystemClass | {} | {} |
| __SystemEvent | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| __thisNAMESPACE | {} | {SECURITY_DESCRIPTOR} |
| __TimerEvent | {} | {NumFirings, SECURITY_DESCRIPTOR, TIME_CREATED, TimerId} |
| __TimerInstruction | {} | {SkipIfPassed, TimerId} |
| __TimerNextFiring | {} | {NextEvent64BitTime, TimerId} |
| __Trustee | {} | {Domain, Name, SID, SidLength…} |
| __Win32Provider | {} | {ClientLoadableCLSID, CLSID, Concurrency, DefaultMachineName…} |
| CIM_ActionSequence | {} | {Next, Prior} |
| CIM_ActsAsSpare | {} | {Group, HotStandby, Spare} |
| CIM_AdjacentSlots | {} | {DistanceBetweenSlots, SharedSlots, SlotA, SlotB} |
| CIM_AggregateRedundancyComponent | {} | {GroupComponent, PartComponent} |
| CIM_AllocatedResource | {} | {Antecedent, Dependent} |
| CIM_ApplicationSystem | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_ApplicationSystemSoftwareFea… | {} | {GroupComponent, PartComponent} |
| CIM_AssociatedAlarm | {} | {Antecedent, Dependent} |
| CIM_AssociatedBattery | {} | {Antecedent, Dependent} |
| CIM_AssociatedCooling | {} | {Antecedent, Dependent} |
| CIM_AssociatedMemory | {} | {Antecedent, Dependent} |
| CIM_AssociatedProcessorMemory | {} | {Antecedent, BusSpeed, Dependent} |
| CIM_AssociatedSensor | {} | {Antecedent, Dependent} |
| CIM_AssociatedSupplyCurrentSensor | {} | {Antecedent, Dependent, MonitoringRange} |
| CIM_AssociatedSupplyVoltageSensor | {} | {Antecedent, Dependent, MonitoringRange} |
| CIM_BasedOn | {} | {Antecedent, Dependent, EndingAddress, StartingAddress} |
| CIM_BIOSElement | {} | {BuildNumber, Caption, CodeSet, Description…} |
| CIM_BIOSFeature | {} | {Caption, CharacteristicDescriptions, Characteristics, Descript… |
| CIM_BIOSFeatureBIOSElements | {} | {GroupComponent, PartComponent} |
| CIM_BIOSLoadedInNV | {} | {Antecedent, Dependent, EndingAddress, StartingAddress} |
| CIM_BootOSFromFS | {} | {Antecedent, Dependent} |
| CIM_BootSAP | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_BootServiceAccessBySAP | {} | {Antecedent, Dependent} |
| CIM_CardInSlot | {} | {Antecedent, Dependent} |
| CIM_CardOnCard | {} | {GroupComponent, LocationWithinContainer, MountOrSlotDescriptio… |
| CIM_ChassisInRack | {} | {BottomU, GroupComponent, LocationWithinContainer, PartComponent} |
| CIM_Chip | {} | {Caption, CreationClassName, Description, FormFactor…} |
| CIM_ClassCreation | {} | {ClassDefinition, CorrelatedIndications, IndicationFilterName, … |
| CIM_ClassDeletion | {} | {ClassDefinition, CorrelatedIndications, IndicationFilterName, … |
| CIM_ClassIndication | {} | {ClassDefinition, CorrelatedIndications, IndicationFilterName, … |
| CIM_ClassModification | {} | {ClassDefinition, CorrelatedIndications, IndicationFilterName, … |
| CIM_ClusteringSAP | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_ClusterServiceAccessBySAP | {} | {Antecedent, Dependent} |
| CIM_CollectedCollections | {} | {Collection, CollectionInCollection} |
| CIM_CollectedMSEs | {} | {Collection, Member} |
| CIM_CollectionOfMSEs | {} | {Caption, CollectionID, Description} |
| CIM_CollectionOfSensors | {} | {GroupComponent, PartComponent} |
| CIM_CollectionSetting | {} | {Collection, Setting} |
| CIM_CompatibleProduct | {} | {CompatibilityDescription, CompatibleProduct, Product} |
| CIM_Component | {} | {GroupComponent, PartComponent} |
| CIM_ComputerSystem | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_ComputerSystemDMA | {} | {GroupComponent, PartComponent} |
| CIM_ComputerSystemIRQ | {} | {GroupComponent, PartComponent} |
| CIM_ComputerSystemMappedIO | {} | {GroupComponent, PartComponent} |
| CIM_ComputerSystemPackage | {} | {Antecedent, Dependent} |
| CIM_ComputerSystemResource | {} | {GroupComponent, PartComponent} |
| CIM_Configuration | {} | {Caption, Description, Name} |
| CIM_ConnectedTo | {} | {Antecedent, Dependent} |
| CIM_ConnectorOnPackage | {} | {GroupComponent, LocationWithinContainer, PartComponent} |
| CIM_Container | {} | {GroupComponent, LocationWithinContainer, PartComponent} |
| CIM_ControlledBy | {} | {AccessState, Antecedent, Dependent, NegotiatedDataWidth…} |
| CIM_Dependency | {} | {Antecedent, Dependent} |
| CIM_DependencyContext | {} | {Context, Dependency} |
| CIM_DeviceAccessedByFile | {} | {Antecedent, Dependent} |
| CIM_DeviceConnection | {} | {Antecedent, Dependent, NegotiatedDataWidth, NegotiatedSpeed} |
| CIM_DeviceSAPImplementation | {} | {Antecedent, Dependent} |
| CIM_DeviceServiceImplementation | {} | {Antecedent, Dependent} |
| CIM_DeviceSoftware | {} | {Antecedent, Dependent, Purpose, PurposeDescription} |
| CIM_DirectoryContainsFile | {} | {GroupComponent, PartComponent} |
| CIM_DirectorySpecificationFile | {} | {DirectorySpecification, FileSpecification} |
| CIM_DMA | {} | {AddressSize, Availability, BurstMode, ByteMode…} |
| CIM_Docked | {} | {Antecedent, Dependent} |
| CIM_ElementCapacity | {} | {Capacity, Element} |
| CIM_ElementConfiguration | {} | {Configuration, Element} |
| CIM_ElementSetting | {} | {Element, Setting} |
| CIM_ElementsLinked | {} | {Antecedent, Dependent} |
| CIM_Error | {} | {CIMStatusCode, CIMStatusCodeDescription, ErrorSource, ErrorSou… |
| CIM_ErrorCountersForDevice | {} | {Element, Stats} |
| CIM_Export | {} | {Directory, ExportedDirectoryName, LocalFS} |
| CIM_ExtraCapacityGroup | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_FileStorage | {} | {GroupComponent, PartComponent} |
| CIM_FileSystem | {} | {AvailableSpace, BlockSize, Caption, CasePreserved…} |
| CIM_FromDirectoryAction | {} | {FileName, SourceDirectory} |
| CIM_FromDirectorySpecification | {} | {FileName, SourceDirectory} |
| CIM_FRU | {} | {Caption, Description, FRUNumber, IdentifyingNumber…} |
| CIM_FRUIncludesProduct | {} | {Component, FRU} |
| CIM_FRUPhysicalElements | {} | {Component, FRU} |
| CIM_HostedAccessPoint | {} | {Antecedent, Dependent} |
| CIM_HostedBootSAP | {} | {Antecedent, Dependent} |
| CIM_HostedBootService | {} | {Antecedent, Dependent} |
| CIM_HostedFileSystem | {} | {GroupComponent, PartComponent} |
| CIM_HostedJobDestination | {} | {Antecedent, Dependent} |
| CIM_HostedService | {} | {Antecedent, Dependent} |
| CIM_Indication | {} | {CorrelatedIndications, IndicationFilterName, IndicationIdentif… |
| CIM_InstalledOS | {} | {GroupComponent, PartComponent, PrimaryOS} |
| CIM_InstalledSoftwareElement | {} | {Software, System} |
| CIM_InstCreation | {} | {CorrelatedIndications, IndicationFilterName, IndicationIdentif… |
| CIM_InstDeletion | {} | {CorrelatedIndications, IndicationFilterName, IndicationIdentif… |
| CIM_InstIndication | {} | {CorrelatedIndications, IndicationFilterName, IndicationIdentif… |
| CIM_InstModification | {} | {CorrelatedIndications, IndicationFilterName, IndicationIdentif… |
| CIM_IRQ | {} | {Availability, Caption, CreationClassName, CSCreationClassName…} |
| CIM_Job | {} | {Caption, Description, ElapsedTime, InstallDate…} |
| CIM_JobDestination | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_JobDestinationJobs | {} | {Antecedent, Dependent} |
| CIM_LinkHasConnector | {} | {GroupComponent, PartComponent} |
| CIM_LocalFileSystem | {} | {AvailableSpace, BlockSize, Caption, CasePreserved…} |
| CIM_Location | {} | {Address, Name, PhysicalPosition} |
| CIM_LogicalDiskBasedOnPartition | {} | {Antecedent, Dependent, EndingAddress, StartingAddress} |
| CIM_LogicalDiskBasedOnVolumeSet | {} | {Antecedent, Dependent, EndingAddress, StartingAddress} |
| CIM_LogicalElement | {} | {Caption, Description, InstallDate, Name…} |
| CIM_LogicalIdentity | {} | {SameElement, SystemElement} |
| CIM_ManagedSystemElement | {} | {Caption, Description, InstallDate, Name…} |
| CIM_MediaPresent | {} | {Antecedent, Dependent} |
| CIM_MemoryCapacity | {} | {Caption, Description, MaximumMemoryCapacity, MemoryType…} |
| CIM_MemoryMappedIO | {} | {Caption, CreationClassName, CSCreationClassName, CSName…} |
| CIM_MemoryOnCard | {} | {GroupComponent, LocationWithinContainer, PartComponent} |
| CIM_MemoryWithMedia | {} | {Antecedent, Dependent} |
| CIM_MonitorResolution | {} | {Caption, Description, HorizontalResolution, MaxRefreshRate…} |
| CIM_MonitorSetting | {} | {Element, Setting} |
| CIM_Mount | {} | {Antecedent, Dependent} |
| CIM_NFS | {} | {AttributeCaching, AttributeCachingForDirectoriesMax, Attribute… |
| CIM_OperatingSystemSoftwareFeature | {} | {GroupComponent, PartComponent} |
| CIM_OSProcess | {} | {GroupComponent, PartComponent} |
| CIM_PackageAlarm | {} | {Antecedent, Dependent} |
| CIM_PackageCooling | {} | {Antecedent, Dependent} |
| CIM_PackagedComponent | {} | {GroupComponent, LocationWithinContainer, PartComponent} |
| CIM_PackageInChassis | {} | {GroupComponent, LocationWithinContainer, PartComponent} |
| CIM_PackageInSlot | {} | {Antecedent, Dependent} |
| CIM_PackageTempSensor | {} | {Antecedent, Dependent} |
| CIM_ParticipatesInSet | {} | {Element, Set} |
| CIM_PExtentRedundancyComponent | {} | {GroupComponent, PartComponent} |
| CIM_PhysicalCapacity | {} | {Caption, Description, Name} |
| CIM_PhysicalComponent | {} | {Caption, CreationClassName, Description, HotSwappable…} |
| CIM_PhysicalConnector | {} | {Caption, ConnectorPinout, ConnectorType, CreationClassName…} |
| CIM_PhysicalElement | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_PhysicalElementLocation | {} | {Element, PhysicalLocation} |
| CIM_PhysicalLink | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_PhysicalMedia | {} | {Capacity, Caption, CleanerMedia, CreationClassName…} |
| CIM_PhysicalMemory | {} | {BankLabel, Capacity, Caption, CreationClassName…} |
| CIM_Process | {} | {Caption, CreationClassName, CreationDate, CSCreationClassName…} |
| CIM_ProcessExecutable | {} | {Antecedent, BaseAddress, Dependent, GlobalProcessCount…} |
| CIM_ProcessThread | {} | {GroupComponent, PartComponent} |
| CIM_Product | {} | {Caption, Description, IdentifyingNumber, Name…} |
| CIM_ProductFRU | {} | {FRU, Product} |
| CIM_ProductParentChild | {} | {Child, Parent} |
| CIM_ProductPhysicalElements | {} | {Component, Product} |
| CIM_ProductProductDependency | {} | {DependentProduct, RequiredProduct, TypeOfDependency} |
| CIM_ProductSoftwareFeatures | {} | {Component, Product} |
| CIM_ProductSupport | {} | {Product, Support} |
| CIM_PSExtentBasedOnPExtent | {} | {Antecedent, Dependent, EndingAddress, StartingAddress} |
| CIM_Realizes | {} | {Antecedent, Dependent} |
| CIM_RealizesAggregatePExtent | {} | {Antecedent, Dependent} |
| CIM_RealizesDiskPartition | {} | {Antecedent, Dependent, StartingAddress} |
| CIM_RealizesPExtent | {} | {Antecedent, Dependent, StartingAddress} |
| CIM_RedundancyComponent | {} | {GroupComponent, PartComponent} |
| CIM_RedundancyGroup | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_RelatedStatistics | {} | {RelatedStats, Stats} |
| CIM_RemoteFileSystem | {} | {AvailableSpace, BlockSize, Caption, CasePreserved…} |
| CIM_ReplacementSet | {} | {Description, Name} |
| CIM_ResidesOnExtent | {} | {Antecedent, Dependent} |
| CIM_RunningOS | {} | {Antecedent, Dependent} |
| CIM_SAPSAPDependency | {} | {Antecedent, Dependent} |
| CIM_SCSIInterface | {} | {AccessState, Antecedent, Dependent, NegotiatedDataWidth…} |
| CIM_SerialInterface | {} | {AccessState, Antecedent, Dependent, FlowControlInfo…} |
| CIM_ServiceAccessBySAP | {} | {Antecedent, Dependent} |
| CIM_ServiceAccessPoint | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_ServiceSAPDependency | {} | {Antecedent, Dependent} |
| CIM_ServiceServiceDependency | {} | {Antecedent, Dependent, TypeOfDependency} |
| CIM_Setting | {} | {Caption, Description, SettingID} |
| CIM_SettingContext | {} | {Context, Setting} |
| CIM_Slot | {} | {Caption, ConnectorPinout, ConnectorType, CreationClassName…} |
| CIM_SlotInSlot | {} | {Antecedent, Dependent} |
| CIM_SoftwareElement | {} | {BuildNumber, Caption, CodeSet, Description…} |
| CIM_SoftwareElementActions | {} | {Action, Element} |
| CIM_SoftwareElementChecks | {} | {Check, Element, Phase} |
| CIM_SoftwareFeature | {} | {Caption, Description, IdentifyingNumber, InstallDate…} |
| CIM_SoftwareFeatureSAPImplementa… | {} | {Antecedent, Dependent} |
| CIM_SoftwareFeatureServiceImplem… | {} | {Antecedent, Dependent} |
| CIM_SoftwareFeatureSoftwareElements | {} | {GroupComponent, PartComponent} |
| CIM_SpareGroup | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_StatisticalInformation | {} | {Caption, Description, Name} |
| CIM_Statistics | {} | {Element, Stats} |
| CIM_StorageDefect | {} | {Error, Extent} |
| CIM_StorageError | {} | {DeviceCreationClassName, DeviceID, EndingAddress, StartingAddr… |
| CIM_StorageRedundancyGroup | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_SupportAccess | {} | {CommunicationInfo, CommunicationMode, Description, Locale…} |
| CIM_System | {} | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_SystemComponent | {} | {GroupComponent, PartComponent} |
| CIM_SystemDevice | {} | {GroupComponent, PartComponent} |
| CIM_SystemResource | {} | {Caption, Description, InstallDate, Name…} |
| CIM_Thread | {} | {Caption, CreationClassName, CSCreationClassName, CSName…} |
| CIM_ToDirectoryAction | {} | {DestinationDirectory, FileName} |
| CIM_ToDirectorySpecification | {} | {DestinationDirectory, FileName} |
| CIM_USBControllerHasHub | {} | {AccessState, Antecedent, Dependent, NegotiatedDataWidth…} |
| CIM_VideoBIOSElement | {} | {BuildNumber, Caption, CodeSet, Description…} |
| CIM_VideoBIOSFeature | {} | {Caption, CharacteristicDescriptions, Characteristics, Descript… |
| CIM_VideoBIOSFeatureVideoBIOSEle… | {} | {GroupComponent, PartComponent} |
| CIM_VideoControllerResolution | {} | {Caption, Description, HorizontalResolution, MaxRefreshRate…} |
| CIM_VideoSetting | {} | {Element, Setting} |
| MSFT_ExtendedStatus | {} | {CIMStatusCode, CIMStatusCodeDescription, error_Category, error… |
| MSFT_NCProvAccessCheck | {} | {Namespace, ProviderName, Query, QueryLanguage…} |
| MSFT_NCProvCancelQuery | {} | {ID, Namespace, ProviderName, Result…} |
| MSFT_NCProvClientConnected | {} | {Inproc, Namespace, ProviderName, Result…} |
| MSFT_NCProvEvent | {} | {Namespace, ProviderName, Result, SECURITY_DESCRIPTOR…} |
| MSFT_NCProvNewQuery | {} | {ID, Namespace, ProviderName, Query…} |
| MSFT_NetBadAccount | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_NetBadServiceState | {} | {SECURITY_DESCRIPTOR, Service, State, TIME_CREATED} |
| MSFT_NetBootSystemDriversFailed | {} | {DriverList, SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_NetCallToFunctionFailed | {} | {Error, FunctionName, SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_NetCallToFunctionFailedII | {} | {Argument, Error, FunctionName, SECURITY_DESCRIPTOR…} |
| MSFT_NetCircularDependencyAuto | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_NetCircularDependencyDemand | {} | {SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetConnectionTimeout | {} | {Milliseconds, SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetDependOnLaterGroup | {} | {SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetDependOnLaterService | {} | {SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetFirstLogonFailed | {} | {Error, SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_NetFirstLogonFailedII | {} | {Account, Error, SECURITY_DESCRIPTOR, Service…} |
| MSFT_NetReadfileTimeout | {} | {Milliseconds, SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_NetRevertedToLastKnownGood | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_NetServiceConfigBackoutFailed | {} | {ConfigField, SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetServiceControlSuccess | {} | {Control, SECURITY_DESCRIPTOR, Service, sid…} |
| MSFT_NetServiceCrash | {} | {Action, ActionDelay, ActionType, SECURITY_DESCRIPTOR…} |
| MSFT_NetServiceCrashNoAction | {} | {SECURITY_DESCRIPTOR, Service, TIME_CREATED, TimesFailed} |
| MSFT_NetServiceDifferentPIDConne… | {} | {ActualPID, ExpectedPID, SECURITY_DESCRIPTOR, Service…} |
| MSFT_NetServiceExitFailed | {} | {Error, SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetServiceExitFailedSpecific | {} | {Error, SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetServiceLogonTypeNotGranted | {} | {Account, Error, SECURITY_DESCRIPTOR, Service…} |
| MSFT_NetServiceNotInteractive | {} | {SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetServiceRecoveryFailed | {} | {Action, ActionType, Error, SECURITY_DESCRIPTOR…} |
| MSFT_NetServiceShutdownFailed | {} | {SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetServiceSlowStartup | {} | {SECURITY_DESCRIPTOR, Service, StartupTime, TIME_CREATED} |
| MSFT_NetServiceStartFailed | {} | {Error, SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetServiceStartFailedGroup | {} | {Group, SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetServiceStartFailedII | {} | {DependedOnService, Error, SECURITY_DESCRIPTOR, Service…} |
| MSFT_NetServiceStartFailedNone | {} | {NonExistingService, SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetServiceStartHung | {} | {SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetServiceStartTypeChanged | {} | {NewStartType, OldStartType, SECURITY_DESCRIPTOR, Service…} |
| MSFT_NetServiceStatusSuccess | {} | {Control, SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetServiceStopControlSuccess | {} | {Comment, Control, Reason, ReasonText…} |
| MSFT_NetSevereServiceFailed | {} | {SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_NetTakeOwnership | {} | {RegistryKey, SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_NetTransactInvalid | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_NetTransactTimeout | {} | {Milliseconds, SECURITY_DESCRIPTOR, Service, TIME_CREATED} |
| MSFT_SCMEvent | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_SCMEventLogEvent | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_WMI_GenericNonCOMEvent | {} | {ProcessId, PropertyNames, PropertyValues, ProviderName…} |
| MSFT_WmiCancelNotificationSink | {} | {Namespace, Query, QueryLanguage, SECURITY_DESCRIPTOR…} |
| MSFT_WmiConsumerProviderEvent | {} | {Machine, Namespace, ProviderName, SECURITY_DESCRIPTOR…} |
| MSFT_WmiConsumerProviderLoaded | {} | {Machine, Namespace, ProviderName, SECURITY_DESCRIPTOR…} |
| MSFT_WmiConsumerProviderSinkLoaded | {} | {Consumer, Machine, Namespace, ProviderName…} |
| MSFT_WmiConsumerProviderSinkUnlo… | {} | {Consumer, Machine, Namespace, ProviderName…} |
| MSFT_WmiConsumerProviderUnloaded | {} | {Machine, Namespace, ProviderName, SECURITY_DESCRIPTOR…} |
| MSFT_WmiError | {} | {CIMStatusCode, CIMStatusCodeDescription, error_Category, error… |
| MSFT_WmiEssEvent | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_WmiFilterActivated | {} | {Name, Namespace, Query, QueryLanguage…} |
| MSFT_WmiFilterDeactivated | {} | {Name, Namespace, Query, QueryLanguage…} |
| MSFT_WmiFilterEvent | {} | {Name, Namespace, Query, QueryLanguage…} |
| Msft_WmiProvider_AccessCheck_Post | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_AccessCheck_Pre | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_CancelQuery_Post | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_CancelQuery_Pre | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_ComServerLoadOp… | {} | {Clsid, HostingGroup, HostingSpecification, InProcServer…} |
| Msft_WmiProvider_ComServerLoadOp… | {} | {Clsid, HostingGroup, HostingSpecification, InProcServer…} |
| Msft_WmiProvider_Counters | {} | {ProviderOperation_AccessCheck, ProviderOperation_CancelQuery, … |
| Msft_WmiProvider_CreateClassEnum… | {} | {Flags, HostingGroup, HostingSpecification, Locale…} |
| Msft_WmiProvider_CreateClassEnum… | {} | {Flags, HostingGroup, HostingSpecification, Locale…} |
| Msft_WmiProvider_CreateInstanceE… | {} | {ClassName, Flags, HostingGroup, HostingSpecification…} |
| Msft_WmiProvider_CreateInstanceE… | {} | {ClassName, Flags, HostingGroup, HostingSpecification…} |
| Msft_WmiProvider_DeleteClassAsyn… | {} | {ClassName, Flags, HostingGroup, HostingSpecification…} |
| Msft_WmiProvider_DeleteClassAsyn… | {} | {ClassName, Flags, HostingGroup, HostingSpecification…} |
| Msft_WmiProvider_DeleteInstanceA… | {} | {Flags, HostingGroup, HostingSpecification, Locale…} |
| Msft_WmiProvider_DeleteInstanceA… | {} | {Flags, HostingGroup, HostingSpecification, Locale…} |
| Msft_WmiProvider_ExecMethodAsync… | {} | {Flags, HostingGroup, HostingSpecification, InputParameters…} |
| Msft_WmiProvider_ExecMethodAsync… | {} | {Flags, HostingGroup, HostingSpecification, InputParameters…} |
| Msft_WmiProvider_ExecQueryAsyncE… | {} | {Flags, HostingGroup, HostingSpecification, Locale…} |
| Msft_WmiProvider_ExecQueryAsyncE… | {} | {Flags, HostingGroup, HostingSpecification, Locale…} |
| Msft_WmiProvider_GetObjectAsyncE… | {} | {Flags, HostingGroup, HostingSpecification, Locale…} |
| Msft_WmiProvider_GetObjectAsyncE… | {} | {Flags, HostingGroup, HostingSpecification, Locale…} |
| Msft_WmiProvider_InitializationO… | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_InitializationO… | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_LoadOperationEvent | {} | {Clsid, HostingGroup, HostingSpecification, InProcServer…} |
| Msft_WmiProvider_LoadOperationFa… | {} | {Clsid, HostingGroup, HostingSpecification, InProcServer…} |
| Msft_WmiProvider_NewQuery_Post | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_NewQuery_Pre | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_OperationEvent | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_OperationEvent_… | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_OperationEvent_Pre | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| Msft_WmiProvider_ProvideEvents_Post | {} | {Flags, HostingGroup, HostingSpecification, Locale…} |
| Msft_WmiProvider_ProvideEvents_Pre | {} | {Flags, HostingGroup, HostingSpecification, Locale…} |
| Msft_WmiProvider_PutClassAsyncEv… | {} | {ClassObject, Flags, HostingGroup, HostingSpecification…} |
| Msft_WmiProvider_PutClassAsyncEv… | {} | {ClassObject, Flags, HostingGroup, HostingSpecification…} |
| Msft_WmiProvider_PutInstanceAsyn… | {} | {Flags, HostingGroup, HostingSpecification, InstanceObject…} |
| Msft_WmiProvider_PutInstanceAsyn… | {} | {Flags, HostingGroup, HostingSpecification, InstanceObject…} |
| Msft_WmiProvider_UnLoadOperation… | {} | {HostingGroup, HostingSpecification, Locale, Namespace…} |
| MSFT_WmiProviderEvent | {} | {Namespace, ProviderName, SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_WmiRegisterNotificationSink | {} | {Namespace, Query, QueryLanguage, SECURITY_DESCRIPTOR…} |
| MSFT_WmiSelfEvent | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| MSFT_WmiThreadPoolEvent | {} | {SECURITY_DESCRIPTOR, ThreadId, TIME_CREATED} |
| MSFT_WmiThreadPoolThreadCreated | {} | {SECURITY_DESCRIPTOR, ThreadId, TIME_CREATED} |
| MSFT_WmiThreadPoolThreadDeleted | {} | {SECURITY_DESCRIPTOR, ThreadId, TIME_CREATED} |
| NTEventlogProviderConfig | {} | {LastBootUpTime} |
| RegistryEvent | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| RegistryKeyChangeEvent | {} | {Hive, KeyPath, SECURITY_DESCRIPTOR, TIME_CREATED} |
| RegistryTreeChangeEvent | {} | {Hive, RootPath, SECURITY_DESCRIPTOR, TIME_CREATED} |
| RegistryValueChangeEvent | {} | {Hive, KeyPath, SECURITY_DESCRIPTOR, TIME_CREATED…} |
| ScriptingStandardConsumerSetting | {} | {Caption, Description, MaximumScripts, SettingID…} |
| Win32_1394ControllerDevice | {} | {AccessState, Antecedent, Dependent, NegotiatedDataWidth…} |
| Win32_Account | {} | {Caption, Description, Domain, InstallDate…} |
| Win32_AccountSID | {} | {Element, Setting} |
| Win32_ACE | {} | {AccessMask, AceFlags, AceType, GuidInheritedObjectType…} |
| Win32_ActionCheck | {} | {Action, Check} |
| Win32_ActiveRoute | {} | {SameElement, SystemElement} |
| Win32_AllocatedResource | {} | {Antecedent, Dependent} |
| Win32_ApplicationCommandLine | {} | {Antecedent, Dependent} |
| Win32_AssociatedProcessorMemory | {} | {Antecedent, BusSpeed, Dependent} |
| Win32_AutochkSetting | {} | {Caption, Description, SettingID, UserInputDelay} |
| Win32_Binary | {} | {Caption, Data, Description, Name…} |
| Win32_BIOS | {} | {BiosCharacteristics, BIOSVersion, BuildNumber, Caption…} |
| Win32_BootConfiguration | {} | {BootDirectory, Caption, ConfigurationPath, Description…} |
| Win32_CheckCheck | {} | {Check, Location} |
| Win32_CIMLogicalDeviceCIMDataFile | {} | {Antecedent, Dependent, Purpose, PurposeDescription} |
| Win32_ClassicCOMApplicationClasses | {} | {GroupComponent, PartComponent} |
| Win32_ClassicCOMClass | {} | {Caption, ComponentId, Description, InstallDate…} |
| Win32_ClassicCOMClassSetting | {} | {AppID, AutoConvertToClsid, AutoTreatAsClsid, Caption…} |
| Win32_ClassicCOMClassSettings | {} | {Element, Setting} |
| Win32_ClientApplicationSetting | {} | {Application, Client} |
| Win32_CollectionStatistics | {} | {Collection, Stats} |
| Win32_COMApplication | {} | {Caption, Description, InstallDate, Name…} |
| Win32_COMApplicationClasses | {} | {GroupComponent, PartComponent} |
| Win32_COMApplicationSettings | {} | {Element, Setting} |
| Win32_COMClass | {} | {Caption, Description, InstallDate, Name…} |
| Win32_ComClassAutoEmulator | {} | {NewVersion, OldVersion} |
| Win32_ComClassEmulator | {} | {NewVersion, OldVersion} |
| Win32_CommandLineAccess | {} | {Caption, CommandLine, CreationClassName, Description…} |
| Win32_ComponentCategory | {} | {Caption, CategoryId, Description, InstallDate…} |
| Win32_ComputerShutdownEvent | {} | {MachineName, SECURITY_DESCRIPTOR, TIME_CREATED, Type} |
| Win32_ComputerSystemEvent | {} | {MachineName, SECURITY_DESCRIPTOR, TIME_CREATED} |
| Win32_ComputerSystemProcessor | {} | {GroupComponent, PartComponent} |
| Win32_ComputerSystemProduct | {} | {Caption, Description, IdentifyingNumber, Name…} |
| Win32_COMSetting | {} | {Caption, Description, SettingID} |
| Win32_ConnectionShare | {} | {Antecedent, Dependent} |
| Win32_ControllerHasHub | {} | {AccessState, Antecedent, Dependent, NegotiatedDataWidth…} |
| Win32_CurrentTime | {} | {Day, DayOfWeek, Hour, Milliseconds…} |
| Win32_DCOMApplication | {} | {AppID, Caption, Description, InstallDate…} |
| Win32_DCOMApplicationAccessAllow… | {} | {Element, Setting} |
| Win32_DCOMApplicationLaunchAllow… | {} | {Element, Setting} |
| Win32_DefragAnalysis | {} | {AverageFileSize, AverageFragmentsPerFile, AverageFreeSpacePerE… |
| Win32_DependentService | {} | {Antecedent, Dependent, TypeOfDependency} |
| Win32_Desktop | {} | {BorderWidth, Caption, CoolSwitch, CursorBlinkRate…} |
| Win32_DeviceBus | {} | {Antecedent, Dependent} |
| Win32_DeviceChangeEvent | {} | {EventType, SECURITY_DESCRIPTOR, TIME_CREATED} |
| Win32_DeviceMemoryAddress | {} | {Caption, CreationClassName, CSCreationClassName, CSName…} |
| Win32_DeviceSettings | {} | {Element, Setting} |
| Win32_DfsNodeTarget | {} | {Antecedent, Dependent} |
| Win32_DfsTarget | {} | {Caption, Description, InstallDate, LinkName…} |
| Win32_DiskDrivePhysicalMedia | {} | {Antecedent, Dependent} |
| Win32_DiskDriveToDiskPartition | {} | {Antecedent, Dependent} |
| Win32_DiskQuota | {} | {DiskSpaceUsed, Limit, QuotaVolume, Status…} |
| Win32_DisplayConfiguration | {} | {BitsPerPel, Caption, Description, DeviceName…} |
| Win32_DisplayControllerConfigura… | {} | {BitsPerPixel, Caption, ColorPlanes, Description…} |
| Win32_DMAChannel | {} | {AddressSize, Availability, BurstMode, ByteMode…} |
| Win32_DriverForDevice | {} | {Antecedent, Dependent} |
| Win32_Environment | {} | {Caption, Description, InstallDate, Name…} |
| Win32_FolderRedirection | {} | {ContentsMoved, ContentsMovedOnPolicyRemoval, ContentsRenamedIn… |
| Win32_FolderRedirectionHealth | {} | {HealthStatus, LastSuccessfulSyncTime, LastSyncStatus, LastSync… |
| Win32_FolderRedirectionHealthCon… | {} | {LastSyncDurationCautionInHours, LastSyncDurationUnhealthyInHours} |
| Win32_FolderRedirectionUserConfi… | {} | {AppDataRoaming, Contacts, Desktop, Documents…} |
| Win32_GroupInDomain | {} | {GroupComponent, PartComponent} |
| Win32_GroupUser | {} | {GroupComponent, PartComponent} |
| Win32_IDEControllerDevice | {} | {AccessState, Antecedent, Dependent, NegotiatedDataWidth…} |
| Win32_ImplementedCategory | {} | {Category, Component} |
| Win32_InstalledProgramFramework | {} | {FrameworkName, FrameworkPublisher, FrameworkVersion, Framework… |
| Win32_InstalledSoftwareElement | {} | {Software, System} |
| Win32_InstalledStoreProgram | {} | {Architecture, Language, Name, ProgramId…} |
| Win32_InstalledWin32Program | {} | {Language, MsiPackageCode, MsiProductCode, Name…} |
| Win32_IP4PersistedRouteTable | {} | {Caption, Description, Destination, InstallDate…} |
| Win32_IP4RouteTable | {} | {Age, Caption, Description, Destination…} |
| Win32_IP4RouteTableEvent | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| Win32_IRQResource | {} | {Availability, Caption, CreationClassName, CSCreationClassName…} |
| Win32_JobObjectStatus | {} | {AdditionalDescription, Description, Operation, ParameterInfo…} |
| Win32_LoadOrderGroup | {} | {Caption, Description, DriverEnabled, GroupOrder…} |
| Win32_LoadOrderGroupServiceDepen… | {} | {Antecedent, Dependent} |
| Win32_LoadOrderGroupServiceMembers | {} | {GroupComponent, PartComponent} |
| Win32_LocalTime | {} | {Day, DayOfWeek, Hour, Milliseconds…} |
| Win32_LoggedOnUser | {} | {Antecedent, Dependent} |
| Win32_LogicalDiskRootDirectory | {} | {GroupComponent, PartComponent} |
| Win32_LogicalDiskToPartition | {} | {Antecedent, Dependent, EndingAddress, StartingAddress} |
| Win32_LogicalFileAccess | {} | {AccessMask, GuidInheritedObjectType, GuidObjectType, Inheritan… |
| Win32_LogicalFileAuditing | {} | {AuditedAccessMask, GuidInheritedObjectType, GuidObjectType, In… |
| Win32_LogicalFileGroup | {} | {Group, SecuritySetting} |
| Win32_LogicalFileOwner | {} | {Owner, SecuritySetting} |
| Win32_LogicalProgramGroup | {} | {Caption, Description, GroupName, InstallDate…} |
| Win32_LogicalProgramGroupDirectory | {} | {Antecedent, Dependent} |
| Win32_LogicalProgramGroupItem | {} | {Caption, Description, InstallDate, Name…} |
| Win32_LogicalProgramGroupItemDat… | {} | {Antecedent, Dependent} |
| Win32_LogicalShareAccess | {} | {AccessMask, GuidInheritedObjectType, GuidObjectType, Inheritan… |
| Win32_LogicalShareAuditing | {} | {AuditedAccessMask, GuidInheritedObjectType, GuidObjectType, In… |
| Win32_LogonSession | {} | {AuthenticationPackage, Caption, Description, InstallDate…} |
| Win32_LogonSessionMappedDisk | {} | {Antecedent, Dependent} |
| Win32_LUID | {} | {HighPart, LowPart} |
| Win32_LUIDandAttributes | {} | {Attributes, LUID} |
| Win32_ManagedSystemElementResource | {} | {} |
| Win32_MemoryArrayLocation | {} | {Antecedent, Dependent} |
| Win32_MemoryDeviceArray | {} | {GroupComponent, PartComponent} |
| Win32_MemoryDeviceLocation | {} | {Antecedent, Dependent} |
| Win32_MethodParameterClass | {} | {} |
| Win32_ModuleLoadTrace | {} | {DefaultBase, FileName, ImageBase, ImageChecksum…} |
| Win32_ModuleTrace | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| Win32_MountPoint | {} | {Directory, Volume} |
| Win32_MSIResource | {} | {Caption, Description, SettingID} |
| Win32_NamedJobObject | {} | {BasicUIRestrictions, Caption, CollectionID, Description} |
| Win32_NamedJobObjectActgInfo | {} | {ActiveProcesses, Caption, Description, Name…} |
| Win32_NamedJobObjectLimit | {} | {Collection, Setting} |
| Win32_NamedJobObjectLimitSetting | {} | {ActiveProcessLimit, Affinity, Caption, Description…} |
| Win32_NamedJobObjectProcess | {} | {Collection, Member} |
| Win32_NamedJobObjectSecLimit | {} | {Collection, Setting} |
| Win32_NamedJobObjectSecLimitSetting | {} | {Caption, Description, PrivilegesToDelete, RestrictedSIDs…} |
| Win32_NamedJobObjectStatistics | {} | {Collection, Stats} |
| Win32_NetworkAdapterSetting | {} | {Element, Setting} |
| Win32_NetworkClient | {} | {Caption, Description, InstallDate, Manufacturer…} |
| Win32_NetworkConnection | {} | {AccessMask, Caption, Comment, ConnectionState…} |
| Win32_NetworkLoginProfile | {} | {AccountExpires, AuthorizationFlags, BadPasswordCount, Caption…} |
| Win32_NetworkProtocol | {} | {Caption, ConnectionlessService, Description, GuaranteesDeliver… |
| Win32_NTDomain | {} | {Caption, ClientSiteName, CreationClassName, DcSiteName…} |
| Win32_NTLogEvent | {} | {Category, CategoryString, ComputerName, Data…} |
| Win32_NTLogEventComputer | {} | {Computer, Record} |
| Win32_NTLogEventLog | {} | {Log, Record} |
| Win32_NTLogEventUser | {} | {Record, User} |
| Win32_ODBCAttribute | {} | {Attribute, Caption, Description, Driver…} |
| Win32_ODBCDataSourceAttribute | {} | {Check, Setting} |
| Win32_ODBCDriverAttribute | {} | {Check, Setting} |
| Win32_ODBCDriverSoftwareElement | {} | {Check, Element, Phase} |
| Win32_ODBCSourceAttribute | {} | {Attribute, Caption, DataSource, Description…} |
| Win32_OfflineFilesHealth | {} | {LastSuccessfulSyncTime, LastSyncStatus, LastSyncTime, OfflineA… |
| Win32_OnBoardDevice | {} | {Caption, CreationClassName, Description, DeviceType…} |
| Win32_OperatingSystemAutochkSetting | {} | {Element, Setting} |
| Win32_OperatingSystemQFE | {} | {Antecedent, Dependent} |
| Win32_OptionalFeature | {} | {Caption, Description, InstallDate, InstallState…} |
| Win32_OSRecoveryConfiguration | {} | {AutoReboot, Caption, DebugFilePath, DebugInfoType…} |
| Win32_PageFileElementSetting | {} | {Element, Setting} |
| Win32_PageFileSetting | {} | {Caption, Description, InitialSize, MaximumSize…} |
| Win32_PageFileUsage | {} | {AllocatedBaseSize, Caption, CurrentUsage, Description…} |
| Win32_Patch | {} | {Attributes, Caption, Description, File…} |
| Win32_PatchFile | {} | {Check, Setting} |
| Win32_PatchPackage | {} | {Caption, Description, PatchID, ProductCode…} |
| Win32_Perf | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_AFDCount… | {} | {Caption, Description, DroppedDatagrams, DroppedDatagramsPersec… |
| Win32_PerfFormattedData_Authoriz… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_BITS_BIT… | {} | {BITSDownloadBlockSizeBytes, BITSDownloadResponseIntervalmsec, … |
| Win32_PerfFormattedData_Counters… | {} | {AAAAqueriesFailed, AAAAqueriesSuccessful, AAAASynthesizedrecor… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {BufferMemoryUsageNonPagedPool, BufferMemoryUsagePagedPool, Cap… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, FileSystemBytesRead, FileSystemBytesWrit… |
| Win32_PerfFormattedData_Counters… | {} | {AuthIPMainModeNegotiationTime, AuthIPQuickModeNegotiationTime,… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, CurrentUrisCached, Description, Frequency_Object…} |
| Win32_PerfFormattedData_Counters… | {} | {ArrivalRate, CacheHitRate, Caption, CurrentQueueSize…} |
| Win32_PerfFormattedData_Counters… | {} | {AllRequests, BytesReceivedRate, BytesSentRate, BytesTransferre… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {BytesReadPersec, BytesWrittenPersec, Caption, Description…} |
| Win32_PerfFormattedData_Counters… | {} | {BytesReadPersec, BytesWrittenPersec, Caption, Description…} |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, DropsNeighborresolutiontimeouts, ErrorsA… |
| Win32_PerfFormattedData_Counters… | {} | {Bytesreceivedonthissession, Bytessentonthissession, Caption, D… |
| Win32_PerfFormattedData_Counters… | {} | {ActiveExtendedModeSAs, ActiveMainModeSAs, ActiveQuickModeSAs, … |
| Win32_PerfFormattedData_Counters… | {} | {ActiveExtendedModeSAs, ActiveMainModeSAs, ActiveQuickModeSAs, … |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {ActiveSecurityAssociations, BytesReceivedinTransportModePersec… |
| Win32_PerfFormattedData_Counters… | {} | {ActiveMainModeSAs, ActiveQuickModeSAs, Caption, Description…} |
| Win32_PerfFormattedData_Counters… | {} | {ActiveMainModeSAs, ActiveQuickModeSAs, Caption, Description…} |
| Win32_PerfFormattedData_Counters… | {} | {ActiveMainModeSAs, ActiveQuickModeSAs, Caption, Description…} |
| Win32_PerfFormattedData_Counters… | {} | {ActiveMainModeSAs, ActiveQuickModeSAs, Caption, Description…} |
| Win32_PerfFormattedData_Counters… | {} | {AverageSemaphoreHoldTime, Caption, Description, Frequency_Obje… |
| Win32_PerfFormattedData_Counters… | {} | {Bytestransmitted, BytestransmittedPersec, Caption, Description… |
| Win32_PerfFormattedData_Counters… | {} | {Averagepacketsinnetcard, Averagepacketsinsequencer, Averagepac… |
| Win32_PerfFormattedData_Counters… | {} | {Averagepacketsinnetcard, Averagepacketsinsequencer, Averagepac… |
| Win32_PerfFormattedData_Counters… | {} | {BusyWaitIterationsPersec, Caption, Description, Frequency_Obje… |
| Win32_PerfFormattedData_Counters… | {} | {AverageQueueDepth, Caption, Description, Frequency_Object…} |
| Win32_PerfFormattedData_Counters… | {} | {BytesReceived, BytesReceivedPersec, Caption, Description…} |
| Win32_PerfFormattedData_Counters… | {} | {BytesMatched, BytesMatchedPersec, Caption, Description…} |
| Win32_PerfFormattedData_Counters… | {} | {BytesTransmitted, BytesTransmittedPersec, Caption, Description… |
| Win32_PerfFormattedData_Counters… | {} | {BuildScatterGatherCyclesPersec, Caption, Description, Frequenc… |
| Win32_PerfFormattedData_Counters… | {} | {BuildScatterGatherListCallsPersec, Caption, Description, DPCsD… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, DevicePowerState, Frequency_Object…} |
| Win32_PerfFormattedData_Counters… | {} | {ActivityHostManagerhostprocessespoolsize, ActivityHostManagerN… |
| Win32_PerfFormattedData_Counters… | {} | {AverageIdleTime, C1TransitionsPersec, C2TransitionsPersec, C3T… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {BytesCached, BytesReadfromCachePersec, BytesReadMissingCachePe… |
| Win32_PerfFormattedData_Counters… | {} | {AverageEncodingTime, Caption, Description, FrameQuality…} |
| Win32_PerfFormattedData_Counters… | {} | {BaseTCPRTT, BaseUDPRTT, Caption, CurrentTCPBandwidth…} |
| Win32_PerfFormattedData_Counters… | {} | {AvgBytesPerRead, AvgBytesPerWrite, AvgDataBytesPerRequest, Avg… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {AvgBytesPerRead, AvgBytesPerWrite, AvgDataBytesPerRequest, Avg… |
| Win32_PerfFormattedData_Counters… | {} | {AvgBytesPerRead, AvgBytesPerWrite, AvgDataBytesPerRequest, Avg… |
| Win32_PerfFormattedData_Counters… | {} | {AvgTierBytesPerRead, AvgTierBytesPerTransfer, AvgTierBytesPerW… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {AvgCacheBytesPerEvict, AvgCacheBytesPerOverwrite, AvgCacheByte… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, ExecResourceAcquiresAcqExclLitePersec, E… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, ExecResourceAcquiresAcqExclLitePersec, E… |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, FamilyV4, FamilyV6…} |
| Win32_PerfFormattedData_Counters… | {} | {ActiveInboundConnections, ActiveOutboundConnections, AllowedCl… |
| Win32_PerfFormattedData_Counters… | {} | {ActiveInboundConnections, ActiveOutboundConnections, AllowedCl… |
| Win32_PerfFormattedData_Counters… | {} | {ActiveOperations, ActiveShells, ActiveUsers, Caption…} |
| Win32_PerfFormattedData_Counters… | {} | {AllocationCount, Caption, Description, FreeCount…} |
| Win32_PerfFormattedData_Counters… | {} | {Caption, Description, DpcRequeueCount, DPCsPersec…} |
| Win32_PerfFormattedData_Counters… | {} | {BytesPerSec, Caption, Description, FailedTransferCount…} |
| Win32_PerfFormattedData_DdmCount… | {} | {BytesReceivedByDisconnectedClients, BytesTransmittedByDisconne… |
| Win32_PerfFormattedData_Distribu… | {} | {AckMessagesReceivedPersecond, AckMessagesSentPersecond, Advert… |
| Win32_PerfFormattedData_ESENT_Da… | {} | {Caption, DatabaseCacheMemoryCommitted, DatabaseCacheMemoryComm… |
| Win32_PerfFormattedData_ESENT_Da… | {} | {Caption, DatabaseCacheMissAttachedAverageLatency, DatabaseCach… |
| Win32_PerfFormattedData_ESENT_Da… | {} | {Caption, DatabaseCacheMissAttachedAverageLatency, DatabaseCach… |
| Win32_PerfFormattedData_FaxServi… | {} | {Bytesreceived, Bytessent, Caption, Description…} |
| Win32_PerfFormattedData_GPUPerfo… | {} | {Caption, DedicatedUsage, Description, Frequency_Object…} |
| Win32_PerfFormattedData_GPUPerfo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_GPUPerfo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_GPUPerfo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_GPUPerfo… | {} | {Caption, DedicatedUsage, Description, Frequency_Object…} |
| Win32_PerfFormattedData_HvStats_… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_HvStats_… | {} | {C1TransitionsPersec, C2TransitionsPersec, C3TransitionsPersec,… |
| Win32_PerfFormattedData_HvStats_… | {} | {AddressSpaces, AttachedDevices, Caption, DepositedPages…} |
| Win32_PerfFormattedData_HvStats_… | {} | {AddressDomainFlushesPersec, AddressSpaceEvictionsPersec, Addre… |
| Win32_PerfFormattedData_LocalSes… | {} | {ActiveSessions, Caption, Description, Frequency_Object…} |
| Win32_PerfFormattedData_Lsa_Secu… | {} | {Caption, ContextHandles, CredentialHandles, Description…} |
| Win32_PerfFormattedData_Lsa_Secu… | {} | {ActiveSchannelSessionCacheEntries, Caption, Description, Diges… |
| Win32_PerfFormattedData_Microsof… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Microsof… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Microsof… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Microsof… | {} | {Caption, ClockFrequencyAdjustment, ComputedTimeOffset, Descrip… |
| Win32_PerfFormattedData_MSDTC_Di… | {} | {AbortedTransactions, AbortedTransactionsPersec, ActiveTransact… |
| Win32_PerfFormattedData_MSDTCBri… | {} | {Averageparticipantcommitresponsetime, Averageparticipantprepar… |
| Win32_PerfFormattedData_MSDTCBri… | {} | {Averageparticipantcommitresponsetime, Averageparticipantprepar… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {AUcleanupbatchesPersec, AUcleanupsPersec, ByreferenceLobCreate… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {BytesReceivedfromReplicaPersec, BytesSenttoReplicaPersec, Byte… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, DeviceThroughputBytesPersec, Frequency_O… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Batches000000msAnd000001ms, Batches000001msAnd000002ms, Batche… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, CurrentBytesforRecvIO, CurrentBytesforSendIO, Current… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {ActivationErrorsTotal, BrokerTransactionRollbacks, Caption, Co… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {AvgLengthofBatchedWrites, AvgTimeBetweenBatchesms, AvgTimetoWr… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {BackgroundwriterpagesPersec, Buffercachehitratio, Caption, Che… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Databasepages, Description, Frequency_Object…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {CacheEntriesCount, CacheEntriesPinnedCount, CacheHitRatio, Cap… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, CLRExecution, Description, Frequency_Object…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Activecursors, CachedCursorCounts, CacheHitRatio, Caption…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Asyncpopulationcount, Caption, Cursorconversionrate, Cursorflu… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {BytesReceivedPersec, BytesSentPersec, Caption, Description…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, FileBytesReceivedPersec, Frequency_Objec… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {ActiveTransactions, BackupPerRestoreThroughputPersec, BulkCopy… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, DistributedQuery, DTCcalls…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {AvgtimedeleteFileTableitem, AvgtimeFileTableenumeration, Avgti… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {ActiveTempTables, Caption, ConnectionResetPersec, Description…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {AvgBytesPerRead, AvgBytesPerTransfer, AvgBytesPerWrite, Avgmic… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {AverageLatchWaitTimems, Caption, Description, Frequency_Object… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {AverageWaitTimems, Caption, Description, Frequency_Object…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, ConnectionMemoryKB, DatabaseCacheMemoryKB, Descriptio… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, DatabaseNodeMemoryKB, Description, ForeignNodeMemoryK… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {CacheHitRatio, CacheObjectCounts, CacheObjectsinuse, CachePage… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, DistDeliveredCmdsPersec, DistDeliveredTr… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, ConflictsPersec, Description, DownloadedChangesPersec… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {ActivememorygrantamountKB, Activememorygrantscount, AvgDiskRea… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, ErrorsPersec, Frequency_Object…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {AutoParamAttemptsPersec, BatchRequestsPersec, Caption, Descrip… |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, FreeSpaceintempdbKB, Frequency_Object…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_MSSQLSQL… | {} | {Activeparallelthreads, Activerequests, Blockedtasks, Caption…} |
| Win32_PerfFormattedData_NETCLRDa… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_NETCLRNe… | {} | {BytesReceived, BytesSent, Caption, ConnectionsEstablished…} |
| Win32_PerfFormattedData_NETCLRNe… | {} | {BytesReceived, BytesSent, Caption, ConnectionsEstablished…} |
| Win32_PerfFormattedData_NETDataP… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_NETDataP… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_NETFrame… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_NETFrame… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_NETFrame… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_NETFrame… | {} | {AssemblySearchLength, BytesinLoaderHeap, Caption, Currentappdo… |
| Win32_PerfFormattedData_NETFrame… | {} | {Caption, ContentionRatePersec, CurrentQueueLength, Description… |
| Win32_PerfFormattedData_NETFrame… | {} | {AllocatedBytesPersec, Caption, Description, FinalizationSurviv… |
| Win32_PerfFormattedData_NETFrame… | {} | {Caption, Channels, ContextBoundClassesLoaded, ContextBoundObje… |
| Win32_PerfFormattedData_NETFrame… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_NETMemor… | {} | {CacheEntries, CacheHitRatio, CacheHits, CacheMisses…} |
| Win32_PerfFormattedData_PeerName… | {} | {Ackreceivedpersecond, Acksentpersecond, Advertisereceivedperse… |
| Win32_PerfFormattedData_PerfDisk… | {} | {AvgDiskBytesPerRead, AvgDiskBytesPerTransfer, AvgDiskBytesPerW… |
| Win32_PerfFormattedData_PerfDisk… | {} | {AvgDiskBytesPerRead, AvgDiskBytesPerTransfer, AvgDiskBytesPerW… |
| Win32_PerfFormattedData_PerfNet_… | {} | {AnnouncementsDomainPersec, AnnouncementsServerPersec, Announce… |
| Win32_PerfFormattedData_PerfNet_… | {} | {BytesReceivedPersec, BytesTotalPersec, BytesTransmittedPersec,… |
| Win32_PerfFormattedData_PerfNet_… | {} | {BlockingRequestsRejected, BytesReceivedPersec, BytesTotalPerse… |
| Win32_PerfFormattedData_PerfNet_… | {} | {ActiveThreads, AvailableThreads, AvailableWorkItems, BorrowedW… |
| Win32_PerfFormattedData_PerfOS_C… | {} | {AsyncCopyReadsPersec, AsyncDataMapsPersec, AsyncFastReadsPerse… |
| Win32_PerfFormattedData_PerfOS_M… | {} | {AvailableBytes, AvailableKBytes, AvailableMBytes, CacheBytes…} |
| Win32_PerfFormattedData_PerfOS_N… | {} | {AvailableMBytes, Caption, Description, FreeAndZeroPageListMByt… |
| Win32_PerfFormattedData_PerfOS_O… | {} | {Caption, Description, Events, Frequency_Object…} |
| Win32_PerfFormattedData_PerfOS_P… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_PerfOS_P… | {} | {C1TransitionsPersec, C2TransitionsPersec, C3TransitionsPersec,… |
| Win32_PerfFormattedData_PerfOS_S… | {} | {AlignmentFixupsPersec, Caption, ContextSwitchesPersec, Descrip… |
| Win32_PerfFormattedData_PerfProc… | {} | {Caption, CurrentPercentKernelModeTime, CurrentPercentProcessor… |
| Win32_PerfFormattedData_PerfProc… | {} | {Caption, CreatingProcessID, Description, ElapsedTime…} |
| Win32_PerfFormattedData_PerfProc… | {} | {Caption, CreatingProcessID, Description, ElapsedTime…} |
| Win32_PerfFormattedData_PerfProc… | {} | {Caption, ContextSwitchesPersec, Description, ElapsedTime…} |
| Win32_PerfFormattedData_PowerMet… | {} | {Caption, Description, Energy, Frequency_Object…} |
| Win32_PerfFormattedData_PowerMet… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_rdyboost… | {} | {Bytescached, CachereadbytesPersec, CachereadsPersec, Cachespac… |
| Win32_PerfFormattedData_RemoteAc… | {} | {AlignmentErrors, BufferOverrunErrors, BytesReceived, BytesRece… |
| Win32_PerfFormattedData_RemoteAc… | {} | {AlignmentErrors, BufferOverrunErrors, BytesReceived, BytesRece… |
| Win32_PerfFormattedData_ServiceM… | {} | {Calls, CallsDuration, CallsFailed, CallsFailedPerSecond…} |
| Win32_PerfFormattedData_ServiceM… | {} | {CallFailedPerSecond, Calls, CallsDuration, CallsFailed…} |
| Win32_PerfFormattedData_ServiceM… | {} | {Calls, CallsDuration, CallsFailed, CallsFailedPerSecond…} |
| Win32_PerfFormattedData_ServiceM… | {} | {Calls, CallsDuration, CallsFailed, CallsFailedPerSecond…} |
| Win32_PerfFormattedData_ServiceM… | {} | {CallFailedPerSecond, Calls, CallsDuration, CallsFailed…} |
| Win32_PerfFormattedData_ServiceM… | {} | {Calls, CallsDuration, CallsFailed, CallsFailedPerSecond…} |
| Win32_PerfFormattedData_SMSvcHos… | {} | {Caption, ConnectionsAcceptedovernetpipe, ConnectionsAcceptedov… |
| Win32_PerfFormattedData_SMSvcHos… | {} | {Caption, ConnectionsAcceptedovernetpipe, ConnectionsAcceptedov… |
| Win32_PerfFormattedData_Spooler_… | {} | {AddNetworkPrinterCalls, BytesPrintedPersec, Caption, Descripti… |
| Win32_PerfFormattedData_SQLAgent… | {} | {Activatedalerts, AlertsactivatedPerminute, Caption, Descriptio… |
| Win32_PerfFormattedData_SQLAgent… | {} | {Activejobs, Caption, Description, Failedjobs…} |
| Win32_PerfFormattedData_SQLAgent… | {} | {Activesteps, Caption, Description, Frequency_Object…} |
| Win32_PerfFormattedData_SQLAgent… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_SQLAgent… | {} | {Activesystemjobs, Caption, Description, Failedsystemjobs…} |
| Win32_PerfFormattedData_TapiSrv_… | {} | {ActiveLines, ActiveTelephones, Caption, ClientApps…} |
| Win32_PerfFormattedData_Tcpip_ICMP | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Tcpip_IC… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Tcpip_IPv4 | {} | {Caption, DatagramsForwardedPersec, DatagramsOutboundDiscarded,… |
| Win32_PerfFormattedData_Tcpip_IPv6 | {} | {Caption, DatagramsForwardedPersec, DatagramsOutboundDiscarded,… |
| Win32_PerfFormattedData_Tcpip_NB… | {} | {BytesReceivedPersec, BytesSentPersec, BytesTotalPersec, Captio… |
| Win32_PerfFormattedData_Tcpip_Ne… | {} | {BytesReceivedPersec, BytesSentPersec, BytesTotalPersec, Captio… |
| Win32_PerfFormattedData_Tcpip_Ne… | {} | {BytesReceivedPersec, BytesSentPersec, BytesTotalPersec, Captio… |
| Win32_PerfFormattedData_Tcpip_TCPv4 | {} | {Caption, ConnectionFailures, ConnectionsActive, ConnectionsEst… |
| Win32_PerfFormattedData_Tcpip_TCPv6 | {} | {Caption, ConnectionFailures, ConnectionsActive, ConnectionsEst… |
| Win32_PerfFormattedData_Tcpip_UDPv4 | {} | {Caption, DatagramsNoPortPersec, DatagramsPersec, DatagramsRece… |
| Win32_PerfFormattedData_Tcpip_UDPv6 | {} | {Caption, DatagramsNoPortPersec, DatagramsPersec, DatagramsRece… |
| Win32_PerfFormattedData_TCPIPCou… | {} | {Caption, Deniedconnectorsendrequestsinlowpowermode, Descriptio… |
| Win32_PerfFormattedData_TCPIPCou… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_UGathere… | {} | {AccessedFileRate, AccessedFiles, AdaptiveCrawlErrors, Caption…} |
| Win32_PerfFormattedData_UGTHRSVC… | {} | {ActiveQueueLength, AdminClients, AllNotificationsReceived, Cap… |
| Win32_PerfFormattedData_usbhub_USB | {} | {AvgBytesPerTransfer, AvgmslatencyforISOtransfers, BulkBytesPer… |
| Win32_PerfFormattedData_WindowsM… | {} | {AFTSExecutionTimems, ArtExtractionTimems, Caption, CommitTimem… |
| Win32_PerfFormattedData_WindowsW… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_WindowsW… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_WinNatCo… | {} | {Caption, CurrentSessionCount, Description, DroppedICMPerrorpac… |
| Win32_PerfFormattedData_WinNatCo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_WinNatCo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_WinNatCo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_WinNatCo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_Workflow… | {} | {AverageWorkflowLoadTime, AverageWorkflowPersistTime, Caption, … |
| Win32_PerfFormattedData_WSearchI… | {} | {ActiveConnections, Caption, CleanWidSets, Description…} |
| Win32_PerfFormattedData_XTPDatab… | {} | {Caption, CursordeletesPersec, CursorinsertsPersec, Cursorscans… |
| Win32_PerfFormattedData_XTPDatab… | {} | {Caption, Description, DustycornerscanretriesPersecGCissued, Fr… |
| Win32_PerfFormattedData_XTPDatab… | {} | {Caption, Description, DustycornerscanretriesPersecPhantomissue… |
| Win32_PerfFormattedData_XTPDatab… | {} | {Caption, CheckpointsClosed, CheckpointsCompleted, CoreMergesCo… |
| Win32_PerfFormattedData_XTPDatab… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfFormattedData_XTPDatab… | {} | {Caption, CascadingabortsPersec, CommitdependenciestakenPersec,… |
| Win32_PerfRawData | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_AFDCounters_Mi… | {} | {Caption, Description, DroppedDatagrams, DroppedDatagramsPersec… |
| Win32_PerfRawData_AuthorizationM… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_BITS_BITSNetUt… | {} | {BITSDownloadBlockSizeBytes, BITSDownloadResponseIntervalmsec, … |
| Win32_PerfRawData_Counters_DNS64… | {} | {AAAAqueriesFailed, AAAAqueriesSuccessful, AAAASynthesizedrecor… |
| Win32_PerfRawData_Counters_Event… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_Event… | {} | {BufferMemoryUsageNonPagedPool, BufferMemoryUsagePagedPool, Cap… |
| Win32_PerfRawData_Counters_FileS… | {} | {Caption, Description, FileSystemBytesRead, FileSystemBytesWrit… |
| Win32_PerfRawData_Counters_Gener… | {} | {AuthIPMainModeNegotiationTime, AuthIPQuickModeNegotiationTime,… |
| Win32_PerfRawData_Counters_HTTPS… | {} | {Caption, CurrentUrisCached, Description, Frequency_Object…} |
| Win32_PerfRawData_Counters_HTTPS… | {} | {ArrivalRate, CacheHitRate, Caption, CurrentQueueSize…} |
| Win32_PerfRawData_Counters_HTTPS… | {} | {AllRequests, BytesReceivedRate, BytesSentRate, BytesTransferre… |
| Win32_PerfRawData_Counters_Hyper… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_Hyper… | {} | {BytesReadPersec, BytesWrittenPersec, Caption, Description…} |
| Win32_PerfRawData_Counters_Hyper… | {} | {BytesReadPersec, BytesWrittenPersec, Caption, Description…} |
| Win32_PerfRawData_Counters_IPHTT… | {} | {Caption, Description, DropsNeighborresolutiontimeouts, ErrorsA… |
| Win32_PerfRawData_Counters_IPHTT… | {} | {Bytesreceivedonthissession, Bytessentonthissession, Caption, D… |
| Win32_PerfRawData_Counters_IPsec… | {} | {ActiveExtendedModeSAs, ActiveMainModeSAs, ActiveQuickModeSAs, … |
| Win32_PerfRawData_Counters_IPsec… | {} | {ActiveExtendedModeSAs, ActiveMainModeSAs, ActiveQuickModeSAs, … |
| Win32_PerfRawData_Counters_IPsec… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_IPsec… | {} | {ActiveSecurityAssociations, BytesReceivedinTransportModePersec… |
| Win32_PerfRawData_Counters_IPsec… | {} | {ActiveMainModeSAs, ActiveQuickModeSAs, Caption, Description…} |
| Win32_PerfRawData_Counters_IPsec… | {} | {ActiveMainModeSAs, ActiveQuickModeSAs, Caption, Description…} |
| Win32_PerfRawData_Counters_IPsec… | {} | {ActiveMainModeSAs, ActiveQuickModeSAs, Caption, Description…} |
| Win32_PerfRawData_Counters_IPsec… | {} | {ActiveMainModeSAs, ActiveQuickModeSAs, Caption, Description…} |
| Win32_PerfRawData_Counters_Netlogon | {} | {AverageSemaphoreHoldTime, AverageSemaphoreHoldTime_Base, Capti… |
| Win32_PerfRawData_Counters_Netwo… | {} | {Bytestransmitted, BytestransmittedPersec, Caption, Description… |
| Win32_PerfRawData_Counters_Pacer… | {} | {Averagepacketsinnetcard, Averagepacketsinsequencer, Averagepac… |
| Win32_PerfRawData_Counters_Pacer… | {} | {Averagepacketsinnetcard, Averagepacketsinsequencer, Averagepac… |
| Win32_PerfRawData_Counters_Packe… | {} | {BusyWaitIterationsPersec, Caption, Description, Frequency_Obje… |
| Win32_PerfRawData_Counters_Packe… | {} | {AverageQueueDepth, Caption, Description, Frequency_Object…} |
| Win32_PerfRawData_Counters_Packe… | {} | {BytesReceived, BytesReceivedPersec, Caption, Description…} |
| Win32_PerfRawData_Counters_Packe… | {} | {BytesMatched, BytesMatchedPersec, Caption, Description…} |
| Win32_PerfRawData_Counters_Packe… | {} | {BytesTransmitted, BytesTransmittedPersec, Caption, Description… |
| Win32_PerfRawData_Counters_PerPr… | {} | {BuildScatterGatherCyclesPersec, Caption, Description, Frequenc… |
| Win32_PerfRawData_Counters_PerPr… | {} | {BuildScatterGatherListCallsPersec, Caption, Description, DPCsD… |
| Win32_PerfRawData_Counters_Physi… | {} | {Caption, Description, DevicePowerState, Frequency_Object…} |
| Win32_PerfRawData_Counters_Power… | {} | {ActivityHostManagerhostprocessespoolsize, ActivityHostManagerN… |
| Win32_PerfRawData_Counters_Proce… | {} | {AverageIdleTime, AverageIdleTime_Base, C1TransitionsPersec, C2… |
| Win32_PerfRawData_Counters_RDMAA… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_ReFS | {} | {BytesCached, BytesReadfromCachePersec, BytesReadMissingCachePe… |
| Win32_PerfRawData_Counters_Remot… | {} | {AverageEncodingTime, Caption, Description, FrameQuality…} |
| Win32_PerfRawData_Counters_Remot… | {} | {BaseTCPRTT, BaseUDPRTT, Caption, CurrentTCPBandwidth…} |
| Win32_PerfRawData_Counters_SMBCl… | {} | {AvgBytesPerRead, AvgBytesPerRead_Base, AvgBytesPerWrite, AvgBy… |
| Win32_PerfRawData_Counters_SMBSe… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_SMBSe… | {} | {AvgBytesPerRead, AvgBytesPerRead_Base, AvgBytesPerWrite, AvgBy… |
| Win32_PerfRawData_Counters_SMBSe… | {} | {AvgBytesPerRead, AvgBytesPerRead_Base, AvgBytesPerWrite, AvgBy… |
| Win32_PerfRawData_Counters_Stora… | {} | {AvgTierBytesPerRead, AvgTierBytesPerRead_Base, AvgTierBytesPer… |
| Win32_PerfRawData_Counters_Stora… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_Stora… | {} | {AvgCacheBytesPerEvict, AvgCacheBytesPerEvict_Base, AvgCacheByt… |
| Win32_PerfRawData_Counters_Synch… | {} | {Caption, Description, ExecResourceAcquiresAcqExclLitePersec, E… |
| Win32_PerfRawData_Counters_Synch… | {} | {Caption, Description, ExecResourceAcquiresAcqExclLitePersec, E… |
| Win32_PerfRawData_Counters_Tered… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_Tered… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_Tered… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_Therm… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_WFP | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_WFPCl… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Counters_WFPRe… | {} | {Caption, Description, FamilyV4, FamilyV6…} |
| Win32_PerfRawData_Counters_WFPv4 | {} | {ActiveInboundConnections, ActiveOutboundConnections, AllowedCl… |
| Win32_PerfRawData_Counters_WFPv6 | {} | {ActiveInboundConnections, ActiveOutboundConnections, AllowedCl… |
| Win32_PerfRawData_Counters_WSMan… | {} | {ActiveOperations, ActiveShells, ActiveUsers, Caption…} |
| Win32_PerfRawData_Counters_XHCIC… | {} | {AllocationCount, Caption, Description, FreeCount…} |
| Win32_PerfRawData_Counters_XHCII… | {} | {Caption, Description, DpcRequeueCount, DPCsPersec…} |
| Win32_PerfRawData_Counters_XHCIT… | {} | {BytesPerSec, Caption, Description, FailedTransferCount…} |
| Win32_PerfRawData_DdmCounterProv… | {} | {BytesReceivedByDisconnectedClients, BytesTransmittedByDisconne… |
| Win32_PerfRawData_DistributedRou… | {} | {AckMessagesReceivedPersecond, AckMessagesSentPersecond, Advert… |
| Win32_PerfRawData_ESENT_Database | {} | {Caption, DatabaseCacheMemoryCommitted, DatabaseCacheMemoryComm… |
| Win32_PerfRawData_ESENT_Database… | {} | {Caption, DatabaseCacheMissAttachedAverageLatency, DatabaseCach… |
| Win32_PerfRawData_ESENT_Database… | {} | {Caption, DatabaseCacheMissAttachedAverageLatency, DatabaseCach… |
| Win32_PerfRawData_FaxService_Fax… | {} | {Bytesreceived, Bytessent, Caption, Description…} |
| Win32_PerfRawData_GPUPerformance… | {} | {Caption, DedicatedUsage, Description, Frequency_Object…} |
| Win32_PerfRawData_GPUPerformance… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_GPUPerformance… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_GPUPerformance… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_GPUPerformance… | {} | {Caption, DedicatedUsage, Description, Frequency_Object…} |
| Win32_PerfRawData_HvStats_HyperV… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_HvStats_HyperV… | {} | {C1TransitionsPersec, C2TransitionsPersec, C3TransitionsPersec,… |
| Win32_PerfRawData_HvStats_HyperV… | {} | {AddressSpaces, AttachedDevices, Caption, DepositedPages…} |
| Win32_PerfRawData_HvStats_HyperV… | {} | {AddressDomainFlushesPersec, AddressSpaceEvictionsPersec, Addre… |
| Win32_PerfRawData_LocalSessionMa… | {} | {ActiveSessions, Caption, Description, Frequency_Object…} |
| Win32_PerfRawData_Lsa_SecurityPe… | {} | {Caption, ContextHandles, CredentialHandles, Description…} |
| Win32_PerfRawData_Lsa_SecuritySy… | {} | {ActiveSchannelSessionCacheEntries, Caption, Description, Diges… |
| Win32_PerfRawData_MicrosoftWindo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MicrosoftWindo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MicrosoftWindo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MicrosoftWindo… | {} | {Caption, ClockFrequencyAdjustment, ComputedTimeOffset, Descrip… |
| Win32_PerfRawData_MSDTC_Distribu… | {} | {AbortedTransactions, AbortedTransactionsPersec, ActiveTransact… |
| Win32_PerfRawData_MSDTCBridge300… | {} | {Averageparticipantcommitresponsetime, Averageparticipantcommit… |
| Win32_PerfRawData_MSDTCBridge400… | {} | {Averageparticipantcommitresponsetime, Averageparticipantcommit… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {AUcleanupbatchesPersec, AUcleanupsPersec, ByreferenceLobCreate… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {BytesReceivedfromReplicaPersec, BytesSenttoReplicaPersec, Byte… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, DeviceThroughputBytesPersec, Frequency_O… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Batches000000msAnd000001ms, Batches000001msAnd000002ms, Batche… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, CurrentBytesforRecvIO, CurrentBytesforSendIO, Current… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {ActivationErrorsTotal, BrokerTransactionRollbacks, Caption, Co… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {AvgLengthofBatchedWrites, AvgLengthofBatchedWrites_Base, AvgTi… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {BackgroundwriterpagesPersec, Buffercachehitratio, Buffercacheh… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Databasepages, Description, Frequency_Object…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {CacheEntriesCount, CacheEntriesPinnedCount, CacheHitRatio, Cac… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, CLRExecution, Description, Frequency_Object…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Activecursors, CachedCursorCounts, CacheHitRatio, CacheHitRati… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Asyncpopulationcount, Caption, Cursorconversionrate, Cursorflu… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {BytesReceivedPersec, BytesSentPersec, Caption, Description…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, FileBytesReceivedPersec, Frequency_Objec… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {ActiveTransactions, BackupPerRestoreThroughputPersec, BulkCopy… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, DistributedQuery, DTCcalls…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {AvgtimedeleteFileTableitem, AvgtimedeleteFileTableitem_Base, A… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {ActiveTempTables, Caption, ConnectionResetPersec, Description…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {AvgBytesPerRead, AvgBytesPerRead_Base, AvgBytesPerTransfer, Av… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {AverageLatchWaitTimems, AverageLatchWaitTimems_Base, Caption, … |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {AverageWaitTimems, AverageWaitTimems_Base, Caption, Descriptio… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, ConnectionMemoryKB, DatabaseCacheMemoryKB, Descriptio… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, DatabaseNodeMemoryKB, Description, ForeignNodeMemoryK… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {CacheHitRatio, CacheHitRatio_Base, CacheObjectCounts, CacheObj… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, DistDeliveredCmdsPersec, DistDeliveredTr… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, ConflictsPersec, Description, DownloadedChangesPersec… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {ActivememorygrantamountKB, Activememorygrantscount, AvgDiskRea… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, ErrorsPersec, Frequency_Object…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {AutoParamAttemptsPersec, BatchRequestsPersec, Caption, Descrip… |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, FreeSpaceintempdbKB, Frequency_Object…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_MSSQLSQLEXPRES… | {} | {Activeparallelthreads, Activerequests, Blockedtasks, Caption…} |
| Win32_PerfRawData_NETCLRData_NET… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_NETCLRNetworki… | {} | {BytesReceived, BytesSent, Caption, ConnectionsEstablished…} |
| Win32_PerfRawData_NETCLRNetworki… | {} | {BytesReceived, BytesSent, Caption, ConnectionsEstablished…} |
| Win32_PerfRawData_NETDataProvide… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_NETDataProvide… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_NETFramework_N… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_NETFramework_N… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_NETFramework_N… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_NETFramework_N… | {} | {AssemblySearchLength, BytesinLoaderHeap, Caption, Currentappdo… |
| Win32_PerfRawData_NETFramework_N… | {} | {Caption, ContentionRatePersec, CurrentQueueLength, Description… |
| Win32_PerfRawData_NETFramework_N… | {} | {AllocatedBytesPersec, Caption, Description, FinalizationSurviv… |
| Win32_PerfRawData_NETFramework_N… | {} | {Caption, Channels, ContextBoundClassesLoaded, ContextBoundObje… |
| Win32_PerfRawData_NETFramework_N… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_NETMemoryCache… | {} | {CacheEntries, CacheHitRatio, CacheHitRatio_Base, CacheHits…} |
| Win32_PerfRawData_PeerNameResolu… | {} | {Ackreceivedpersecond, Acksentpersecond, Advertisereceivedperse… |
| Win32_PerfRawData_PerfDisk_Logic… | {} | {AvgDiskBytesPerRead, AvgDiskBytesPerRead_Base, AvgDiskBytesPer… |
| Win32_PerfRawData_PerfDisk_Physi… | {} | {AvgDiskBytesPerRead, AvgDiskBytesPerRead_Base, AvgDiskBytesPer… |
| Win32_PerfRawData_PerfNet_Browser | {} | {AnnouncementsDomainPersec, AnnouncementsServerPersec, Announce… |
| Win32_PerfRawData_PerfNet_Redire… | {} | {BytesReceivedPersec, BytesTotalPersec, BytesTransmittedPersec,… |
| Win32_PerfRawData_PerfNet_Server | {} | {BlockingRequestsRejected, BytesReceivedPersec, BytesTotalPerse… |
| Win32_PerfRawData_PerfNet_Server… | {} | {ActiveThreads, AvailableThreads, AvailableWorkItems, BorrowedW… |
| Win32_PerfRawData_PerfOS_Cache | {} | {AsyncCopyReadsPersec, AsyncDataMapsPersec, AsyncFastReadsPerse… |
| Win32_PerfRawData_PerfOS_Memory | {} | {AvailableBytes, AvailableKBytes, AvailableMBytes, CacheBytes…} |
| Win32_PerfRawData_PerfOS_NUMANod… | {} | {AvailableMBytes, Caption, Description, FreeAndZeroPageListMByt… |
| Win32_PerfRawData_PerfOS_Objects | {} | {Caption, Description, Events, Frequency_Object…} |
| Win32_PerfRawData_PerfOS_PagingFile | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_PerfOS_Processor | {} | {C1TransitionsPersec, C2TransitionsPersec, C3TransitionsPersec,… |
| Win32_PerfRawData_PerfOS_System | {} | {AlignmentFixupsPersec, Caption, ContextSwitchesPersec, Descrip… |
| Win32_PerfRawData_PerfProc_JobOb… | {} | {Caption, CurrentPercentKernelModeTime, CurrentPercentProcessor… |
| Win32_PerfRawData_PerfProc_JobOb… | {} | {Caption, CreatingProcessID, Description, ElapsedTime…} |
| Win32_PerfRawData_PerfProc_Process | {} | {Caption, CreatingProcessID, Description, ElapsedTime…} |
| Win32_PerfRawData_PerfProc_Thread | {} | {Caption, ContextSwitchesPersec, Description, ElapsedTime…} |
| Win32_PerfRawData_PowerMeterCoun… | {} | {Caption, Description, Energy, Frequency_Object…} |
| Win32_PerfRawData_PowerMeterCoun… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_rdyboost_Ready… | {} | {Bytescached, CachereadbytesPersec, CachereadsPersec, Cachespac… |
| Win32_PerfRawData_RemoteAccess_R… | {} | {AlignmentErrors, BufferOverrunErrors, BytesReceived, BytesRece… |
| Win32_PerfRawData_RemoteAccess_R… | {} | {AlignmentErrors, BufferOverrunErrors, BytesReceived, BytesRece… |
| Win32_PerfRawData_ServiceModel40… | {} | {Calls, CallsDuration, CallsDuration_Base, CallsFailed…} |
| Win32_PerfRawData_ServiceModel40… | {} | {CallFailedPerSecond, Calls, CallsDuration, CallsDuration_Base…} |
| Win32_PerfRawData_ServiceModel40… | {} | {Calls, CallsDuration, CallsDuration_Base, CallsFailed…} |
| Win32_PerfRawData_ServiceModelEn… | {} | {Calls, CallsDuration, CallsDuration_Base, CallsFailed…} |
| Win32_PerfRawData_ServiceModelOp… | {} | {CallFailedPerSecond, Calls, CallsDuration, CallsDuration_Base…} |
| Win32_PerfRawData_ServiceModelSe… | {} | {Calls, CallsDuration, CallsDuration_Base, CallsFailed…} |
| Win32_PerfRawData_SMSvcHost3000_… | {} | {Caption, ConnectionsAcceptedovernetpipe, ConnectionsAcceptedov… |
| Win32_PerfRawData_SMSvcHost4000_… | {} | {Caption, ConnectionsAcceptedovernetpipe, ConnectionsAcceptedov… |
| Win32_PerfRawData_Spooler_PrintQ… | {} | {AddNetworkPrinterCalls, BytesPrintedPersec, Caption, Descripti… |
| Win32_PerfRawData_SQLAgentSQLEXP… | {} | {Activatedalerts, AlertsactivatedPerminute, Caption, Descriptio… |
| Win32_PerfRawData_SQLAgentSQLEXP… | {} | {Activejobs, Caption, Description, Failedjobs…} |
| Win32_PerfRawData_SQLAgentSQLEXP… | {} | {Activesteps, Caption, Description, Frequency_Object…} |
| Win32_PerfRawData_SQLAgentSQLEXP… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_SQLAgentSQLEXP… | {} | {Activesystemjobs, Caption, Description, Failedsystemjobs…} |
| Win32_PerfRawData_TapiSrv_Telephony | {} | {ActiveLines, ActiveTelephones, Caption, ClientApps…} |
| Win32_PerfRawData_Tcpip_ICMP | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Tcpip_ICMPv6 | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_Tcpip_IPv4 | {} | {Caption, DatagramsForwardedPersec, DatagramsOutboundDiscarded,… |
| Win32_PerfRawData_Tcpip_IPv6 | {} | {Caption, DatagramsForwardedPersec, DatagramsOutboundDiscarded,… |
| Win32_PerfRawData_Tcpip_NBTConne… | {} | {BytesReceivedPersec, BytesSentPersec, BytesTotalPersec, Captio… |
| Win32_PerfRawData_Tcpip_NetworkA… | {} | {BytesReceivedPersec, BytesSentPersec, BytesTotalPersec, Captio… |
| Win32_PerfRawData_Tcpip_NetworkI… | {} | {BytesReceivedPersec, BytesSentPersec, BytesTotalPersec, Captio… |
| Win32_PerfRawData_Tcpip_TCPv4 | {} | {Caption, ConnectionFailures, ConnectionsActive, ConnectionsEst… |
| Win32_PerfRawData_Tcpip_TCPv6 | {} | {Caption, ConnectionFailures, ConnectionsActive, ConnectionsEst… |
| Win32_PerfRawData_Tcpip_UDPv4 | {} | {Caption, DatagramsNoPortPersec, DatagramsPersec, DatagramsRece… |
| Win32_PerfRawData_Tcpip_UDPv6 | {} | {Caption, DatagramsNoPortPersec, DatagramsPersec, DatagramsRece… |
| Win32_PerfRawData_TCPIPCounters_… | {} | {Caption, Deniedconnectorsendrequestsinlowpowermode, Descriptio… |
| Win32_PerfRawData_TCPIPCounters_… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_UGatherer_Sear… | {} | {AccessedFileRate, AccessedFiles, AdaptiveCrawlErrors, Caption…} |
| Win32_PerfRawData_UGTHRSVC_Searc… | {} | {ActiveQueueLength, AdminClients, AllNotificationsReceived, Cap… |
| Win32_PerfRawData_usbhub_USB | {} | {AvgBytesPerTransfer, AvgBytesPerTransfer_Base, Avgmslatencyfor… |
| Win32_PerfRawData_WindowsMediaPl… | {} | {AFTSExecutionTimems, ArtExtractionTimems, Caption, CommitTimem… |
| Win32_PerfRawData_WindowsWorkflo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_WindowsWorkflo… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_WinNatCounters… | {} | {Caption, CurrentSessionCount, Description, DroppedICMPerrorpac… |
| Win32_PerfRawData_WinNatCounters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_WinNatCounters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_WinNatCounters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_WinNatCounters… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_WorkflowServic… | {} | {AverageWorkflowLoadTime, AverageWorkflowLoadTime_Base, Average… |
| Win32_PerfRawData_WSearchIdxPi_S… | {} | {ActiveConnections, Caption, CleanWidSets, Description…} |
| Win32_PerfRawData_XTPDatabaseEng… | {} | {Caption, CursordeletesPersec, CursorinsertsPersec, Cursorscans… |
| Win32_PerfRawData_XTPDatabaseEng… | {} | {Caption, Description, DustycornerscanretriesPersecGCissued, Fr… |
| Win32_PerfRawData_XTPDatabaseEng… | {} | {Caption, Description, DustycornerscanretriesPersecPhantomissue… |
| Win32_PerfRawData_XTPDatabaseEng… | {} | {Caption, CheckpointsClosed, CheckpointsCompleted, CoreMergesCo… |
| Win32_PerfRawData_XTPDatabaseEng… | {} | {Caption, Description, Frequency_Object, Frequency_PerfTime…} |
| Win32_PerfRawData_XTPDatabaseEng… | {} | {Caption, CascadingabortsPersec, CommitdependenciestakenPersec,… |
| Win32_PhysicalMedia | {} | {Capacity, Caption, CleanerMedia, CreationClassName…} |
| Win32_PhysicalMemory | {} | {Attributes, BankLabel, Capacity, Caption…} |
| Win32_PhysicalMemoryLocation | {} | {GroupComponent, LocationWithinContainer, PartComponent} |
| Win32_PingStatus | {} | {Address, BufferSize, NoFragmentation, PrimaryAddressResolution… |
| Win32_PNPAllocatedResource | {} | {Antecedent, Dependent} |
| Win32_PnPDevice | {} | {SameElement, SystemElement} |
| Win32_PnPDeviceProperty | {} | {DeviceID, key, KeyName, Type} |
| Win32_PnPDevicePropertyBinary | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyBoolean | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyBooleanArray | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyDateTime | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyReal32 | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyReal32Array | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyReal64 | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyReal64Array | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertySecurityD… | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertySecurityD… | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertySint16 | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertySint16Array | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertySint32 | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertySint32Array | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertySint64 | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertySint8 | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertySint8Array | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyString | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyStringArray | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyUint16 | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyUint16Array | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyUint32 | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyUint32Array | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyUint64 | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPDevicePropertyUint8 | {} | {Data, DeviceID, key, KeyName…} |
| Win32_PnPSignedDriverCIMDataFile | {} | {Antecedent, Dependent} |
| Win32_PortConnector | {} | {Caption, ConnectorPinout, ConnectorType, CreationClassName…} |
| Win32_PortResource | {} | {Alias, Caption, CreationClassName, CSCreationClassName…} |
| Win32_POTSModemToSerialPort | {} | {AccessState, Antecedent, Dependent, NegotiatedDataWidth…} |
| Win32_PowerManagementEvent | {} | {EventType, OEMEventCode, SECURITY_DESCRIPTOR, TIME_CREATED} |
| Win32_PrinterConfiguration | {} | {BitsPerPel, Caption, Collate, Color…} |
| Win32_PrinterController | {} | {AccessState, Antecedent, Dependent, NegotiatedDataWidth…} |
| Win32_PrinterDriverDll | {} | {Antecedent, Dependent} |
| Win32_PrinterSetting | {} | {Element, Setting} |
| Win32_PrinterShare | {} | {Antecedent, Dependent} |
| Win32_PrivilegesStatus | {} | {Description, Operation, ParameterInfo, PrivilegesNotHeld…} |
| Win32_ProcessStartTrace | {} | {ParentProcessID, ProcessID, ProcessName, SECURITY_DESCRIPTOR…} |
| Win32_ProcessStartup | {} | {CreateFlags, EnvironmentVariables, ErrorMode, FillAttribute…} |
| Win32_ProcessStopTrace | {} | {ExitStatus, ParentProcessID, ProcessID, ProcessName…} |
| Win32_ProcessTrace | {} | {ParentProcessID, ProcessID, ProcessName, SECURITY_DESCRIPTOR…} |
| Win32_ProductCheck | {} | {Check, Product} |
| Win32_ProductResource | {} | {Product, Resource} |
| Win32_ProductSoftwareFeatures | {} | {Component, Product} |
| Win32_ProgramGroupContents | {} | {GroupComponent, PartComponent} |
| Win32_ProgramGroupOrItem | {} | {Caption, Description, InstallDate, Name…} |
| Win32_Property | {} | {Caption, Description, ProductCode, Property…} |
| Win32_ProtocolBinding | {} | {Antecedent, Dependent, Device} |
| Win32_QuickFixEngineering | {} | {Caption, CSName, Description, FixComments…} |
| Win32_QuotaSetting | {} | {Caption, DefaultLimit, DefaultWarningLimit, Description…} |
| Win32_Registry | {} | {Caption, CurrentSize, Description, InstallDate…} |
| Win32_Reliability | {} | {} |
| Win32_RoamingProfileBackgroundUp… | {} | {Interval, SchedulingMethod, Time} |
| Win32_RoamingProfileMachineConfi… | {} | {AddAdminGroupToRUPEnabled, AllowCrossForestUserPolicy, Backgro… |
| Win32_RoamingProfileSlowLinkParams | {} | {ConnectionTransferRate, TimeOut} |
| Win32_RoamingProfileUserConfigur… | {} | {DirectoriesToSyncAtLogonLogoff, ExcludedProfileDirs, IsConfigu… |
| Win32_RoamingUserHealthConfigura… | {} | {HealthStatusForTempProfiles, LastProfileDownloadIntervalCautio… |
| Win32_SCSIControllerDevice | {} | {AccessState, Antecedent, Dependent, NegotiatedDataWidth…} |
| Win32_SecurityDescriptor | {} | {ControlFlags, DACL, Group, Owner…} |
| Win32_SecuritySettingAccess | {} | {AccessMask, GuidInheritedObjectType, GuidObjectType, Inheritan… |
| Win32_SecuritySettingAuditing | {} | {AuditedAccessMask, GuidInheritedObjectType, GuidObjectType, In… |
| Win32_SecuritySettingGroup | {} | {Group, SecuritySetting} |
| Win32_SecuritySettingOfLogicalFile | {} | {Element, Setting} |
| Win32_SecuritySettingOfLogicalShare | {} | {Element, Setting} |
| Win32_SecuritySettingOfObject | {} | {Element, Setting} |
| Win32_SecuritySettingOwner | {} | {Owner, SecuritySetting} |
| Win32_SerialPortConfiguration | {} | {AbortReadWriteOnError, BaudRate, BinaryModeEnabled, BitsPerByt… |
| Win32_SerialPortSetting | {} | {Element, Setting} |
| Win32_ServerConnection | {} | {ActiveTime, Caption, ComputerName, ConnectionID…} |
| Win32_ServerSession | {} | {ActiveTime, Caption, ClientType, ComputerName…} |
| Win32_ServiceControl | {} | {Arguments, Caption, Description, Event…} |
| Win32_ServiceSpecificationService | {} | {Check, Element} |
| Win32_Session | {} | {Caption, Description, InstallDate, Name…} |
| Win32_SessionConnection | {} | {Antecedent, Dependent} |
| Win32_SessionProcess | {} | {Antecedent, Dependent} |
| Win32_SessionResource | {} | {Antecedent, Dependent} |
| Win32_SettingCheck | {} | {Check, Setting} |
| Win32_ShadowBy | {} | {Antecedent, Dependent} |
| Win32_ShadowContext | {} | {Caption, ClientAccessible, Description, Differential…} |
| Win32_ShadowDiffVolumeSupport | {} | {Antecedent, Dependent} |
| Win32_ShadowFor | {} | {Antecedent, Dependent} |
| Win32_ShadowOn | {} | {Antecedent, Dependent} |
| Win32_ShadowProvider | {} | {Caption, CLSID, Description, ID…} |
| Win32_ShadowVolumeSupport | {} | {Antecedent, Dependent} |
| Win32_ShareToDirectory | {} | {Share, SharedElement} |
| Win32_ShortcutSAP | {} | {Action, Element} |
| Win32_SID | {} | {AccountName, BinaryRepresentation, ReferencedDomainName, SID…} |
| Win32_SIDandAttributes | {} | {Attributes, SID} |
| Win32_SoftwareElement | {} | {Attributes, BuildNumber, Caption, CodeSet…} |
| Win32_SoftwareElementAction | {} | {Action, Element} |
| Win32_SoftwareElementCheck | {} | {Check, Element, Phase} |
| Win32_SoftwareElementResource | {} | {Element, Setting} |
| Win32_SoftwareFeatureAction | {} | {Action, Element} |
| Win32_SoftwareFeatureCheck | {} | {Check, Element} |
| Win32_SoftwareFeatureParent | {} | {Antecedent, Dependent} |
| Win32_SoftwareFeatureSoftwareEle… | {} | {GroupComponent, PartComponent} |
| Win32_StartupCommand | {} | {Caption, Command, Description, Location…} |
| Win32_SubDirectory | {} | {GroupComponent, PartComponent} |
| Win32_SubSession | {} | {Antecedent, Dependent} |
| Win32_SystemAccount | {} | {Caption, Description, Domain, InstallDate…} |
| Win32_SystemBIOS | {} | {GroupComponent, PartComponent} |
| Win32_SystemBootConfiguration | {} | {Element, Setting} |
| Win32_SystemConfigurationChangeE… | {} | {EventType, SECURITY_DESCRIPTOR, TIME_CREATED} |
| Win32_SystemDesktop | {} | {Element, Setting} |
| Win32_SystemDevices | {} | {GroupComponent, PartComponent} |
| Win32_SystemDriverPNPEntity | {} | {Antecedent, Dependent} |
| Win32_SystemLoadOrderGroups | {} | {GroupComponent, PartComponent} |
| Win32_SystemMemoryResource | {} | {Caption, CreationClassName, CSCreationClassName, CSName…} |
| Win32_SystemNetworkConnections | {} | {GroupComponent, PartComponent} |
| Win32_SystemOperatingSystem | {} | {GroupComponent, PartComponent, PrimaryOS} |
| Win32_SystemPartitions | {} | {GroupComponent, PartComponent} |
| Win32_SystemProcesses | {} | {GroupComponent, PartComponent} |
| Win32_SystemProgramGroups | {} | {Element, Setting} |
| Win32_SystemResources | {} | {GroupComponent, PartComponent} |
| Win32_SystemServices | {} | {GroupComponent, PartComponent} |
| Win32_SystemSetting | {} | {Element, Setting} |
| Win32_SystemSlot | {} | {BusNumber, Caption, ConnectorPinout, ConnectorType…} |
| Win32_SystemSystemDriver | {} | {GroupComponent, PartComponent} |
| Win32_SystemTimeZone | {} | {Element, Setting} |
| Win32_SystemTrace | {} | {SECURITY_DESCRIPTOR, TIME_CREATED} |
| Win32_SystemUsers | {} | {GroupComponent, PartComponent} |
| Win32_TCPIPPrinterPort | {} | {ByteCount, Caption, CreationClassName, Description…} |
| Win32_Thread | {} | {Caption, CreationClassName, CSCreationClassName, CSName…} |
| Win32_ThreadStartTrace | {} | {ProcessID, SECURITY_DESCRIPTOR, StackBase, StackLimit…} |
| Win32_ThreadStopTrace | {} | {ProcessID, SECURITY_DESCRIPTOR, ThreadID, TIME_CREATED} |
| Win32_ThreadTrace | {} | {ProcessID, SECURITY_DESCRIPTOR, ThreadID, TIME_CREATED} |
| Win32_TimeZone | {} | {Bias, Caption, DaylightBias, DaylightDay…} |
| Win32_TokenGroups | {} | {GroupCount, Groups} |
| Win32_TokenPrivileges | {} | {PrivilegeCount, Privileges} |
| Win32_Trustee | {} | {Domain, Name, SID, SidLength…} |
| Win32_USBControllerDevice | {} | {AccessState, Antecedent, Dependent, NegotiatedDataWidth…} |
| Win32_UserDesktop | {} | {Element, Setting} |
| Win32_UserInDomain | {} | {GroupComponent, PartComponent} |
| Win32_UserStateConfigurationCont… | {} | {FolderRedirection, OfflineFiles, RoamingUserProfile} |
| Win32_UTCTime | {} | {Day, DayOfWeek, Hour, Milliseconds…} |
| Win32_VideoConfiguration | {} | {ActualColorResolution, AdapterChipType, AdapterCompatibility, … |
| Win32_VideoSettings | {} | {Element, Setting} |
| Win32_VolumeChangeEvent | {} | {DriveName, EventType, SECURITY_DESCRIPTOR, TIME_CREATED} |
| Win32_VolumeQuota | {} | {Element, Setting} |
| Win32_VolumeQuotaSetting | {} | {Element, Setting} |
| Win32_VolumeUserQuota | {} | {Account, DiskSpaceUsed, Limit, Status…} |
| Win32_WinSAT | {} | {CPUScore, D3DScore, DiskScore, GraphicsScore…} |
| Win32_WMIElementSetting | {} | {Element, Setting} |
| Win32_WMISetting | {} | {ASPScriptDefaultNamespace, ASPScriptEnabled, AutorecoverMofs, … |
| CIM_Action | {Invoke} | {ActionID, Caption, Description, Direction…} |
| CIM_Card | {IsCompatible} | {Caption, CreationClassName, Depth, Description…} |
| CIM_Chassis | {IsCompatible} | {AudibleAlarm, BreachDescription, CableManagementStrategy, Capt… |
| CIM_Check | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| CIM_CopyFileAction | {Invoke} | {ActionID, Caption, DeleteAfterCopy, Description…} |
| CIM_CreateDirectoryAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| CIM_DeviceErrorCounts | {ResetCounter} | {Caption, CriticalErrorCount, Description, DeviceCreationClassN… |
| CIM_DirectoryAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| CIM_DirectorySpecification | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| CIM_DiskSpaceCheck | {Invoke} | {AvailableDiskSpace, Caption, CheckID, CheckMode…} |
| CIM_ExecuteProgram | {Invoke} | {ActionID, Caption, CommandLine, Description…} |
| CIM_FileAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| CIM_FileSpecification | {Invoke} | {Caption, CheckID, CheckMode, CheckSum…} |
| CIM_MemoryCheck | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| CIM_ModifySettingAction | {Invoke} | {ActionID, ActionType, Caption, Description…} |
| CIM_OSVersionCheck | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| CIM_PhysicalFrame | {IsCompatible} | {AudibleAlarm, BreachDescription, CableManagementStrategy, Capt… |
| CIM_PhysicalPackage | {IsCompatible} | {Caption, CreationClassName, Depth, Description…} |
| CIM_Rack | {IsCompatible} | {AudibleAlarm, BreachDescription, CableManagementStrategy, Capt… |
| CIM_RebootAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| CIM_RemoveDirectoryAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| CIM_RemoveFileAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| CIM_SettingCheck | {Invoke} | {Caption, CheckID, CheckMode, CheckType…} |
| CIM_SoftwareElementVersionCheck | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| CIM_SwapSpaceCheck | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| CIM_UnitaryComputerSystem | {SetPowerState} | {Caption, CreationClassName, Description, InitialLoadInfo…} |
| CIM_VersionCompatibilityCheck | {Invoke} | {AllowDownVersion, AllowMultipleVersions, Caption, CheckID…} |
| SoftwareLicensingTokenActivation… | {Uninstall} | {AdditionalInfo, AuthorizationStatus, Description, ExpirationDa… |
| Win32_BaseBoard | {IsCompatible} | {Caption, ConfigOptions, CreationClassName, Depth…} |
| Win32_BindImageAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| Win32_ClassInfoAction | {Invoke} | {ActionID, AppID, Argument, Caption…} |
| Win32_Condition | {Invoke} | {Caption, CheckID, CheckMode, Condition…} |
| Win32_CreateFolderAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| Win32_DfsNode | {Create} | {Caption, Description, InstallDate, Name…} |
| Win32_DirectorySpecification | {Invoke} | {Caption, CheckID, CheckMode, DefaultDir…} |
| Win32_DuplicateFileAction | {Invoke} | {ActionID, Caption, DeleteAfterCopy, Description…} |
| Win32_EnvironmentSpecification | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| Win32_ExtensionInfoAction | {Invoke} | {ActionID, Argument, Caption, Command…} |
| Win32_FileSpecification | {Invoke} | {Attributes, Caption, CheckID, CheckMode…} |
| Win32_FontInfoAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| Win32_Group | {Rename} | {Caption, Description, Domain, InstallDate…} |
| Win32_IniFileSpecification | {Invoke} | {Action, Caption, CheckID, CheckMode…} |
| Win32_LaunchCondition | {Invoke} | {Caption, CheckID, CheckMode, Condition…} |
| Win32_MIMEInfoAction | {Invoke} | {ActionID, Caption, CLSID, ContentType…} |
| Win32_MoveFileAction | {Invoke} | {ActionID, Caption, Description, DestFolder…} |
| Win32_ODBCDataSourceSpecification | {Invoke} | {Caption, CheckID, CheckMode, DataSource…} |
| Win32_ODBCDriverSpecification | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| Win32_ODBCTranslatorSpecification | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| Win32_PhysicalMemoryArray | {IsCompatible} | {Caption, CreationClassName, Depth, Description…} |
| Win32_ProgIDSpecification | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| Win32_PublishComponentAction | {Invoke} | {ActionID, AppData, Caption, ComponentID…} |
| Win32_RegistryAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| Win32_ReliabilityRecords | {GetRecordCount} | {ComputerName, EventIdentifier, InsertionStrings, Logfile…} |
| Win32_ReliabilityStabilityMetrics | {GetRecordCount} | {EndMeasurementDate, RelID, StartMeasurementDate, SystemStabili… |
| Win32_RemoveFileAction | {Invoke} | {ActionID, Caption, Description, Direction…} |
| Win32_RemoveIniAction | {Invoke} | {Action, ActionID, Caption, Description…} |
| Win32_ReserveCost | {Invoke} | {Caption, CheckID, CheckMode, Description…} |
| Win32_SelfRegModuleAction | {Invoke} | {ActionID, Caption, Cost, Description…} |
| Win32_ServiceSpecification | {Invoke} | {Caption, CheckID, CheckMode, Dependencies…} |
| Win32_ShadowStorage | {Create} | {AllocatedSpace, DiffVolume, MaxSpace, UsedSpace…} |
| Win32_ShortcutAction | {Invoke} | {ActionID, Arguments, Caption, Description…} |
| Win32_SoftwareElementCondition | {Invoke} | {Caption, CheckID, CheckMode, Condition…} |
| Win32_SystemEnclosure | {IsCompatible} | {AudibleAlarm, BreachDescription, CableManagementStrategy, Capt… |
| Win32_TypeLibraryAction | {Invoke} | {ActionID, Caption, Cost, Description…} |
| Win32_UserAccount | {Rename} | {AccountType, Caption, Description, Disabled…} |
| Win32_UserProfile | {ChangeOwner} | {AppDataRoaming, Contacts, Desktop, Documents…} |
| CIM_AggregatePExtent | {SetPowerState, R… | {Access, Availability, BlockSize, Caption…} |
| CIM_AggregatePSExtent | {SetPowerState, R… | {Access, Availability, BlockSize, Caption…} |
| CIM_Battery | {SetPowerState, R… | {Availability, BatteryStatus, Caption, Chemistry…} |
| CIM_BinarySensor | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_BootService | {StartService, St… | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_CacheMemory | {SetPowerState, R… | {Access, AdditionalErrorData, Associativity, Availability…} |
| CIM_CDROMDrive | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| CIM_Controller | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_CoolingDevice | {SetPowerState, R… | {ActiveCooling, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_CurrentSensor | {SetPowerState, R… | {Accuracy, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_DesktopMonitor | {SetPowerState, R… | {Availability, Bandwidth, Caption, ConfigManagerErrorCode…} |
| CIM_DiscreteSensor | {SetPowerState, R… | {AcceptableValues, Availability, Caption, ConfigManagerErrorCod… |
| CIM_DiskDrive | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| CIM_DisketteDrive | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| CIM_DiskPartition | {SetPowerState, R… | {Access, Availability, BlockSize, Bootable…} |
| CIM_Display | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_FlatPanel | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_HeatPipe | {SetPowerState, R… | {ActiveCooling, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_InfraredController | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_Keyboard | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_LogicalDevice | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_LogicalDisk | {SetPowerState, R… | {Access, Availability, BlockSize, Caption…} |
| CIM_MagnetoOpticalDrive | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| CIM_ManagementController | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_MediaAccessDevice | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| CIM_Memory | {SetPowerState, R… | {Access, AdditionalErrorData, Availability, BlockSize…} |
| CIM_MultiStateSensor | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_NetworkAdapter | {SetPowerState, R… | {AutoSense, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_NonVolatileStorage | {SetPowerState, R… | {Access, AdditionalErrorData, Availability, BlockSize…} |
| CIM_NumericSensor | {SetPowerState, R… | {Accuracy, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_OperatingSystem | {Reboot, Shutdown} | {Caption, CreationClassName, CSCreationClassName, CSName…} |
| CIM_ParallelController | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| CIM_PCIController | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_PCMCIAController | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_PCVideoController | {SetPowerState, R… | {AcceleratorCapabilities, Availability, CapabilityDescriptions,… |
| CIM_PhysicalExtent | {SetPowerState, R… | {Access, Availability, BlockSize, Caption…} |
| CIM_PointingDevice | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_PotsModem | {SetPowerState, R… | {AnswerMode, Availability, Caption, CompressionInfo…} |
| CIM_PowerSupply | {SetPowerState, R… | {ActiveInputVoltage, Availability, Caption, ConfigManagerErrorC… |
| CIM_Printer | {SetPowerState, R… | {Availability, AvailableJobSheets, Capabilities, CapabilityDesc… |
| CIM_Processor | {SetPowerState, R… | {AddressWidth, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_ProtectedSpaceExtent | {SetPowerState, R… | {Access, Availability, BlockSize, Caption…} |
| CIM_Refrigeration | {SetPowerState, R… | {ActiveCooling, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_Scanner | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_SCSIController | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_Sensor | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_SerialController | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| CIM_Service | {StartService, St… | {Caption, CreationClassName, Description, InstallDate…} |
| CIM_StorageExtent | {SetPowerState, R… | {Access, Availability, BlockSize, Caption…} |
| CIM_StorageVolume | {SetPowerState, R… | {Access, Availability, BlockSize, Caption…} |
| CIM_Tachometer | {SetPowerState, R… | {Accuracy, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_TapeDrive | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| CIM_TemperatureSensor | {SetPowerState, R… | {Accuracy, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_UninterruptiblePowerSupply | {SetPowerState, R… | {ActiveInputVoltage, Availability, Caption, ConfigManagerErrorC… |
| CIM_USBController | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_UserDevice | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| CIM_VideoController | {SetPowerState, R… | {AcceleratorCapabilities, Availability, CapabilityDescriptions,… |
| CIM_VolatileStorage | {SetPowerState, R… | {Access, AdditionalErrorData, Availability, BlockSize…} |
| CIM_VoltageSensor | {SetPowerState, R… | {Accuracy, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_VolumeSet | {SetPowerState, R… | {Access, Availability, BlockSize, Caption…} |
| CIM_WORMDrive | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| Win32_1394Controller | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| Win32_ApplicationService | {StartService, St… | {Caption, CreationClassName, Description, InstallDate…} |
| Win32_Battery | {SetPowerState, R… | {Availability, BatteryRechargeTime, BatteryStatus, Caption…} |
| Win32_Bus | {SetPowerState, R… | {Availability, BusNum, BusType, Caption…} |
| Win32_CacheMemory | {SetPowerState, R… | {Access, AdditionalErrorData, Associativity, Availability…} |
| Win32_CDROMDrive | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| Win32_CurrentProbe | {SetPowerState, R… | {Accuracy, Availability, Caption, ConfigManagerErrorCode…} |
| Win32_DesktopMonitor | {SetPowerState, R… | {Availability, Bandwidth, Caption, ConfigManagerErrorCode…} |
| Win32_DiskDrive | {SetPowerState, R… | {Availability, BytesPerSector, Capabilities, CapabilityDescript… |
| Win32_DiskPartition | {SetPowerState, R… | {Access, Availability, BlockSize, Bootable…} |
| Win32_HeatPipe | {SetPowerState, R… | {ActiveCooling, Availability, Caption, ConfigManagerErrorCode…} |
| Win32_IDEController | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| Win32_InfraredDevice | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| Win32_Keyboard | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| Win32_LogicalFileSecuritySetting | {GetSecurityDescr… | {Caption, ControlFlags, Description, OwnerPermissions…} |
| Win32_LogicalShareSecuritySetting | {GetSecurityDescr… | {Caption, ControlFlags, Description, Name…} |
| Win32_MappedLogicalDisk | {SetPowerState, R… | {Access, Availability, BlockSize, Caption…} |
| Win32_MemoryArray | {SetPowerState, R… | {Access, AdditionalErrorData, Availability, BlockSize…} |
| Win32_MemoryDevice | {SetPowerState, R… | {Access, AdditionalErrorData, Availability, BlockSize…} |
| Win32_MotherboardDevice | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| Win32_ParallelPort | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| Win32_PCMCIAController | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| Win32_PnPSignedDriver | {StartService, St… | {Caption, ClassGuid, CompatID, CreationClassName…} |
| Win32_PointingDevice | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| Win32_PortableBattery | {SetPowerState, R… | {Availability, BatteryStatus, CapacityMultiplier, Caption…} |
| Win32_POTSModem | {SetPowerState, R… | {AnswerMode, AttachedTo, Availability, BlindOff…} |
| Win32_PrintJob | {Pause, Resume} | {Caption, Color, DataType, Description…} |
| Win32_Processor | {SetPowerState, R… | {AddressWidth, Architecture, AssetTag, Availability…} |
| Win32_Refrigeration | {SetPowerState, R… | {ActiveCooling, Availability, Caption, ConfigManagerErrorCode…} |
| Win32_ScheduledJob | {Create, Delete} | {Caption, Command, DaysOfMonth, DaysOfWeek…} |
| Win32_SCSIController | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| Win32_SecuritySetting | {GetSecurityDescr… | {Caption, ControlFlags, Description, SettingID} |
| Win32_SerialPort | {SetPowerState, R… | {Availability, Binary, Capabilities, CapabilityDescriptions…} |
| Win32_ShadowCopy | {Create, Revert} | {Caption, ClientAccessible, Count, Description…} |
| Win32_SMBIOSMemory | {SetPowerState, R… | {Access, AdditionalErrorData, Availability, BlockSize…} |
| Win32_SoftwareFeature | {Reinstall, Confi… | {Accesses, Attributes, Caption, Description…} |
| Win32_SoundDevice | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| Win32_TapeDrive | {SetPowerState, R… | {Availability, Capabilities, CapabilityDescriptions, Caption…} |
| Win32_TemperatureProbe | {SetPowerState, R… | {Accuracy, Availability, Caption, ConfigManagerErrorCode…} |
| Win32_USBController | {SetPowerState, R… | {Availability, Caption, ConfigManagerErrorCode, ConfigManagerUs… |
| Win32_VideoController | {SetPowerState, R… | {AcceleratorCapabilities, AdapterCompatibility, AdapterDACType,… |
| Win32_VoltageProbe | {SetPowerState, R… | {Accuracy, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_AlarmDevice | {SetPowerState, R… | {AudibleAlarm, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_Fan | {SetPowerState, R… | {ActiveCooling, Availability, Caption, ConfigManagerErrorCode…} |
| CIM_USBDevice | {SetPowerState, R… | {Availability, Caption, ClassCode, ConfigManagerErrorCode…} |
| CIM_USBHub | {SetPowerState, R… | {Availability, Caption, ClassCode, ConfigManagerErrorCode…} |
| Win32_Fan | {SetPowerState, R… | {ActiveCooling, Availability, Caption, ConfigManagerErrorCode…} |
| Win32_PrinterDriver | {StartService, St… | {Caption, ConfigFile, CreationClassName, DataFile…} |
| Win32_USBHub | {SetPowerState, R… | {Availability, Caption, ClassCode, ConfigManagerErrorCode…} |
| CIM_ClusteringService | {StartService, St… | {Caption, CreationClassName, Description, InstallDate…} |
| Msft_Providers | {Suspend, Resume,… | {HostingGroup, HostingSpecification, HostProcessIdentifier, Loc… |
| Win32_ClusterShare | {Create, SetShare… | {AccessMask, AllowMaximum, Caption, Description…} |
| Win32_ComputerSystem | {SetPowerState, R… | {AdminPasswordStatus, AutomaticManagedPagefile, AutomaticResetB… |
| Win32_NetworkAdapter | {SetPowerState, R… | {AdapterType, AdapterTypeId, AutoSense, Availability…} |
| Win32_Share | {Create, SetShare… | {AccessMask, AllowMaximum, Caption, Description…} |
| Win32_LogicalDisk | {SetPowerState, R… | {Access, Availability, BlockSize, Caption…} |
| Win32_OperatingSystem | {Reboot, Shutdown… | {BootDevice, BuildNumber, BuildType, Caption…} |
| Win32_PnPEntity | {SetPowerState, R… | {Availability, Caption, ClassGuid, CompatibleID…} |
| Win32_DCOMApplicationSetting | {GetLaunchSecurit… | {AppID, AuthenticationLevel, Caption, CustomSurrogate…} |
| Win32_SecurityDescriptorHelper | {Win32SDToSDDL, W… | {} |
| __SystemSecurity | {GetSD, GetSecuri… | {} |
| Win32_Process | {Create, Terminat… | {Caption, CommandLine, CreationClassName, CreationDate…} |
| Win32_Product | {Install, Admin, … | {AssignmentType, Caption, Description, HelpLink…} |
| Win32_BaseService | {StartService, St… | {AcceptPause, AcceptStop, Caption, CreationClassName…} |
| Win32_SystemDriver | {StartService, St… | {AcceptPause, AcceptStop, Caption, CreationClassName…} |
| Win32_Printer | {SetPowerState, R… | {Attributes, Availability, AvailableJobSheets, AveragePagesPerM… |
| Win32_Volume | {SetPowerState, R… | {Access, Automount, Availability, BlockSize…} |
| Win32_Service | {StartService, St… | {AcceptPause, AcceptStop, Caption, CheckPoint…} |
| CIM_DataFile | {TakeOwnerShip, C… | {AccessMask, Archive, Caption, Compressed…} |
| CIM_DeviceFile | {TakeOwnerShip, C… | {AccessMask, Archive, Caption, Compressed…} |
| CIM_Directory | {TakeOwnerShip, C… | {AccessMask, Archive, Caption, Compressed…} |
| CIM_LogicalFile | {TakeOwnerShip, C… | {AccessMask, Archive, Caption, Compressed…} |
| Win32_CodecFile | {TakeOwnerShip, C… | {AccessMask, Archive, Caption, Compressed…} |
| Win32_Directory | {TakeOwnerShip, C… | {AccessMask, Archive, Caption, Compressed…} |
| Win32_PageFile | {TakeOwnerShip, C… | {AccessMask, Archive, Caption, Compressed…} |
| Win32_ShortcutFile | {TakeOwnerShip, C… | {AccessMask, Archive, Caption, Compressed…} |
| Win32_NTEventlogFile | {TakeOwnerShip, C… | {AccessMask, Archive, Caption, Compressed…} |
| SoftwareLicensingProduct | {UninstallProduct… | {ADActivationCsvlkPid, ADActivationCsvlkSkuId, ADActivationObje… |
| StdRegProv | {CreateKey, Delet… | {} |
| SoftwareLicensingService | {InstallProductKe… | {ClientMachineID, DiscoveredKeyManagementServiceMachineIpAddres… |
| Win32_NetworkAdapterConfiguration | {EnableDHCP, Rene… | {ArpAlwaysSourceRoute, ArpUseEtherSNAP, Caption, DatabasePath…} |


