| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
| windows:powershell:commands:get-cimclass [2020/02/18 13:16] – ともやん | windows:powershell:commands:get-cimclass [2020/05/29 16:25] (現在) – [Get-CimClass] ともやん |
|---|
| <style> | <style> |
| #result pre { | #result pre { |
| /*height: 300px;*/ | height: 400px; |
| overflow: scroll; | overflow: scroll; |
| overflow-x: hidden; | overflow-x: hidden; |
| </html> | </html> |
| ====== Get-CimClass ====== | ====== Get-CimClass ====== |
| 特定の名前空間にあるCIMクラスのリストを取得する。\\ | 特定の名前空間にある CIM クラスのリストを取得する。\\ |
| \\ | \\ |
| | **Common Information Model (CIM) とは...**\\ |
| | [[open_standard:cim|Common Information Model (CIM)]]\\ |
| | |
| | ===== Get-CimClass -NameSpace "root\CIMV2"(Default) ===== |
| **Windows 10**\\ | **Windows 10**\\ |
| <WRAP prewrap 100% #result> | <WRAP prewrap 100% #result> |
| </code> | </code> |
| </WRAP> | </WRAP> |
| | |
| | ===== Get-CimClass -NameSpace "root\WMI" ===== |
| | **Windows 10**\\ |
| | <WRAP prewrap 100% #result> |
| | <code powershell> |
| | > Get-CimClass -NameSpace "root\WMI" |
| | |
| | |
| | NameSpace: ROOT/WMI |
| | |
| | CimClassName CimClassMethods CimClassProperties |
| | ------------ --------------- ------------------ |
| | CIM_Indication {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime…} |
| | CIM_ClassIndication {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime…} |
| | CIM_ClassDeletion {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime…} |
| | CIM_ClassCreation {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime…} |
| | CIM_ClassModification {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime…} |
| | CIM_InstIndication {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime…} |
| | CIM_InstCreation {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime…} |
| | CIM_InstModification {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime…} |
| | CIM_InstDeletion {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime…} |
| | __NotifyStatus {} {StatusCode} |
| | __ExtendedStatus {} {StatusCode, Description, Operation, ParameterInfo…} |
| | Win32_PrivilegesStatus {} {StatusCode, Description, Operation, ParameterInfo…} |
| | CIM_Error {} {CIMStatusCode, CIMStatusCodeDescription, ErrorSource, ErrorSourceFormat…} |
| | MSFT_WmiError {} {CIMStatusCode, CIMStatusCodeDescription, ErrorSource, ErrorSourceFormat…} |
| | MSFT_ExtendedStatus {} {CIMStatusCode, CIMStatusCodeDescription, ErrorSource, ErrorSourceFormat…} |
| | __SecurityRelatedClass {} {} |
| | __Trustee {} {Domain, Name, SID, SidLength…} |
| | __NTLMUser9X {} {Authority, Flags, Mask, Name…} |
| | __ACE {} {AccessMask, AceFlags, AceType, GuidInheritedObjectType…} |
| | __SecurityDescriptor {} {ControlFlags, DACL, Group, Owner…} |
| | __PARAMETERS {} {} |
| | __SystemClass {} {} |
| | __ProviderRegistration {} {provider} |
| | __EventProviderRegistration {} {provider, EventQueryList} |
| | __ObjectProviderRegistration {} {provider, InteractionType, QuerySupportLevels, SupportsBatching…} |
| | __ClassProviderRegistration {} {provider, InteractionType, QuerySupportLevels, SupportsBatching…} |
| | __InstanceProviderRegistration {} {provider, InteractionType, QuerySupportLevels, SupportsBatching…} |
| | __MethodProviderRegistration {} {provider} |
| | __PropertyProviderRegistration {} {provider, SupportsGet, SupportsPut} |
| | __EventConsumerProviderRegistration {} {provider, ConsumerClassNames} |
| | __thisNAMESPACE {} {SECURITY_DESCRIPTOR} |
| | __NAMESPACE {} {Name} |
| | __IndicationRelated {} {} |
| | __FilterToConsumerBinding {} {Consumer, CreatorSID, DeliverSynchronously, DeliveryQoS…} |
| | __EventConsumer {} {CreatorSID, MachineName, MaximumQueueSize} |
| | __AggregateEvent {} {NumberOfEvents, Representative} |
| | __TimerNextFiring {} {NextEvent64BitTime, TimerId} |
| | __EventFilter {} {CreatorSID, EventAccess, EventNamespace, Name…} |
| | __Event {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | __NamespaceOperationEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetNamespace} |
| | __NamespaceModificationEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetNamespace, PreviousNamespace} |
| | __NamespaceDeletionEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetNamespace} |
| | __NamespaceCreationEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetNamespace} |
| | __ClassOperationEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetClass} |
| | __ClassDeletionEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetClass} |
| | __ClassModificationEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetClass, PreviousClass} |
| | __ClassCreationEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetClass} |
| | __InstanceOperationEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetInstance} |
| | __InstanceCreationEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetInstance} |
| | __MethodInvocationEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetInstance, Method…} |
| | __InstanceModificationEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetInstance, PreviousInstance} |
| | __InstanceDeletionEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, TargetInstance} |
| | __TimerEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, NumFirings, TimerId} |
| | __ExtrinsicEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | __SystemEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | __EventDroppedEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Event, IntendedConsumer} |
| | __EventQueueOverflowEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Event, IntendedConsumer…} |
| | __QOSFailureEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Event, IntendedConsumer…} |
| | __ConsumerFailureEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Event, IntendedConsumer…} |
| | MSiSCSI_Eventlog {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalData…} |
| | WMIEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | MSNdis_StatusMediaConnect {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | MSNdis_StatusResetEnd {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | MSNdis_NotifyAdapterArrival {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, DeviceName…} |
| | MSMCAInfo_RawCorrectedPlatformEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, Count…} |
| | KernelIdleStateChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusDot11ConnectionComple… {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSMCAEvent_MemoryError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | MSMCAEvent_PCIBusError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | ProcessorCStateEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | KernelPerfStateDomainChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusDot11PhyStateChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusResetStart {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | WmiMonitorBrightnessEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, Brightness…} |
| | MSNdis_StatusDot11RoamingStart {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusPortState {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSFC_LinkEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdapterWWN…} |
| | MSMCAEvent_SwitchToCPEPolling {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | MSMCAEvent_TLBError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | MSFC_AdapterEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, EventType…} |
| | MSFC_TargetEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, DiscoveredPortWWN…} |
| | MSBatteryClassEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | BatteryStatusChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, Charging…} |
| | BatteryTagChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSMCAEvent_BusError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | MSMCAEvent_PlatformSpecificError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | IdleAccountingEx {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusDot11RoamingCompletion {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MS_SM_AdapterEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, EventType…} |
| | MSNdis_StatusDot11PmkidCandidateLi… {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusDot11AssociationCompl… {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusDot11ScanConfirm {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusDot11ConnectionStart {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusDevicePowerOn {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, Device…} |
| | MSNdis_StatusTaskOffloadChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusProtocolBind {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusProtocolUnbind {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusLinkState {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusDot11TkipmicFailure {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSMCAEvent_SMBIOSError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | MSMCAEvent_InvalidError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | MSNdis_NotifyAdapterRemoval {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, DeviceName…} |
| | MSMCAEvent_CPUError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | MSMCAInfo_RawCMCEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, Count…} |
| | MS_SM_PortEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, EventType…} |
| | MSNdis_StatusDevicePowerOff {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, Device…} |
| | MSNdis_StatusExternalConnectivityC… {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusDot11MPDUMaxLengthCha… {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_NotifyVcRemoval {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | ProcessorPerfStateEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, HighestState…} |
| | MSTapeDriveProblemEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, DriveProblemType…} |
| | MSNdis_StatusDot11Disassociation {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusPacketFilterChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | KernelThermalPolicyChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, CoolingMode…} |
| | MSNdis_StatusNetworkChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSMCAEvent_MemoryHierarchyError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | MS_SM_TargetEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, DiscoveredPortWWN…} |
| | MSNdis_StatusDevicePowerOnEx {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, Device…} |
| | MSNdis_NotifyFilterRemoval {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | MSNdis_StatusOperationalStatus {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | WMIACPIEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, evBytes…} |
| | MSNdis_StatusMediaSpecificIndicati… {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSMCAEvent_SystemEventError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | MSNdis_StatusDot11LinkQuality {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSMCAInfo_RawMCAEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, Count…} |
| | ProcessorThrottleStateEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, HighestState…} |
| | IdleAccounting {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSFC_PortEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, EventType…} |
| | MSMCAEvent_PCIComponentError {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, AdditionalErrors…} |
| | MSNdis_StatusHDSplitCurrentConfig {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, HDSplitCurrentConfig…} |
| | MSMCAEvent_MemoryPageRemoved {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | HDAudioBusEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | HDAudioBus_Enum {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | HDAudBus_DMA {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusDot11AssociationStart {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_StatusLinkSpeedChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | KernelPerfStateChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSNdis_NotifyVcArrival {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | MSStorageDriver_FailurePredictEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | PortClsEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | PortCls_AudioEngine {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | PortCls_PowerState {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | PortCls_SubDevice {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | PortCls_Position {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | PortCls_PinState {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | PortCls_IrpProcessing {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | PortCls_PowerPolicy {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | PortCls_ServiceGroup {} {SECURITY_DESCRIPTOR, TIME_CREATED} |
| | MSNdis_StatusMediaSpecificIndicati… {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | KernelThermalConstraintChange {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName…} |
| | MSWmi_GuidRegistrationInfo {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, GuidCount…} |
| | MSMCAEvent_SwitchToCMCPolling {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | MSChangerProblemEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, ChangerData…} |
| | MSNdis_StatusDevicePowerOffEx {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, Device…} |
| | MSNdis_NotifyFilterArrival {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | MSNdis_StatusMediaDisconnect {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, InstanceName} |
| | MSiSCSI_InitiatorNodeFailureEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, FailureTime…} |
| | MSiSCSI_InitiatorInstanceFailureEv… {} {SECURITY_DESCRIPTOR, TIME_CREATED, Active, FailureType…} |
| | __EventGenerator {} {} |
| | __TimerInstruction {} {SkipIfPassed, TimerId} |
| | __AbsoluteTimerInstruction {} {SkipIfPassed, TimerId, EventDateTime} |
| | __IntervalTimerInstruction {} {SkipIfPassed, TimerId, IntervalBetweenEvents} |
| | __Provider {} {Name} |
| | __Win32Provider {} {Name, ClientLoadableCLSID, CLSID, Concurrency…} |
| | __SystemSecurity {GetSD, GetSecurity… {} |
| | IdleStateAccountingEx {} {FailedTransitions, IdleTimeBuckets, IdleTransitions, InvalidBucketIndex…} |
| | MSiSCSI_PortalInfoClass {} {Active, InstanceName, PortalInfoCount, PortalInformation} |
| | ProcessorAcpiCsdDependency {} {CoordType, Domain, Index, NumberOfEntries…} |
| | MSFC_FibrePortNPIVMethods {CreateVirtualPort,… {Active, InstanceName} |
| | AcpiGenAddr {} {Address, AddressSpaceID, BitOffset, BitWidth…} |
| | MSMCAInfo {} {} |
| | MSMCAInfo_RawMCAData {} {Active, Count, InstanceName, Records} |
| | MSMCAInfo_Entry {} {Data, Length} |
| | MSAgp {} {} |
| | MSAgp_Information {} {Active, AgpCommand, AgpStatus, ApertureBase…} |
| | MSRedbook_DriverInformation {} {Active, CDDAAccurate, CDDASupported, InstanceName…} |
| | MSFC_HBAPortAttributesResults {} {FabricName, NodeWWN, NumberofDiscoveredPorts, PortActiveFc4Types…} |
| | MSIde {} {} |
| | MSIde_PortDeviceInfo {} {Active, Bus, InstanceName, Lun…} |
| | ISCSI_IP_Address {} {IpV4Address, IpV6Address, IpV6FlowInfo, IpV6ScopeId…} |
| | MSiSCSI_LB_Operations {SetLoadBalancePoli… {Active, InstanceName} |
| | MSiSCSIInitiator_LUNList {} {OSLunNumber, TargetLun} |
| | HDAudioControllerErrorStatus {} {CorbMemoryError, RirbFifoOverrun} |
| | MS_SMHBA_PORTLUN {} {domainPortWWN, PortWWN, TargetLun} |
| | MSiSCSI_NICConfig {} {Active, InstanceName, LinkSpeed, LinkState…} |
| | MSDiskDriver {} {} |
| | MSDiskDriver_Performance {} {Active, DeviceName, InstanceName, PerfData} |
| | MSDiskDriver_PerformanceData {} {BytesRead, BytesWritten, IdleTime, QueryTime…} |
| | MSDiskDriver_Geometry {} {Active, BytesPerSector, Cylinders, InstanceName…} |
| | HDAudioDmaEngineErrorStatus {} {DescriptorError, FifoError} |
| | MS_SMHBA_SAS_Port {} {AttachedSASAddress, LocalSASAddress, NumberofDiscoveredPorts, NumberofPhys…} |
| | MSiSCSI_HBAInformation {} {Active, AsicVersion, BiDiScsiCommands, CacheValid…} |
| | MSFC_TM {} {tm_hour, tm_isdst, tm_mday, tm_min…} |
| | MSKernelPpmClass {} {} |
| | KernelPerfStates {} {Active, BusyAdjThreshold, Count, CurrentState…} |
| | KernelIdleStates {} {Active, Count, InstanceName, OldState…} |
| | IdleStateBucketEx {} {Count, MaxTimeUs, MinTimeUs, TotalTimeUs} |
| | WMIACPI_RFGlobalSwitch {} {Active, InstanceName, RFGSStatus} |
| | MSiSCSI_InitiatorSessionInfo {} {Active, InstanceName, SessionCount, SessionsList…} |
| | MSiSCSIInitiator_TargetMappings {} {InitiatorName, LUNList, OSBusNumber, OSDeviceName…} |
| | MSChangerDriver {} {} |
| | MSChangerParameters {} {Active, InstanceName, MagazineSize, NumberOfCleanerSlots…} |
| | MSChangerProblemDeviceError {} {Active, ChangerProblemType, InstanceName} |
| | MSAcpiInfo {} {Active, BootArchitecture, Capabilities, InstanceName…} |
| | WMIACPI_Bluetooth {} {Active, BluetoothStatus, InstanceName} |
| | ISCSI_RedirectPortalInfo {} {OriginalIPAddr, OriginalPort, Redirected, RedirectedIPAddr…} |
| | MSiSCSIInitiator_DeviceOnSession {} {DeviceInterfaceGuid, DeviceInterfaceName, DeviceNumber, DeviceType…} |
| | HBAFCPScsiEntry {} {FCPId, Luid, ScsiId} |
| | ISCSI_TargetPortalGroup {} {PortalCount, Portals} |
| | KernelPerfState {} {Control, DecreaseLevel, DecreaseTime, Frequency…} |
| | MSMCAEvent_Header {} {AdditionalErrors, Cpu, ErrorSeverity, LogToEventlog…} |
| | ISCSI_TargetMapping {} {FromPersistentLogin, LUNCount, LUNList, OSBus…} |
| | MSFC_EventControl {AddTarget, RemoveT… {Active, InstanceName} |
| | BcdStore {OpenStore, ImportS… {FilePath} |
| | MS_SM_FabricAndDomainManagementMet… {SM_SendTEST, SM_Se… {Active, InstanceName} |
| | HBAFC3MgmtInfo {} {IPAddress, IPVersion, NumberOfAttachedNodes, PortId…} |
| | WMIACPI_Bat2Capacity {} {Active, Bat2Capacity, InstanceName} |
| | HBAFCPBindingEntry {} {FCPId, ScsiId, Type} |
| | BcdElement {} {ObjectId, StoreFilePath, Type} |
| | BcdObjectElement {} {ObjectId, StoreFilePath, Type, Id} |
| | BcdDeviceElement {} {ObjectId, StoreFilePath, Type, Device} |
| | BcdUnknownElement {} {ObjectId, StoreFilePath, Type, ActualType} |
| | BcdStringElement {} {ObjectId, StoreFilePath, Type, String} |
| | BcdBooleanElement {} {ObjectId, StoreFilePath, Type, Boolean} |
| | BcdIntegerElement {} {ObjectId, StoreFilePath, Type, Integer} |
| | BcdObjectListElement {} {ObjectId, StoreFilePath, Type, Ids} |
| | BcdIntegerListElement {} {ObjectId, StoreFilePath, Type, Integers} |
| | MSProcessorClass {} {} |
| | ProcessorBiosInfo {} {Active, ApicId, InstanceName, NtNumber…} |
| | ProcessorBiosTStates {} {Active, FadtDutyOffset, FadtDutyWidth, InstanceName…} |
| | ProcessorStatus {} {Active, CurrentPerfState, InstanceName, LastRequestedThrottle…} |
| | ProcessorAcpiCsd {} {Active, Count, Dependency, InstanceName} |
| | ProcessorAcpiTsd {} {Active, Count, Dependency, InstanceName} |
| | ProcessorBiosCStates {} {Active, Cst, CStateVersionInUse, FadtC2Latency…} |
| | WDMClassesOfDriver {} {ClassName, Driver, HighDateTime, LowDateTime} |
| | MSiSCSIInitiator_IKEPresharedKeyAu… {} {AuthMethod, Id, IdType, key…} |
| | IdleStateAccounting {} {FailedTransitions, IdleTimeBuckets, IdleTransitions, InvalidBucketIndex…} |
| | WMIACPI_BIOSVersion {} {Active, InstanceName, vBytes} |
| | WMIACPI_Bat1Capacity {} {Active, Bat1Capacity, InstanceName} |
| | MSFC_NPIVCapabilities {} {Active, DhChapAvailableOnPhysicalPort, DhChapAvailableOnVirtualPorts, InstanceName…} |
| | ProcessorAcpiCst {} {Count, State} |
| | ToasterBusInformation {} {Active, DebugPrintLevel, ErrorCount, InstanceName} |
| | MSiSCSI_RedirectPortalInfoClass {} {Active, InstanceName, RedirectSessionList, SessionCount…} |
| | PerformanceState {} {Flags, Frequency, PercentFrequency} |
| | MSPower {} {} |
| | MSPower_DeviceWakeEnable {} {Active, Enable, InstanceName} |
| | MSPower_DeviceEnable {} {Active, Enable, InstanceName} |
| | ISCSI_LoginOptions {} {AuthType, DataDigest, DefaultTime2Retain, DefaultTime2Wait…} |
| | MSFC_EventBuffer {} {EventInfo, EventType} |
| | MS_SM_PortInformationMethods {SM_GetPortType, SM… {Active, InstanceName} |
| | MSiSCSI_TCPIPConfig {} {Active, AlternateDNSServer, DefaultGateway, EnableDHCP…} |
| | MSiSCSIInitiator_PersistentDevices {} {DevicePath} |
| | MSiSCSI_BootConfiguration {} {Active, DiscoverBootDevice, InitiatorNode, InstanceName…} |
| | MS_SM_HbaApiVersion {} {Description, HbaApiVersion, WmiHbaApiVersion} |
| | MSMouse {} {} |
| | MSMouse_ClassInformation {} {Active, DeviceId, InstanceName} |
| | MSMouse_PortInformation {} {Active, Buttons, ConnectorType, DataQueueSize…} |
| | MSStorageDriver_ScsiRequestBlock {} {cdb, cdbLength, dataBuffer, dataTransferLength…} |
| | MSRedbook_Performance {} {Active, DataProcessed, InstanceName, StreamPausedCount…} |
| | AcpiControlStatus {} {Control, Status} |
| | WMIACPI_BrightnessLevel {} {Active, BrightnessLevel, InstanceName} |
| | MSDeviceUI {} {} |
| | MSDeviceUI_FirmwareRevision {} {Active, FirmwareRevision, InstanceName} |
| | MSSerial {} {} |
| | MSSerial_PerformanceInformation {} {Active, BufferOverrunErrorCount, FrameErrorCount, InstanceName…} |
| | MSSerial_PortName {} {Active, InstanceName, PortName} |
| | MSSerial_CommInfo {} {Active, BaudRate, BitsPerByte, InstanceName…} |
| | MSSerial_HardwareConfiguration {} {Active, BaseIOAddress, InstanceName, InterruptType…} |
| | MSSerial_CommProperties {} {Active, dwCurrentRxQueue, dwCurrentTxQueue, dwMaxBaud…} |
| | MS_SMHBA_SCSIENTRY {} {LUID, PortLun, ScsiId} |
| | MSiSCSIInitiator_MethodClass {RefreshTargetList,… {iSCSINodeName} |
| | MSKeyboard {} {} |
| | MSKeyboard_ExtendedID {} {Active, InstanceName, Subtype, Type} |
| | MSKeyboard_PortInformation {} {Active, ConnectorType, DataQueueSize, ErrorCount…} |
| | MSKeyboard_ClassInformation {} {Active, DeviceId, InstanceName} |
| | RootPortAlternateErrorDelivery {EnableAlternateErr… {Active, InstanceName} |
| | MSFC_HBAFCPInfo {GetFcpTargetMappin… {Active, InstanceName} |
| | MSiSCSI_DiscoveryConfig {} {Active, AutomaticiSNSDiscovery, InitiatorName, InstanceName…} |
| | MSFC_VirtualFibrePortAttributes {} {FabricWWN, FCId, Status, Tag…} |
| | FrequencyRangeDescriptor {} {ActiveHeight, ActiveWidth, ConstraintType, MaxHSyncDenominator…} |
| | ProcessorAcpiXpss {} {Active, Count, InstanceName, State} |
| | MS_SM_AdapterInformationQuery {} {Active, DriverName, DriverVersion, FirmwareVersion…} |
| | MSStorageDriver_ClassErrorLogEntry {} {errorPaging, errorReserved, errorRetried, errorUnhandled…} |
| | ISCSI_RedirectSessionInfo {} {ConnectionCount, RedirectPortalList, TargetPortalGroupTag, UniqueSessionId} |
| | MSiSCSIInitiator_iSNSServerClass {Refresh} {iSNSServerAddress} |
| | MSTapeDriver {} {} |
| | MSTapeDriveParam {} {Active, CompressionCapable, CompressionEnabled, DefaultBlockSize…} |
| | MSTapeSymbolicName {} {Active, InstanceName, TapeSymbolicName} |
| | MSTapeMediaCapacity {} {Active, AvailableCapacity, BlockSize, InstanceName…} |
| | MSTapeProblemDeviceError {} {Active, DriveHardwareError, DriveRequiresCleaning, HardError…} |
| | MSTapeProblemIoError {} {Active, InstanceName, NonMediumErrors, ReadCorrectedWithDelay…} |
| | MSFC_HBAAdapterMethods {GetDiscoveredPortA… {Active, InstanceName} |
| | ISCSI_PortalInfo {} {Index, IPAddr, Port, PortalTag…} |
| | MSStorageDriver {} {} |
| | MSStorageDriver_FailurePredictFunc… {AllowPerformanceHi… {Active, InstanceName} |
| | MSStorageDriver_FailurePredictData {} {Active, InstanceName, Length, VendorSpecific} |
| | MSStorageDriver_ScsiInfoExceptions {} {Active, Flags, InstanceName, IntervalTimer…} |
| | MSStorageDriver_ATAPISmartData {} {Active, Checksum, ErrorLogCapability, ExtendedPollTimeInMinutes…} |
| | MSStorageDriver_FailurePredictThre… {} {Active, InstanceName, VendorSpecific} |
| | MSStorageDriver_FailurePredictStat… {} {Active, InstanceName, PredictFailure, Reason} |
| | MS_SMHBA_FC_Port {} {FabricName, FcId, NodeWWN, NumberofDiscoveredPorts…} |
| | ISCSI_TargetPortal {} {Address, Reserved, Socket} |
| | ProcessorAcpiTssState {} {Control, FreqPercentage, Power, Reserved1…} |
| | MSFC_NPIVLUNMappingInformationEx {} {Active, InstanceName, OSBus, OSLUN…} |
| | MSFC_HBAPortStatistics {} {DumpedFrames, ErrorFrames, InvalidCRCCount, InvalidTxWordCount…} |
| | MSFC_FCAdapterHBAAttributes {} {Active, DriverName, DriverVersion, FirmwareVersion…} |
| | MSiSCSI_RADIUSConfig {} {Active, BackupRADIUSServer, InstanceName, RADIUSServer…} |
| | MSWmi_Guid {} {Guid} |
| | MSFC_FibrePortHBAMethods {ResetStatistics} {Active, InstanceName} |
| | MS_SM_TargetInformationMethods {SM_GetTargetMappin… {Active, InstanceName} |
| | MSNdis {} {} |
| | MSNdis_CoDriverVersion {} {Active, InstanceName, NdisCoDriverVersion} |
| | MSNdis_WmiIPSecOffloadV1_Supported {} {AhEspCombined, Encapsulation, Flags, IPv4Options…} |
| | MSNdis_ReceiveFilterCapabilities {} {EnabledFilterTypes, EnabledQueueTypes, Flags, Header…} |
| | MSNdis_DriverVersion {} {Active, InstanceName, NdisDriverVersion} |
| | MSNdis_80211_ReceiveAntennaSelected {} {Active, InstanceName, Ndis80211ReceiveAntennaSelected} |
| | MSNdis_EthernetPermanentAddress {} {Active, InstanceName, NdisPermanentAddress} |
| | MSNdis_WmiIPSecOffloadV1 {} {WmiIPv4AH, WmiIPv4ESP, WmiSupported} |
| | MSNdis_ReceiveFilterGlobalParamete… {} {EnabledFilterTypes, EnabledQueueTypes, Flags, Header} |
| | MSNdis_FddiLongPermanentAddress {} {Active, InstanceName, NdisPermanentAddress} |
| | MSNdis_FddiLemRejects {} {Active, InstanceName, NdisFddiLemRejects} |
| | MSNdis_80211_RTSThreshold {} {Active, InstanceName, Ndis80211RTSThreshold} |
| | MSNdis_QueryNicSwitchCurrentCapabi… {WmiQueryNICSwitchC… {Active, InstanceName} |
| | MSNdis_QueryPhysicalMediumTypeEx {WmiQueryPhysicalMe… {Active, InstanceName} |
| | MSNdis_PMAdminConfigState {} {NdisPMAdminConfigState} |
| | MSNdis_EthernetCurrentAddress {} {Active, InstanceName, NdisCurrentAddress} |
| | MSNdis_EthernetMacOptions {} {Active, InstanceName, NdisEthernetMacOptions} |
| | MSNdis_PciDeviceProperty {} {CurrentLinkSpeed, CurrentLinkWidth, CurrentPayloadSize, CurrentSpeedAndMode…} |
| | MSNdis_SetHDSplitParameters {WmiSetHDSplitParam… {Active, InstanceName} |
| | MSNdis_AtmMaxAal34PacketSize {} {Active, InstanceName, NdisAtmMaxAal34PacketSize} |
| | MSNdis_CoMediaInUse {} {Active, InstanceName, NdisCoMediaInUse, NumberElements} |
| | MSNdis_TcpOffloadParameters {} {Flags, Header, IPsec, IPv4Checksum…} |
| | MSNdis_EthernetMulticastList {} {Active, InstanceName, NdisMulticastList, NumberElements} |
| | MSNdis_ReceiveFilterInfo {} {FilterId, FilterType, Flags, Header} |
| | MSNdis_WmiTcpConnectionOffload {} {Encapsulation, Flags, Header, SupportIp4…} |
| | MSNdis_EthernetReceiveErrorAlignme… {} {Active, InstanceName, NdisEthernetReceiveErrorAlignment} |
| | MSNdis_80211_AddWEP {} {Active, InstanceName, KeyIndex, KeyLength…} |
| | MSNdis_TcpConnectionOffloadHardwar… {WmiQueryTcpConnect… {Active, InstanceName} |
| | MSNdis_80211_ConfigurationInfo {} {ATIMWindow, BeaconPeriod, ConfigLength, DSConfig…} |
| | MSNdis_QueryReceiveQueueParameters {WmiQueryReceiveQue… {Active, InstanceName} |
| | MSNdis_FddiShortMaximumListSize {} {Active, InstanceName, NdisFddiShortMaximumListSize} |
| | MSNdis_AtmMaxAal1PacketSize {} {Active, InstanceName, NdisAtmMaxAal1PacketSize} |
| | MSNdis_FddiRingManagmentState {} {Active, InstanceName, NdisFddiRingManagmentState} |
| | MSNdis_CoLinkSpeed {} {Active, InstanceName, NdisCoLinkSpeed} |
| | MSNdis_PMCapabilities {} {Active, InstanceName, PMCapabilitiesParam} |
| | MSNdis_PMCapabilitiesParam {} {DeviceSleepOnDisconnect, Header, PMARPOffload, PMNDOffload…} |
| | MSNdis_TokenRingLastOpenStatus {} {Active, InstanceName, NdisTokenRingLastOpenStatus} |
| | MSNdis_80211_ReloadDefaults {} {Active, InstanceName, Ndis80211ReloadDefaults} |
| | MSNdis_FddiFrameErrors {} {Active, InstanceName, NdisFddiFrameErrors} |
| | MSNdis_TransmitsError {} {Active, InstanceName, NdisTransmitsError} |
| | MSNdis_FddiAttachmentType {} {Active, InstanceName, NdisFddiAttachmentType} |
| | MSNdis_CoMediaConnectStatus {} {Active, InstanceName, NdisCoMediaConnectStatus} |
| | MSNdis_GroupAffinity {} {Group, Mask, Reserved} |
| | MSNdis_NetworkDirectCapabilities {} {Active, InstanceName, NdCapabilities} |
| | MSNdis_80211_BssIdListScan {} {Active, InstanceName, UnusedParameter} |
| | MSNdis_80211_InfrastructureMode {} {Active, InstanceName, Ndis80211InfrastructureMode} |
| | MSNdis_80211_ConfigurationFH {} {DwellTime, FHLength, HopPattern, HopSet} |
| | MSNdis_VendorDescription {} {Active, InstanceName, NdisVendorDescription} |
| | MSNdis_QueryStatisticsInfo {WmiQueryStatistics… {Active, InstanceName} |
| | MSNdis_WmiIPSecOffloadV1_IPv4ESP {} {Des, NullEsp, Receive, Reserved…} |
| | MSNdis_CoHardwareStatus {} {Active, InstanceName, NdisCoHardwareStatus} |
| | MSNdis_FddiShortPermanentAddress {} {Active, InstanceName, NdisPermanentAddress} |
| | MSNdis_TransmitBufferSpace {} {Active, InstanceName, NdisTransmitBufferSpace} |
| | MSNdis_80211_BaseServiceSetIdentif… {} {Active, InstanceName, Ndis80211MacAddress} |
| | MSNdis_TokenRingLostFrames {} {Active, InstanceName, NdisTokenRingLostFrames} |
| | MSNdis_ReceiveBlockSize {} {Active, InstanceName, NdisReceiveBlockSize} |
| | MSNdis_WmiTcpLargeSendOffloadV1 {} {WmiIPv4} |
| | MSNdis_WmiMethodHeader {} {Header, NetLuid, Padding, PortNumber…} |
| | MSNdis_AtmTransmitCellsOk {} {Active, InstanceName, NdisAtmTransmitCellsOk} |
| | MSNdis_AtmReceiveCellsOk {} {Active, InstanceName, NdisAtmReceiveCellsOk} |
| | MSNdis_FddiLConnectionState {} {Active, InstanceName, NdisFddiLConnectionState} |
| | MSNdis_PMAdminConfigParam {} {DeviceSleepOnDisconnect, Header, PMARPOffload, PMNDOffload…} |
| | MSNdis_CurrentLookahead {} {Active, InstanceName, NdisCurrentLookahead} |
| | MSNdis_StatisticsInfo {} {Header, ifHCInBroadcastOctets, ifHCInBroadcastPkts, ifHCInMulticastOctets…} |
| | MSNdis_VendorID {} {Active, InstanceName, NdisVendorID} |
| | MSNdis_WmiTcpIpChecksumOffload_IPv… {} {Encapsulation, IpExtensionHeadersSupported, TcpChecksum, TcpOptionsSupported…} |
| | MSNdis_CountedString {} {Length, String} |
| | MSNdis_NetworkDirectState {} {Active, Enabled, InstanceName} |
| | MSNdis_QueryReceiveFilterParameters {WmiQueryReceiveFil… {Active, InstanceName} |
| | MSNdis_VendorDriverVersion {} {Active, InstanceName, NdisVendorDriverVersion} |
| | MSNdis_NetworkDirectVersion {} {MajorVersionNumber, MinorVersionNumber} |
| | MSNdis_TransmitBlockSize {} {Active, InstanceName, NdisTransmitBlockSize} |
| | MSNdis_RSSEnabled {} {Active, InstanceName, RSSEnabled} |
| | MSNdis_MaximumFrameSize {} {Active, InstanceName, NdisMaximumFrameSize} |
| | MSNdis_EnumerateReceiveQueues {WmiEnumReceiveQueu… {Active, InstanceName} |
| | MSNdis_AtmMaxAal0PacketSize {} {Active, InstanceName, NdisAtmMaxAal0PacketSize} |
| | MSNdis_MediaSupported {} {Active, InstanceName, NdisMediaSupported, NumberElements} |
| | MSNdis_TransmitsOk {} {Active, InstanceName, NdisTransmitsOk} |
| | MSNdis_EthernetOneTransmitCollision {} {Active, InstanceName, NdisEthernetOneTransmitCollision} |
| | MSNdis_ReceiveFilterParameters {} {FieldParameters, FieldParametersArrayElementSize, FieldParametersArrayNumElements, FieldParametersArray… |
| | MSNdis_TokenRingPermanentAddress {} {Active, InstanceName, NdisPermanentAddress} |
| | MSNdis_NicSwitchCapabilities {} {Flags, Header, NdisReserved1, NdisReserved2…} |
| | MSNdis_ReceiveBufferSpace {} {Active, InstanceName, NdisReceiveBufferSpace} |
| | MSNdis_WmiEnumAdapter {} {DeviceName, Header, IfIndex, NetLuid} |
| | MSNdis_80211_ReceivedSignalStrength {} {Active, InstanceName, Ndis80211ReceivedSignalStrength} |
| | MSNdis_AtmMaxActiveVciBits {} {Active, InstanceName, NdisAtmMaxActiveVciBits} |
| | MSNdis_HardwareStatus {} {Active, InstanceName, NdisHardwareStatus} |
| | MSNdis_AtmSupportedAalTypes {} {Active, InstanceName, NdisAtmSupportedAalTypes} |
| | MSNdis_FddiFramesLost {} {Active, InstanceName, NdisFddiFramesLost} |
| | MSNdis_80211_NetworkType {} {Ndis80211NetworkType} |
| | MSNdis_80211_PrivacyFilter {} {Active, InstanceName, Ndis80211PrivacyFilter} |
| | MSNdis_LinkParameters {} {AutoNegotiationFlags, Header, MediaDuplexState, PauseFunctions…} |
| | MSNdis_WmiTcpLargeSendOffloadV2_IP… {} {Encapsulation, IpExtensionHeadersSupported, MaxOffLoadSize, MinSegmentCount…} |
| | MSNdis_80211_TransmitPowerLevel {} {Active, InstanceName, Ndis80211TransmitPowerLevel} |
| | MSNdis_PhysicalMediumType {} {Active, InstanceName, NdisPhysicalMediumType} |
| | MSNdis_WmiReceiveScaleCapabilities {} {CapabilitiesFlags, Header, NumberOfInterruptMessages, NumberOfReceiveQueues} |
| | MSNdis_EthernetMaximumMulticastLis… {} {Active, InstanceName, NdisEthernetMaximumMulticastListSize} |
| | MSNdis_SetTcpOffloadParameters {WmiSetTcpOffloadPa… {Active, InstanceName} |
| | MSNdis_ObjectHeader {} {Revision, Size, Type} |
| | MSNdis_CoTransmitPduErrors {} {Active, InstanceName, NdisCoTransmitPduErrors} |
| | MSNdis_SetInterruptModeration {WmiSetInterruptMod… {Active, InstanceName} |
| | MSNdis_80211_NetworkInfrastructure {} {Ndis80211NetworkInfrastructure} |
| | MSNdis_VlanIdentifier {} {Active, InstanceName, NdisVlanId} |
| | MSNdis_TcpOffloadCurrentConfig {WmiQueryCurrentOff… {Active, InstanceName} |
| | MSNdis_80211_WLanBssId {} {Ndis80211Configuration, Ndis80211InfrastructureMode, Ndis80211MacAddress, Ndis80211NetworkTypeInUse…} |
| | MSNdis_TokenRingCurrentRingStatus {} {Active, InstanceName, NdisTokenRingCurrentRingStatus} |
| | MSNdis_QueryPortState {WmiQueryPortState} {Active, InstanceName} |
| | MSNdis_PortChar {} {Direction, Flags, Header, MediaConnectState…} |
| | MSNdis_ReceivesOk {} {Active, InstanceName, NdisReceivesOk} |
| | MSNdis_FddiLongCurrentAddress {} {Active, InstanceName, NdisCurrentAddress} |
| | MSNdis_80211_NetworkTypesSupported {} {Active, InstanceName, Ndis80211NetworkTypes, NumberOfItems} |
| | MSNdis_WmiTcpIpChecksumOffload_IPv… {} {Encapsulation, IpChecksum, IpOptionsSupported, TcpChecksum…} |
| | MSNdis_EnumerateAdapter {} {Active, DeviceName, InstanceName} |
| | MSNdis_QueryPciDeviceCustomProperty {WmiQueryPciDeviceC… {Active, InstanceName} |
| | MSNdis_ReceiveQueueInfoArray {} {ElementSize, FirstElementOffset, Header, NumElements…} |
| | MSNdis_MediaConnectStatus {} {Active, InstanceName, NdisMediaConnectStatus} |
| | MSNdis_MaximumLookahead {} {Active, InstanceName, NdisMaximumLookahead} |
| | MSNdis_FddiDownstreamNodeLong {} {Active, InstanceName, NdisFddiDownstreamNodeLong} |
| | MSNdis_WmiOutputInfo {} {DataOffset, Flags, Header, Padding1…} |
| | MSNdis_NetworkDirectAdapterInfo {} {DeviceId, FRMRPageCount, InOrderDMA, LargeRequestThreshold…} |
| | MSNdis_WmiHDSplitCurrentConfig {} {BackfillSize, CurrentCapabilities, HardwareCapabilities, HDSplitCombineFlags…} |
| | MSNdis_AtmSupportedVcRates {} {Active, InstanceName, MaxCellRate, MinCellRate} |
| | MSNdis_LinkState {WmiQueryLinkState} {Active, InstanceName} |
| | MSNdis_80211_NetworkTypeInUse {} {Active, InstanceName, Ndis80211NetworkTypeInUse} |
| | MSNdis_ReceiveScaleCapabilities {WmiQueryReceiveSca… {Active, InstanceName} |
| | MSNdis_NdisEnumerateVc {} {Active, InstanceName} |
| | MSNdis_PMCapabilityState {} {NdisPMCapabilityState} |
| | MSNdis_TokenRingCurrentRingState {} {Active, InstanceName, NdisTokenRingCurrentRingState} |
| | MSNdis_80211_RemoveWEP {} {Active, InstanceName, Ndis80211KeyIndex} |
| | MSNdis_80211_NumberOfAntennas {} {Active, InstanceName, Ndis80211NumberOfAntennas} |
| | MSNdis_FddiLongMulticastList {} {Active, InstanceName, NdisMulticastList, NumberElements} |
| | MSNdis_CoVendorDescription {} {Active, InstanceName, NdisCoVendorDescription} |
| | MSNdis_80211_AuthenticationMode {} {Active, InstanceName, Ndis80211AuthenticationMode} |
| | MSNdis_CoReceivePduErrors {} {Active, InstanceName, NdisCoReceivePduErrors} |
| | MSNdis_FddiShortMulticastList {} {Active, InstanceName, NdisMulticastList, NumberElements} |
| | MSNdis_80211_FragmentationThreshold {} {Active, InstanceName, Ndis80211FragmentationThreshold} |
| | MSNdis_CoMediaSupported {} {Active, InstanceName, NdisCoMediaSupported, NumberElements} |
| | MSNdis_TokenRingLineErrors {} {Active, InstanceName, NdisTokenRingLineErrors} |
| | MSNdis_HDSplitCurrentConfig {WmiQueryHDSplitCur… {Active, InstanceName} |
| | MSNdis_AtmSupportedServiceCategory {} {Active, InstanceName, NdisAtmSupportedServiceCategory} |
| | MSNdis_80211_Statistics {} {ACKFailureCount, Active, FailedCount, FCSErrorCount…} |
| | MSNdis_PortArray {} {ElementSize, Header, NumberOfPorts, OffsetFirstPort…} |
| | MSNdis_TokenRingCurrentGroup {} {Active, InstanceName, NdisTokenRingCurrentGroup} |
| | MSNdis_AtmMaxActiveVcs {} {Active, InstanceName, NdisAtmMaxActiveVcs} |
| | MSNdis_ReceiveQueueParameters {} {Flags, Header, LookaheadSize, MSIXTableEntry…} |
| | MSNdis_QueryReceiveFilterHardwareC… {WmiQueryReceiveFil… {Active, InstanceName} |
| | MSNdis_WmiTcpLargeSendOffloadV2_IP… {} {Encapsulation, MaxOffLoadSize, MinSegmentCount} |
| | MSNdis_QueryNicSwitchHardwareCapab… {WmiQueryNICSwitchH… {Active, InstanceName} |
| | MSNdis_WmiIPSecOffloadV1_IPv4AH {} {Md5, Receive, Send, Sha_1…} |
| | MSNdis_HDSplitParameters {} {HDSplitCombineFlags, Header} |
| | MSNdis_EnumerateAdapterEx {} {Active, EnumerateAdapter, InstanceName} |
| | MSNdis_MediaInUse {} {Active, InstanceName, NdisMediaInUse, NumberElements} |
| | MSNdis_SetPortParameters {WmiSetPortParamete… {Active, InstanceName} |
| | MSNdis_ReceiveNoBuffer {} {Active, InstanceName, NdisReceiveNoBuffer} |
| | MSNdis_AtmHardwareCurrentAddress {} {Active, InstanceName, NdisAtmHardwareCurrentAddress} |
| | MSNdis_AtmReceiveCellsDropped {} {Active, InstanceName, NdisAtmReceiveCellsDropped} |
| | MSNdis_ReceiveFilterInfoArray {} {ElementSize, Filter, FirstElementOffset, Header…} |
| | MSNdis_FddiLongMaximumListSize {} {Active, InstanceName, NdisFddiLongMaximumListSize} |
| | MSNdis_80211_BSSIList {} {Active, InstanceName, Ndis80211BSSIList, NumberOfItems} |
| | MSNdis_FddiLctFailures {} {Active, InstanceName, NdisFddiLctFailures} |
| | MSNdis_MaximumTotalSize {} {Active, InstanceName, NdisMaximumTotalSize} |
| | MSNdis_CoReceivePdusNoBuffer {} {Active, InstanceName, NdisCoReceivePdusNoBuffer} |
| | MSNdis_80211_WEPStatus {} {Active, InstanceName, Ndis80211WEPStatus} |
| | MSNdis_InterruptModerationParamete… {} {Flags, Header, InterruptModeration} |
| | MSNdis_TokenRingCurrentAddress {} {Active, InstanceName, NdisCurrentAddress} |
| | MSNdis_EnumeratePorts {WmiEnumeratePorts} {Active, InstanceName} |
| | MSNdis_PortStateData {} {Direction, Flags, Header, MediaConnectState…} |
| | MSNdis_SetLinkParameters {WmiSetLinkParamete… {Active, InstanceName} |
| | MSNdis_DeviceWakeOnMagicPacketOnly {} {Active, EnableWakeOnMagicPacketOnly, InstanceName} |
| | MSNdis_WmiSetHeader {} {Header, NetLuid, Padding, PortNumber…} |
| | MSNdis_CoReceivePdusOk {} {Active, InstanceName, NdisCoReceivePdusOk} |
| | MSNdis_FddiShortCurrentAddress {} {Active, InstanceName, NdisCurrentAddress} |
| | MSNdis_QueryInterruptModeration {WmiQueryInterruptM… {Active, InstanceName} |
| | MSNdis_AtmMaxActiveVpiBits {} {Active, InstanceName, NdisAtmMaxActiveVpiBits} |
| | MSNdis_FddiUpstreamNodeLong {} {Active, InstanceName, NdisFddiUpstreamNodeLong} |
| | MSNdis_80211_PowerMode {} {Active, InstanceName, Ndis80211PowerMode} |
| | MSNdis_WmiTcpIpChecksumOffload {} {IPv4Receive, IPv4Transmit, IPv6Receive, IPv6Transmit} |
| | MSNdis_AtmMaxAal5PacketSize {} {Active, InstanceName, NdisAtmMaxAal5PacketSize} |
| | MSNdis_MacOptions {} {Active, InstanceName, NdisMacOptions} |
| | MSNdis_TcpOffloadHardwareConfig {WmiQueryHardwareOf… {Active, InstanceName} |
| | MSNdis_NetworkDirectAdapterCapabil… {} {MaxCqCount, MaxInboundReadLimit, MaxMrCount, MaxMwCount…} |
| | MSNdis_ReceiveFilterFieldParameters {} {FieldByteArrayValue, Flags, FrameHeader, Header…} |
| | MSNdis_PortAuthParameters {} {Header, RcvAuthorizationState, RcvControlState, SendAuthorizationState…} |
| | MSNdis_PMAdminConfig {} {Active, InstanceName, PMAdminConfigParam} |
| | MSNdis_WmiOffload {} {Checksum, Flags, Header, IPsecV1…} |
| | MSNdis_QueryReceiveFilterGlobalPar… {WmiQueryReceiveFil… {Active, InstanceName} |
| | MSNdis_80211_Configuration {} {Active, InstanceName, Ndis80211Config} |
| | MSNdis_NetworkAddress {} {Address} |
| | MSNdis_LinkSpeed {} {Active, InstanceName, NdisLinkSpeed} |
| | MSNdis_80211_ServiceSetIdentifier {} {Active, InstanceName, Ndis80211SsId} |
| | MSNdis_80211_TransmitAntennaSelect… {} {Active, InstanceName, Ndis80211TransmitAntennaSelected} |
| | MSNdis_EthernetMoreTransmitCollisi… {} {Active, InstanceName, NdisEthernetMoreTransmitCollisions} |
| | MSNdis_QueryReceiveFilterCurrentCa… {WmiQueryReceiveFil… {Active, InstanceName} |
| | MSNdis_80211_Disassociate {} {Active, InstanceName, UnusedParameter} |
| | MSNdis_ReceiveError {} {Active, InstanceName, NdisReceiveError} |
| | MSNdis_CoTransmitPdusOk {} {Active, InstanceName, NdisCoTransmitPdusOk} |
| | MSNdis_CoMacOptions {} {Active, InstanceName, NdisCoMacOptions} |
| | MSNdis_80211_DataRates {} {Active, InstanceName, Ndis80211DataRate} |
| | MSNdis_CoMinimumLinkSpeed {} {Active, InstanceName, NdisCoMinimumLinkSpeed} |
| | MSNdis_CoVendorDriverVersion {} {Active, InstanceName, NdisCoVendorDriverVersion} |
| | MSNdis_EnumerateReceiveFilters {WmiEnumReceiveFilt… {Active, InstanceName} |
| | MSNdis_TokenRingCurrentFunctional {} {Active, InstanceName, NdisTokenRingCurrentFunctional} |
| | MSNdis_WmiTcpLargeSendOffloadV2 {} {WmiIPv4, WmiIPv6} |
| | MSNdis_80211_DesiredDataRates {} {Active, InstanceName, Ndis80211DesiredRate} |
| | MSNdis_80211_ReceivedSignalStrengt… {} {Active, InstanceName, Ndis80211ReceivedSignalStrengthTrigger} |
| | MSNdis_CoVendorId {} {Active, InstanceName, NdisCoVendorID} |
| | MSNdis_NetworkLinkSpeed {} {Inbound, Outbound} |
| | MSNdis_NetworkShortAddress {} {Address} |
| | MSNdis_LinkStateData {} {AutoNegotiationFlags, Header, MediaConnectState, MediaDuplexState…} |
| | MSNdis_ReceiveQueueInfo {} {Flags, Header, LookaheadSize, MSIXTableEntry…} |
| | MSNdis_WmiTcpLargeSendOffloadV1_IP… {} {Encapsulation, IpOptions, MaxOffLoadSize, MinSegmentCount…} |
| | MSNdis_TcpConnectionOffloadCurrent… {WmiQueryTcpConnect… {Active, InstanceName} |
| | MSNdis_CurrentPacketFilter {} {Active, InstanceName, NdisCurrentPacketFilter} |
| | MSNdis_MaximumSendPackets {} {Active, InstanceName, NdisMaximumSendPackets} |
| | MSiSCSI_HBASessionConfig {} {Active, FirstBurstLength, ImmediateData, InitialR2T…} |
| | WMIBinaryMofResource {} {HighDateTime, LowDateTime, MofProcessed, Name} |
| | MSiSCSIInitiator_TargetAddress {} {OSBusNumber, OSDeviceName, OSLunNumber, OSTargetNumber} |
| | WHEA {} {} |
| | WHEAPluginCtlMethods {WheaPluginCtlInter… {Active, InstanceName} |
| | WHEAErrorInjectionMethods {GetErrorInjectionC… {Active, InstanceName} |
| | WHEAPolicyManagementMethods {WheaGetAllPolicyRt… {Active, InstanceName} |
| | WHEAErrorSourceMethods {GetAllErrorSources… {Active, InstanceName} |
| | MS_SMHBA_SASPHYSTATISTICS {} {InvalidDwordCount, LossofDwordSyncCount, PhyResetProblemCount, RunningDisparityErrorCount…} |
| | KernelIdleState {} {Context, DemotePercent, IdleHandler, Latency…} |
| | MS_SMHBA_FC_PHY {} {MaxFrameSize, PhySpeed, PhySupportSpeed, PhyType} |
| | MS_WmiInternal {} {} |
| | MSWmi_MofData {} {Active, BinaryMofData, InstanceName, Size…} |
| | MSWmi_PnPInstanceNames {} {Active, Count, InstanceName, InstanceNameList} |
| | MSWmi_ProviderInfo {} {Active, Description, FriendlyName, InstanceName…} |
| | MSWmi_PnPDeviceId {} {Active, InstanceName, PnPDeviceId} |
| | MSiSCSIInitiator_TargetLoginOptions {} {AuthType, DataDigest, DefaultTime2Retain, DefaultTime2Wait…} |
| | WMIACPI_WLAN {} {Active, InstanceName, WLANStatus} |
| | MSiSCSIInitiator_PortalGroup {} {Index, Portals} |
| | ProcessorAcpiCstState {} {Latency, PowerConsumption, Register, StateType} |
| | AcpiPct {} {Control, Status} |
| | HBAScsiID {} {OSDeviceName, ScsiBusNumber, ScsiOSLun, ScsiTargetNumber} |
| | EventTrace {} {} |
| | Mpssvc {} {Flags, Level} |
| | DedupTracingProvider {} {} |
| | DedupTracingEventClass {} {} |
| | DedupTracingEventClass_DedupTracin… {} {FunctionName, Indent, LineNumber, MessageDescription…} |
| | CtlGuidFDWSD {} {Flags} |
| | FrameworkTraceGuid {} {Flags, Level} |
| | CtlGuidWPDShServiceObj {} {Flags} |
| | MSNT_FileBaseTrace_VolumeToLog {} {Flags} |
| | Bid2Etw_OLEDB_1 {} {} |
| | Bid2Etw_OLEDB_1_Trace {} {} |
| | Bid2Etw_OLEDB_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_OLEDB_1_Trace_TextA {} {ModID, msgStr} |
| | EA_IME_API {} {Flags} |
| | CscFastSync {} {Flags} |
| | AUTHFWCFG {} {Flags} |
| | MSKerbTrace {} {} |
| | KerbInitSecurityContext {} {} |
| | KerbInitSecurityContext_End {} {CredSource, DomainName, ExtError, klininfo…} |
| | KerbInitSecurityContext_Start {} {} |
| | KerbSetPassword {} {} |
| | KerbSetPassword_Start {} {} |
| | KerbSetPassword_End {} {AccountName, AccountRealm, ClientName, ClientRealm…} |
| | KerbLogonUser {} {} |
| | KerbLogonUser_End {} {LogonDomain, LogonType, Status, UserName} |
| | KerbLogonUser_Start {} {} |
| | KerbChangePassword {} {} |
| | KerbChangePassword_End {} {AccountName, DomainName, Status} |
| | KerbChangePassword_Start {} {} |
| | KerbAcceptSecurityContext {} {} |
| | KerbAcceptSecurityContext_End {} {CredSource, DomainName, Status, Target…} |
| | KerbAcceptSecurityContext_Start {} {} |
| | CtlGuidWPDCI {} {Flags} |
| | FaxCtlGuid {} {Flags, Level} |
| | MsftDiscFormat2MsfAddress {} {Flags, Level} |
| | CtlGuidPortableDeviceClassExtension {} {Flags} |
| | UmPass {} {Flags, Level} |
| | HeapTraceProvider {} {} |
| | HeapTrace_V2 {} {} |
| | HeapAlloc {} {AllocAddress, AllocSize, HeapHandle, SourceId} |
| | HeapAffinityManagerEnable {} {BucketIndex, HeapHandle} |
| | HeapCommitDecommit {} {Block, Caller, HeapHandle, Size} |
| | HeapAffinitySlotChanged {} {Heap, SlotIndex, SubSegment} |
| | HeapSubsegmentReuseThresholdActiva… {} {BucketIndex, Heap, SubSegment} |
| | HeapFree {} {FreeAddress, HeapHandle, SourceId} |
| | Heap_SubsegmentGroup {} {BlockSize, HeapHandle, SubSegment, SubSegmentSize} |
| | HeapRealloc {} {HeapHandle, NewAllocAddress, NewAllocSize, OldAllocAddress…} |
| | HeapSubSegmentActivated {} {HeapHandle, SubSegment} |
| | Heap_TypeGroup1 {} {HeapHandle} |
| | HeapSnapShot_V2 {} {CommittedSpace, FreeListLength, FreeSpace, HeapFlags…} |
| | HeapAffinitySlotAssigned {} {SlotIndex} |
| | HeapCreate_V2 {} {HeapFlags, HeapHandle} |
| | HeapSubsegmentInitialize {} {AffinityIndex, BlockCount, BlockSize, HeapHandle…} |
| | HeapTrace {} {} |
| | HeapCreate {} {AllocatedSpace, CommittedSpace, HeapFlags, HeapHandle…} |
| | HeapSnapShot {} {AllocatedSpace, CommittedSpace, FreeListLength, FreeSpace…} |
| | HeapContract {} {AllocatedSpace, CommittedSpace, DeCommitAddress, DeCommittedSize…} |
| | HeapExpand {} {AllocatedSpace, CommitAddress, CommittedSize, CommittedSpace…} |
| | CtlGuidFDSSDP {} {Flags} |
| | NetworkProfileManagerTraceGUID {} {Flags} |
| | LpcTraceGuid {} {Flags, Level} |
| | Bid2Etw_DBNETLIB_1 {} {} |
| | Bid2Etw_DBNETLIB_1_Trace {} {} |
| | Bid2Etw_DBNETLIB_1_Trace_TextA {} {ModID, msgStr} |
| | Bid2Etw_DBNETLIB_1_Trace_TextW {} {ModID, msgStr} |
| | WlansvcCtlGuid {} {Flags} |
| | MupLog {} {Flags} |
| | NwfMsmCtlGuid {} {Flags} |
| | CscService {} {Flags, Level} |
| | MsftDiscFormat2StreamInterleave {} {Flags, Level} |
| | KerberosDebugTrace {} {Flags} |
| | MsftDiscFormat2StreamConcatenate {} {Flags, Level} |
| | HostProcessTraceGuid {} {Flags, Level} |
| | WMI_Tracing {} {Flags} |
| | LLTDSVC {} {Flags} |
| | CtlGuidWpdFs {} {Flags} |
| | iScsi {} {Flags} |
| | RefsWppTrace {} {Flags} |
| | Bid2Etw_RowsetHelper_1 {} {} |
| | Bid2Etw_RowsetHelper_1_Trace {} {} |
| | Bid2Etw_RowsetHelper_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_RowsetHelper_1_Trace_TextA {} {ModID, msgStr} |
| | MobTabPerfTraceProvider {} {Flags} |
| | Bid2Etw_SQLOLEDB_1 {} {} |
| | Bid2Etw_SQLOLEDB_1_Trace {} {} |
| | Bid2Etw_SQLOLEDB_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_SQLOLEDB_1_Trace_TextA {} {ModID, msgStr} |
| | RSSPlatformBackgroundsyncTraceProv… {} {Flags} |
| | MSLSATrace {} {} |
| | OpenTrustedDomain {} {} |
| | OpenTrustedDomain_Start {} {} |
| | OpenTrustedDomain_End {} {} |
| | MSLSA_LookupIsolatedNameInTrustedD… {} {} |
| | MSLSA_LookupIsolatedNameInTrustedD… {} {ClientNetworkAddress, IsolatedName} |
| | QueryInfoPolicy {} {} |
| | QueryInfoPolicy_End {} {} |
| | QueryInfoPolicy_Start {} {} |
| | Close {} {} |
| | Close_Start {} {} |
| | Close_End {} {} |
| | SetForestTrustInfo {} {} |
| | SetForestTrustInfo_End {} {} |
| | SetForestTrustInfo_Start {} {} |
| | SetInfoPolicy2 {} {} |
| | SetInfoPolicy2_Start {} {} |
| | SetInfoPolicy2_End {} {} |
| | QueryInfoPolicy2 {} {} |
| | QueryInfoPolicy2_Start {} {} |
| | QueryInfoPolicy2_End {} {} |
| | QryInfoTrustDom {} {} |
| | QryInfoTrustDom_End {} {} |
| | QryInfoTrustDom_Start {} {} |
| | LookupNames {} {} |
| | LookupNames_End {} {} |
| | LookupNames_Start {} {} |
| | OpenPolicy {} {} |
| | OpenPolicy_Start {} {} |
| | OpenPolicy_End {} {} |
| | EnumTrustedDoms {} {} |
| | EnumTrustedDoms_Start {} {} |
| | EnumTrustedDoms_End {} {} |
| | SetInfoTrustedDom {} {} |
| | SetInfoTrustedDom_End {} {} |
| | SetInfoTrustedDom_Start {} {} |
| | OpTrustedDomByName {} {} |
| | OpTrustedDomByName_End {} {} |
| | OpTrustedDomByName_Start {} {} |
| | SetDomainInfoPolicy {} {} |
| | SetDomainInfoPolicy_End {} {} |
| | SetDomainInfoPolicy_Start {} {} |
| | QueryDomainInfoPolicy {} {} |
| | QueryDomainInfoPolicy_Start {} {} |
| | QueryDomainInfoPolicy_End {} {} |
| | SetInfoPolicy {} {} |
| | SetInfoPolicy_End {} {} |
| | SetInfoPolicy_Start {} {} |
| | CreateTrustedDomEx {} {} |
| | CreateTrustedDomEx_Start {} {} |
| | CreateTrustedDomEx_End {} {} |
| | QueryForestTrustInfo {} {} |
| | QueryForestTrustInfo_Start {} {} |
| | QueryForestTrustInfo_End {} {} |
| | QryTrstDomByNam {} {} |
| | QryTrstDomByNam_End {} {} |
| | QryTrstDomByNam_Start {} {} |
| | SetTrstedDomInfoByNam {} {} |
| | SetTrstedDomInfoByNam_End {} {} |
| | SetTrstedDomInfoByNam_Start {} {} |
| | EnumTrstedDomEx {} {} |
| | EnumTrstedDomEx_Start {} {} |
| | EnumTrstedDomEx_End {} {} |
| | QuerySecret {} {} |
| | QuerySecret_Start {} {} |
| | QuerySecret_End {} {} |
| | LookupSids {} {} |
| | LookupSids_Start {} {} |
| | LookupSids_End {} {} |
| | qoswmiQOSWMI {} {Flags, Level} |
| | WlanDlgTraceGuid {} {Flags} |
| | Bid2Etw_MSDASQL_1 {} {} |
| | Bid2Etw_MSDASQL_1_Trace {} {} |
| | Bid2Etw_MSDASQL_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_MSDASQL_1_Trace_TextA {} {ModID, msgStr} |
| | DiskGuid {} {Flags, Level} |
| | Bid2Etw_MSADCO_1 {} {} |
| | Bid2Etw_MSADCO_1_Trace {} {} |
| | Bid2Etw_MSADCO_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_MSADCO_1_Trace_TextA {} {ModID, msgStr} |
| | MpsDrvTrace {} {Flags} |
| | WSAT_TraceProvider {} {} |
| | WSAT_TraceEvent {} {} |
| | WSAT_TraceRecord {} {ActivityID, EventID, TraceRecord} |
| | ActivityTransfer {} {ActivityID, RelatedActivityID} |
| | SensorClassExtensionControlGuid {} {Flags} |
| | FwpkclntTraceProvider {} {} |
| | CtlGuidWpdMtp {} {Flags} |
| | CtlGuidWpdShellExtension {} {Flags} |
| | Bid2Etw_MSDAREM_1 {} {} |
| | Bid2Etw_MSDAREM_1_Trace {} {} |
| | Bid2Etw_MSDAREM_1_Trace_TextA {} {ModID, msgStr} |
| | Bid2Etw_MSDAREM_1_Trace_TextW {} {ModID, msgStr} |
| | Sdbus {} {Flags} |
| | WCN {} {Flags, Level} |
| | MSNT_FileBaseTrace_Set1 {} {Flags} |
| | FileTrace {} {Flags} |
| | FileOperation {} {Flags, AccessToken, CreateOnExisting, FileName…} |
| | ThreadPool {} {} |
| | ThreadPoolTrace_V2 {} {} |
| | TP_V2_PoolCreateClose {} {PoolId} |
| | TP_V2_CBDequeue {} {TaskId} |
| | TP_V2_TimerExpiration {} {DueTime, Period, SubQueue, Timer…} |
| | TP_V2_TimerExpirationGroup {} {SubQueue} |
| | TP_V2_TimerSet {} {Absolute, DueTime, Period, SubQueue…} |
| | TP_V2_CBCancel {} {CancelCount, TaskId} |
| | TP_V2_ThreadSet {} {PoolId, ThreadNum} |
| | TP_V2_TimerSetNtTimer {} {DueTime, SubQueue, TolerableDelay} |
| | TP_V2_CBEnqueue {} {CallbackContext, CallbackFunction, PoolId, SubProcessTag…} |
| | TP_V2_TimerCancelled {} {SubQueue, Timer} |
| | TP_V2_WTNodeSwitch {} {CurrentGroup, CurrentNode, CurrentWorkerCount, NextGroup…} |
| | ThreadPoolTrace {} {} |
| | TPCBCancel {} {CallbackContext, CallbackFunction, CancelCount, PoolId…} |
| | TPCBDequeue {} {CallbackContext, CallbackFunction, PoolId, SubProcessTag…} |
| | WlanGPClientGuid {} {Flags} |
| | MsftDiscFormat2RawImage {} {Flags, Level} |
| | NetAdapterCimNDISWMI {} {Flags, Level} |
| | IpsecPolicyAgent {} {Flags} |
| | Wudfx02000KmdfTraceGuid {} {Flags, Level} |
| | MSNT_CKCLTraceProvider {} {Flags} |
| | Bid2Etw_MSADCE_1 {} {} |
| | Bid2Etw_MSADCE_1_Trace {} {} |
| | Bid2Etw_MSADCE_1_Trace_TextA {} {ModID, msgStr} |
| | Bid2Etw_MSADCE_1_Trace_TextW {} {ModID, msgStr} |
| | CscApi {} {Flags} |
| | CMsftMultisessionSequential {} {Flags, Level} |
| | CLRTrace {} {} |
| | WorkerThreadRetirement {} {} |
| | UnretireWorkerThread {} {RetiredWorkers, WorkerThreadCount} |
| | RetireWorkerThread {} {RetiredWorkers, WorkerThreadCount} |
| | IOThreadRetirement {} {} |
| | UnretireIOThread {} {IOThreadCount, RetiredIOs} |
| | RetireIOThread {} {IOThreadCount, RetiredIOs} |
| | CLRAuthenticodeVerification {} {} |
| | AuthenticodeVerification {} {ErrorCode, ModulePath, VerificationFlags} |
| | FusionNGENBinder {} {} |
| | RefDefNgenBindRejectInfo {} {DefModuleName, RefModuleName, RejectReason} |
| | NgenBindRejectInfo {} {RejectReason} |
| | ModuleNgenBindRejectInfo {} {ModuleNameOrFilePath, RejectReason} |
| | WorkerThreadCreation {} {} |
| | CreateWorkerThread {} {RetiredWorkers, WorkerThreadCount} |
| | TerminateWorkerThread {} {RetiredWorkers, WorkerThreadCount} |
| | IOThreadCreation {} {} |
| | CreateIOThread {} {IOThreadCount, RetiredIOs} |
| | TerminateIOThread {} {IOThreadCount, RetiredIOs} |
| | CLRStrongNameVerification {} {} |
| | StrongNameVerification {} {ErrorCode, FullyQualifiedAssemblyName, VerificationFlags} |
| | Monitor {} {} |
| | Contention {} {} |
| | CLRMethod {} {} |
| | MethodLoadUnLoad {} {MethodFlags, MethodIdentifier, MethodSize, MethodStartAddress…} |
| | MethodLoadUnLoadVerbose {} {MethodFlags, MethodIdentifier, Methodname, MethodNameSpace…} |
| | RundownComplete {} {} |
| | GarbageCollection {} {} |
| | GCStart {} {Count, Depth, Reason, Type} |
| | GCFinalizersEnd {} {Count} |
| | GCRestartEEEnd {} {} |
| | RestartEEBegin {} {} |
| | HeapStats {} {FinalizationPromotedCount, FinalizationPromotedSize, GCHandleCount, GenerationSize0…} |
| | GCFinalizersBegin {} {} |
| | GCEnd {} {Count, Depth} |
| | AllocationTick {} {Allocation, AllocationKind} |
| | AllocateSegment {} {Address, Size, Type} |
| | SuspendEEBegin {} {GcCount, Reason} |
| | GCSuspendEEEnd {} {} |
| | FreeSegment {} {Address} |
| | Exceptions {} {} |
| | ExceptionThrown {} {} |
| | ThreadpoolSuspend {} {} |
| | SuspendThread {} {CPUUtil, TID} |
| | ResumeThread {} {CPUUtil, TID} |
| | CLRLoader {} {} |
| | ModuleLoadUnLoad {} {AssemblyId, ModuleFlags, ModuleId, ModuleILPath…} |
| | WinLogon {} {Flags} |
| | IPMIPrv {} {Flags} |
| | ObjectsGuid {} {Flags, Level} |
| | RSSPlatformTraceProvider {} {Flags} |
| | MMC {} {Flags} |
| | PNRP {} {Flags, Level} |
| | CscDclUser {} {Flags} |
| | MpsIpsecClient {} {Flags} |
| | CritSecTraceProvider {} {} |
| | CritSecTrace {} {} |
| | CritSecInit {} {CritSecAddr, SpinCount} |
| | CritSecCollision {} {CritSecAddr, LockCount, OwningThread, SpinCount} |
| | ReflectorTraceGuid {} {Flags, Level} |
| | FwpuclntTraceProvider {} {} |
| | CtlGuidWMP {} {Flags, Level} |
| | IkeextTraceProvider {} {} |
| | Mountmgr {} {Flags, Level} |
| | NETIO {} {Flags} |
| | MSNT_SystemTrace {} {Flags} |
| | FileIo_V2 {} {Flags} |
| | FileIo_V2_MapFile {} {Flags, FileObject, MiscInfo, ProcessId…} |
| | FileIo_V2_DirEnum {} {Flags, FileIndex, FileKey, FileName…} |
| | FileIo_V2_OpEnd {} {Flags, ExtraInfo, IrpPtr, NtStatus} |
| | FileIo_V2_SimpleOp {} {Flags, FileKey, FileObject, IrpPtr…} |
| | FileIo_V2_ReadWrite {} {Flags, FileKey, FileObject, IoFlags…} |
| | FileIo_V2_Info {} {Flags, ExtraInfo, FileKey, FileObject…} |
| | FileIo_V2_Name {} {Flags, FileName, FileObject} |
| | FileIo_V2_Create {} {Flags, CreateOptions, FileAttributes, FileObject…} |
| | PerfInfo_V0 {} {Flags} |
| | Mark_V0 {} {Flags, Message, Padding} |
| | ObTrace {} {Flags} |
| | ObReferenceEvent {} {Flags, Count, Object, Tag} |
| | ObTypeEvent {} {Flags, ObjectType, Reserved, TypeName} |
| | ObHandleRundownEvent {} {Flags, Handle, Object, ObjectName…} |
| | ObObjectEvent {} {Flags, Object, ObjectType} |
| | ObHandleDuplicateEvent {} {Flags, Object, ObjectType, SourceHandle…} |
| | ObHandleEvent {} {Flags, Handle, Object, ObjectName…} |
| | PageFault_V2 {} {Flags} |
| | PageFault_HardFault {} {Flags, ByteCount, FileObject, InitialTime…} |
| | PageFault_VirtualAllocRundown {} {Flags, BaseAddress, CommitSizeInBytes, ProcessId…} |
| | PageFault_VirtualAlloc {} {Flags, BaseAddress, ProcessId, RegionSize} |
| | PageFault_MemReset {} {Flags, BaseAddress, SizeInBytes} |
| | PageFault_HeapRangeRundown_V2 {} {Flags, HeapHandle, HRFlags, HRPid…} |
| | PageFault_HeapRangeDestroy {} {Flags, HeapHandle} |
| | PageFault_TypeGroup1 {} {Flags, ProgramCounter, VirtualAddress} |
| | PageFault_ImageLoadBacked {} {Flags, DeviceChar, FileChar, FileObject…} |
| | PageFault_HeapRangeTypeGroup {} {Flags, HeapHandle, HRAddress, HRSize} |
| | PageFault_HeapRangeCreate {} {Flags, FirstRangeSize, HeapHandle, HRCreateFlags} |
| | PageFault_VirtualRotate {} {Flags, BaseAddress, SizeInBytes} |
| | PerfInfo_V2 {} {Flags} |
| | FinalizeKTimer2 {} {Flags, DisableCallback, DisableContext, Timer} |
| | WDF_ISR {} {Flags, Routine} |
| | WDF_DPC {} {Flags, Routine} |
| | ISR_Unexpected {} {Flags, Vector} |
| | SampledProfile {} {Flags, Count, InstructionPointer, Reserved…} |
| | CancelKTimer2 {} {Flags, Timer} |
| | PmcCounterProfile {} {Flags, InstructionPointer, ProfileSource, Reserved…} |
| | PmcCounterConfig_V2 {} {Flags, CounterCount, CounterName} |
| | SysCallExit {} {Flags, SysCallNtStatus} |
| | ISR_MSI {} {Flags, InitialTime, MessageNumber, Reserved…} |
| | DisableKTimer2 {} {Flags, DisableCallback, DisableContext, Timer…} |
| | SetOrExpireKTimer2 {} {Flags, Callback, CallbackContext, DueTime…} |
| | ISR {} {Flags, InitialTime, Reserved, ReturnValue…} |
| | SysCallEnter {} {Flags, SysCallAddress} |
| | IoTimerEvent {} {Flags, DeviceObject, TimerRoutine} |
| | WDF_WorkItem {} {Flags, Routine} |
| | DebuggerEnabled {} {Flags} |
| | SampledProfileInterval_V2 {} {Flags, NewInterval, OldInterval, Source} |
| | HV_Hypercall {} {Flags, CallCode, IsFast, IsNested} |
| | DPC {} {Flags, InitialTime, Routine} |
| | SpinLockConfig_V2 {} {Flags, SpinLockAcquireSampleRate, SpinLockContentionSampleRate, SpinLockSpinThreshold} |
| | UdpIp {} {Flags} |
| | UdpIp_Fail {} {Flags, FailureCode, Proto} |
| | UdpIp_TypeGroup2 {} {Flags, connid, daddr, dport…} |
| | UdpIp_TypeGroup1 {} {Flags, connid, daddr, dport…} |
| | Thread_V2 {} {Flags} |
| | AutoBoostClearFloor {} {Flags, BoostBitmap, LockAddress, ThreadId} |
| | WorkerThread {} {Flags, StartTime, ThreadRoutine, TThreadId} |
| | KernelQueueEnqueue {} {Flags, Entry, ThreadId} |
| | CSwitch_V2 {} {Flags, NewThreadId, NewThreadPriority, NewThreadWaitTime…} |
| | SubProcessTagChanged {} {Flags, NewTag, OldTag} |
| | SpinLock {} {Flags, AcquireDepth, AcquireTime, CallerAddress…} |
| | ThreadMigration {} {Flags, IdealProcessorAdjust, OldIdealProcessorIndex, Priority…} |
| | KernelQueueDequeue {} {Flags, Entries, EntryCount, ThreadId} |
| | AutoBoostSetFloor {} {Flags, BoostFlags, IoPriorities, Lock…} |
| | ThreadAffinity {} {Flags, Affinity, Group, Reserved…} |
| | WorkerThread_StartStop_V2 {} {Flags, CallbackRoutine} |
| | ThreadSetName {} {Flags, ProcessId, ThreadId, ThreadName} |
| | CompCS {} {Flags} |
| | AutoBoostEntryExhaustion {} {Flags, LockAddress, ThreadId} |
| | ReadyThread {} {Flags, AdjustIncrement, AdjustReason, Flag…} |
| | AntiStarvationBoost {} {Flags, Priority, ProcessorIndex, Reserved…} |
| | Thread_V2_TypeGroup1 {} {Flags, ProcessId, StackBase, StackLimit…} |
| | UdpIp_V0 {} {Flags} |
| | UdpIp_V0_TypeGroup1 {} {Flags, context, daddr, dport…} |
| | StackWalk {} {Flags} |
| | StackWalk_TypeGroup1 {} {Flags, key, StackFrame} |
| | StackWalk_Key {} {Flags, EventTimeStamp, StackKey, StackProcess…} |
| | StackWalk_Event {} {Flags, EventTimeStamp, Stack1, Stack10…} |
| | DiskIo_V1 {} {Flags} |
| | V1_DriverMajorFunctionReturn {} {Flags, Irp, UniqMatchId} |
| | V1_DriverCompleteRequest {} {Flags, Irp, RoutineAddr, UniqMatchId} |
| | V1_DriverCompleteRequestReturn {} {Flags, Irp, UniqMatchId} |
| | DiskIo_V1_TypeGroup1 {} {Flags, ByteOffset, DiskNumber, FileObject…} |
| | V1_DriverMajorFunctionCall {} {Flags, FileObject, Irp, MajorFunction…} |
| | UmsEvent {} {Flags} |
| | UmsContextSwitch {} {Flags, KernelYieldCount, MixedYieldCount, ScheduledThreadId…} |
| | UmsDirectedSwitchEnd {} {Flags, PrimaryThreadId, ProcessId, ScheduledThreadId…} |
| | UmsScheduledPark {} {Flags, ParkFlags, ProcessId, ScheduledThreadId} |
| | UmsDisassociate {} {Flags, PrimaryThreadId, ProcessId, ScheduledThreadId…} |
| | UmsDirectedSwitchStart {} {Flags, PrimaryThreadId, ProcessId, ScheduledThreadId…} |
| | PerfInfo {} {Flags} |
| | SampledProfileInterval_V3 {} {Flags, NewInterval, OldInterval, Source…} |
| | SpinLockConfig_V3 {} {Flags, SpinLockAcquireSampleRate, SpinLockContentionSampleRate, SpinLockHoldThreshold…} |
| | TcpIp_V1 {} {Flags} |
| | TcpIp_V1_Fail {} {Flags, Proto} |
| | TcpIp_V1_TypeGroup3 {} {Flags, connid, daddr, dport…} |
| | TcpIp_V1_Send {} {Flags, connid, daddr, dport…} |
| | TcpIp_V1_TypeGroup1 {} {Flags, connid, daddr, dport…} |
| | TcpIp_V1_TypeGroup2 {} {Flags, connid, daddr, dport…} |
| | TcpIp_V1_Receive {} {Flags, connid, daddr, dport…} |
| | EventTraceEvent {} {Flags} |
| | Header_BuildInfo_TypeGroup {} {Flags, BuildString} |
| | Header_DbgIdRSDS_TypeGroup {} {Flags, Age, Guid, PdbName} |
| | Header_PartitionInfoExtensionV2_Ty… {} {Flags, EventVersion, ParentId, PartitionId…} |
| | Header_Extension_TypeGroup {} {Flags, GroupMask1, GroupMask2, GroupMask3…} |
| | Header_LastDroppedTimes_TypeGroup {} {Flags, Padding, TimeStamp, TimeStampCount} |
| | Header_PartitionInfoExtension_Type… {} {Flags, EventVersion, ParentId, PartitionId…} |
| | EventTrace_Header {} {Flags, BootTime, BufferSize, BuffersLost…} |
| | Header_ProviderBinaryPath_TypeGroup {} {Flags, BinaryPath, Guid, GuidCount} |
| | RDComplete {} {Flags} |
| | MMCSSTrace {} {Flags} |
| | MMCSSEvent {} {Flags, ScheduledPID, ScheduledTID, SchedulingPriority…} |
| | MMCSSWakeup {} {Flags, Reason} |
| | MMCSS_TypeGroup {} {Flags} |
| | SystemConfig_V1 {} {Flags} |
| | SystemConfig_V1_LogDisk {} {Flags, BytesPerSector, DiskNumber, DriveLetterString…} |
| | SystemConfig_V1_PhyDisk {} {Flags, BootDriveLetter, BytesPerSector, Cylinders…} |
| | SystemConfig_V1_IRQ {} {Flags, DeviceDescription, DeviceDescriptionLen, IRQAffinity…} |
| | SystemConfig_V1_CPU {} {Flags, AllocationGranularity, ComputerName, DomainName…} |
| | SystemConfig_V1_Power {} {Flags, Pad1, Pad2, Pad3…} |
| | SystemConfig_V1_Video {} {Flags, AdapterString, BiosString, BitsPerPixel…} |
| | SystemConfig_V1_Services {} {Flags, DisplayName, ProcessId, ProcessName…} |
| | SystemConfig_V1_PnP {} {Flags, DescriptionLength, DeviceDescription, DeviceID…} |
| | SystemConfig_V1_NIC {} {Flags, Data, DhcpServer, DnsServer1…} |
| | Registry {} {Flags} |
| | Registry_HiveDirty {} {Flags, DirtyReason, Hive, LinkPath} |
| | Registry_Config {} {Flags, CurrentControlSet} |
| | Registry_HiveDestroy {} {Flags, FileName, Hive, Path} |
| | Registry_Counters {} {Flags, Counter1, Counter10, Counter11…} |
| | Registry_TypeGroup1 {} {Flags, Index, InitialTime, KeyHandle…} |
| | Registry_HiveInitialize {} {Flags, FileName, Hive, OperationType…} |
| | Registry_TxR {} {Flags, Hive, OperationTime, Status…} |
| | Registry_HiveRundown {} {Flags, FileName, Hive, LinkPath…} |
| | Registry_ChangeNotification {} {Flags, KeyHandle, Notification, Primary…} |
| | Registry_HiveLink {} {Flags, Hive, Path} |
| | PageFault {} {Flags} |
| | PageFault_HeapRangeRundown {} {Flags, HeapHandle, HRFlags, HRPid…} |
| | EventTraceEvent_V0 {} {Flags} |
| | RDComplete_V0 {} {Flags} |
| | Header_Extension_V0_TypeGroup {} {Flags, GroupMask1, GroupMask2, GroupMask3…} |
| | EventTrace_V0_Header {} {Flags, BootTime, BufferSize, BuffersLost…} |
| | Process_V1 {} {Flags} |
| | Process_V1_TypeGroup1 {} {Flags, ExitStatus, ImageFileName, PageDirectoryBase…} |
| | PerfInfo_V1 {} {Flags} |
| | SampledProfile_V1 {} {Flags, Count, InstructionPointer, ThreadId} |
| | DPC_V1 {} {Flags, InitialTime, Routine} |
| | ISR_V1 {} {Flags, InitialTime, ReturnValue, Routine} |
| | Image_V2 {} {Flags} |
| | KernelImageBase {} {Flags, ImageBase} |
| | LoaderBasicEvent {} {Flags} |
| | LoaderCodedEvent {} {Flags, BaseAddress, Code, ErrorOpcode…} |
| | LoaderBaseEvent {} {Flags, BaseAddress} |
| | Image_Load_V2 {} {Flags, DefaultBase, FileName, ImageBase…} |
| | HypercallPage {} {Flags, HypercallPageVa} |
| | UdpIp_V1 {} {Flags} |
| | UdpIp_V1_TypeGroup1 {} {Flags, daddr, dport, PID…} |
| | Registry_V0 {} {Flags} |
| | Registry_V0_TypeGroup1 {} {Flags, ElapsedTime, KeyHandle, KeyName…} |
| | Process_V0 {} {Flags} |
| | Process_V0_TypeGroup1 {} {Flags, ImageFileName, ParentId, ProcessId…} |
| | FileIo {} {Flags} |
| | FileIo_ReadWrite {} {Flags, FileKey, FileObject, IoFlags…} |
| | FileIo_Create {} {Flags, CreateOptions, FileAttributes, FileObject…} |
| | FltIoInit {} {Flags, CallbackDataPtr, FileContext, FileObject…} |
| | FltIoFailure {} {Flags, CallbackDataPtr, FileContext, FileObject…} |
| | FileIo_Name {} {Flags, FileName, FileObject} |
| | FileIo_Info {} {Flags, ExtraInfo, FileKey, FileObject…} |
| | FileIo_SimpleOp {} {Flags, FileKey, FileObject, IrpPtr…} |
| | FltIoCompletion {} {Flags, CallbackDataPtr, FileContext, FileObject…} |
| | FileIo_DirEnum {} {Flags, FileIndex, FileKey, FileName…} |
| | FileIo_PathOperation {} {Flags, ExtraInfo, FileKey, FileName…} |
| | FileIo_OpEnd {} {Flags, ExtraInfo, IrpPtr, NtStatus} |
| | SplitIo {} {Flags} |
| | SplitIo_Info {} {Flags, ChildIrp, ParentIrp} |
| | TcpIp {} {Flags} |
| | TcpIp_TypeGroup3 {} {Flags, connid, daddr, dport…} |
| | TcpIp_SendIPV4 {} {Flags, connid, daddr, dport…} |
| | TcpIp_Fail {} {Flags, FailureCode, Proto} |
| | TcpIp_TypeGroup2 {} {Flags, connid, daddr, dport…} |
| | TcpIp_SendIPV6 {} {Flags, connid, daddr, dport…} |
| | TcpIp_TypeGroup1 {} {Flags, connid, daddr, dport…} |
| | TcpIp_TypeGroup4 {} {Flags, connid, daddr, dport…} |
| | Thread_V0 {} {Flags} |
| | Thread_V0_TypeGroup1 {} {Flags, ProcessId, TThreadId} |
| | Registry_V1 {} {Flags} |
| | Registry_V1_TypeGroup1 {} {Flags, ElapsedTime, Index, KeyHandle…} |
| | Image_V0 {} {Flags} |
| | Image_V0_Load {} {Flags, BaseAddress, ImageFileName, ModuleSize} |
| | SystemConfig_V4 {} {Flags} |
| | SystemConfig_V4_PnP {} {Flags, ClassGuid, DeviceDescription, DeviceID…} |
| | Image_V1 {} {Flags} |
| | Image_V1_Load {} {Flags, FileName, ImageBase, ImageSize…} |
| | Thread_V3 {} {Flags} |
| | Thread_V3_TypeGroup1 {} {Flags, Affinity, BasePriority, IoPriority…} |
| | ThreadPriority {} {Flags, NewPriority, OldPriority, Reserved…} |
| | CSwitch_V3 {} {Flags, NewThreadId, NewThreadPriority, NewThreadWaitTime…} |
| | SystemConfig_V3 {} {Flags} |
| | SystemConfig_V3_MobilePlatform {} {Flags, BspVersion, DeviceManufacturer, DeviceManufacturerDisplayName…} |
| | SystemConfig_V3_Services {} {Flags, DisplayName, LoadOrderGroup, ProcessId…} |
| | SystemConfig_V3_IRQ {} {Flags, DeviceDescription, DeviceDescriptionLen, IRQAffinity…} |
| | SystemConfig_V3_CPU {} {Flags, AllocationGranularity, ComputerName, DomainName…} |
| | SystemConfig_V3_PnP {} {Flags, DescriptionLength, DeviceDescription, DeviceID…} |
| | FileIo_V0 {} {Flags} |
| | FileIo_V0_Name {} {Flags, FileName, FileObject} |
| | Thread_V4 {} {Flags} |
| | Thread_TypeGroup1 {} {Flags, Affinity, BasePriority, IoPriority…} |
| | CSwitch_V4 {} {Flags, NewThreadId, NewThreadPriority, NewThreadWaitTime…} |
| | DiskIo_V0 {} {Flags} |
| | DiskIo_V0_TypeGroup1 {} {Flags, ByteOffset, DiskNumber, FileObject…} |
| | SystemConfig {} {Flags} |
| | SystemConfig_PnP {} {Flags, ClassGuid, DeviceDescription, DeviceID…} |
| | Process {} {Flags} |
| | Process_Defunct_TypeGroup1 {} {Flags, ApplicationId, CommandLine, DirectoryTableBase…} |
| | PoolTrace {} {Flags} |
| | PoolAllocFree {} {Flags, Entry, NumberOfBytes, Tag…} |
| | SessionPoolAllocFree {} {Flags, Entry, NumberOfBytes, SessionId…} |
| | PoolSnapshot {} {Flags} |
| | DiskIo {} {Flags} |
| | DiskIo_TypeGroup2 {} {Flags, Irp, IssuingThreadId} |
| | DiskIo_TypeGroup1 {} {Flags, ByteOffset, DiskNumber, FileObject…} |
| | DiskIo_TypeGroup3 {} {Flags, DiskNumber, HighResResponseTime, Irp…} |
| | Lost_Event {} {Flags} |
| | RT_LostEvent {} {Flags} |
| | FileIo_V1 {} {Flags} |
| | FileIo_V1_Name {} {Flags, FileName, FileObject} |
| | EventTraceEvent_V1 {} {Flags} |
| | EventTrace_V1_Header {} {Flags, BootTime, BufferSize, BuffersLost…} |
| | RDComplete_V1 {} {Flags} |
| | Header_Extension_V1_TypeGroup {} {Flags, GroupMask1, GroupMask2, GroupMask3…} |
| | Debugger {} {Flags} |
| | DebugPrint_Event {} {Flags, Component, Level, Message} |
| | DiskIo_V2 {} {Flags} |
| | DiskIo_V2_TypeGroup1 {} {Flags, ByteOffset, DiskNumber, FileObject…} |
| | DriverMajorFunctionReturn {} {Flags, Irp, UniqMatchId} |
| | DriverCompletionRoutine {} {Flags, IrpPtr, Routine, UniqMatchId} |
| | DriverMajorFunctionCall {} {Flags, FileObject, Irp, MajorFunction…} |
| | DriverCompleteRequestReturn {} {Flags, Irp, UniqMatchId} |
| | DiskIo_V2_TypeGroup3 {} {Flags, DiskNumber, HighResResponseTime, Irp…} |
| | DiskIo_V2_TypeGroup2 {} {Flags, Irp} |
| | DriverCompleteRequest {} {Flags, Irp, RoutineAddr, UniqMatchId} |
| | SystemConfig_V0 {} {Flags} |
| | SystemConfig_V0_IRQ {} {Flags, DeviceDescription, DeviceDescriptionLen, IRQAffinity…} |
| | SystemConfig_V0_CPU {} {Flags, AllocationGranularity, ComputerName, DomainName…} |
| | SystemConfig_V0_Services {} {Flags, DisplayName, ProcessId, ProcessName…} |
| | SystemConfig_V0_LogDisk {} {Flags, BytesPerSector, DiskNumber, DriveLetterString…} |
| | SystemConfig_V0_Video {} {Flags, AdapterString, BiosString, BitsPerPixel…} |
| | SystemConfig_V0_PhyDisk {} {Flags, BootDriveLetter, BytesPerSector, Cylinders…} |
| | SystemConfig_V0_Power {} {Flags, Pad1, Pad2, Pad3…} |
| | SystemConfig_V0_PnP {} {Flags, DescriptionLength, DeviceDescription, DeviceID…} |
| | SystemConfig_V0_NIC {} {Flags, Data, DhcpServer, DnsServer1…} |
| | SystemConfig_V2 {} {Flags} |
| | SystemConfig_V2_NumaNode {} {Flags, NodeCount, NodeMap} |
| | SystemConfig_V2_PnP {} {Flags, DescriptionLength, DeviceDescription, DeviceID…} |
| | SystemConfig_V2_CodeIntegrity {} {Flags, CodeIntegrityInfo} |
| | SystemConfig_V2_LogDisk {} {Flags, BytesPerSector, DiskNumber, DriveLetterString…} |
| | SystemConfig_Virtualization {} {Flags, HvciEnabled, HyperVisorEnabled, Reserved…} |
| | SystemConfig_V2_IDEChannel {} {Flags, DeviceTimingMode, DeviceType, LocationInformation…} |
| | SystemConfig_Boot {} {Flags, BootFlags, FirmwareType, Reserved1…} |
| | SystemConfig_V2_DPI {} {Flags, MachineDPI, UserDPI} |
| | SystemConfig_V2_NIC {} {Flags, DnsServerAddresses, IpAddresses, Ipv4Index…} |
| | SystemConfig_V2_CPU {} {Flags, AllocationGranularity, ComputerName, DomainName…} |
| | SystemConfig_V2_DeviceFamily {} {Flags, DeviceFamily, DeviceForm, UAPInfo} |
| | SystemConfig_V2_OpticalMedia {} {Flags, BusType, BytesPerSector, DeviceName…} |
| | SystemConfig_V2_ProcNumber {} {Flags, ProcessorCount, ProcessorNumber} |
| | SystemConfig_V2_Video {} {Flags, AdapterString, BiosString, BitsPerPixel…} |
| | SystemConfig_V2_Network {} {Flags, MaxHashTableSize, MaxUserPort, TcbTablePartitions…} |
| | SystemConfig_V2_Defrag {} {Flags, AlignmentClusters, AvgFragmentsPerFile, AvgFreeSpaceSize…} |
| | SystemConfig_V2_Processors {} {Flags, FeatureSet, ProcessorIdentifier, ProcessorIndex…} |
| | SystemConfig_V2_Platform {} {Flags, BiosDate, BiosVersion, SystemManufacturer…} |
| | SystemConfig_V2_ProcGroup {} {Flags, Affinity, GroupCount} |
| | SystemConfig_V2_Services {} {Flags, DisplayName, ProcessId, ProcessName…} |
| | SystemConfig_V2_PhyDisk {} {Flags, BootDriveLetter, BytesPerSector, Cylinders…} |
| | SystemConfig_V2_Power {} {Flags, Pad1, Pad2, Pad3…} |
| | SystemConfig_V2_FlightIds {} {Flags, FlightIdList, UpdateId} |
| | SystemConfig_V2_MobilePlatform {} {Flags, BootLoaderVersion, FirmwareRevision, FriendlyName…} |
| | SystemConfig_V2_TelemetryInfo {} {Flags, MachineId} |
| | SystemConfig_V2_IRQ {} {Flags, DeviceDescription, DeviceDescriptionLen, IRQAffinity…} |
| | Thread_V1 {} {Flags} |
| | Thread_V1_TypeGroup2 {} {Flags, ProcessId, TThreadId} |
| | Thread_V1_TypeGroup1 {} {Flags, ProcessId, StackBase, StackLimit…} |
| | CSwitch_V1 {} {Flags, NewThreadId, NewThreadPriority, NewThreadQuantum…} |
| | WorkerThread_V1 {} {Flags, StartTime, ThreadRoutine, TThreadId} |
| | TcpIp_V0 {} {Flags} |
| | TcpIp_V0_TypeGroup1 {} {Flags, daddr, dport, PID…} |
| | Process_V2 {} {Flags} |
| | Process_V2_TypeGroup5 {} {Flags, Object} |
| | Process_V2_TypeGroup4 {} {Flags, Count, Object, ProcessId…} |
| | Process_V2_TypeGroup2 {} {Flags, HandleCount, PageFaultCount, PagefileUsage…} |
| | Process_V2_TypeGroup1 {} {Flags, CommandLine, ExitStatus, ImageFileName…} |
| | Process_Terminate_TypeGroup1 {} {Flags, ProcessId} |
| | Process_V2_TypeGroup3 {} {Flags, DirectoryTableBase, ProcessId} |
| | Process_V4 {} {Flags} |
| | Process_V4_TypeGroup1 {} {Flags, ApplicationId, CommandLine, DirectoryTableBase…} |
| | PowerEvents {} {Flags} |
| | IdleExitLatency {} {Flags, PlatformState, ProcessorState, ReturnLatency…} |
| | Process_V3 {} {Flags} |
| | Process_V3_TypeGroup1 {} {Flags, CommandLine, DirectoryTableBase, ExitStatus…} |
| | ALPC {} {Flags} |
| | ALPC_Receive_Message {} {Flags, MessageID} |
| | ALPC_Wait_For_Reply {} {Flags, MessageID} |
| | ALPC_Send_Message {} {Flags, MessageID} |
| | ALPC_Unwait {} {Flags, Status} |
| | ALPC_Wait_For_New_Message {} {Flags, IsServerPort, PortName} |
| | Image {} {Flags} |
| | Image_Load {} {Flags, DefaultBase, FileName, ImageBase…} |
| | LoaderDllSearchResults {} {Flags, FullDllName, LdrLoadFlags, LdrSearchFlags…} |
| | LoaderNewDllEvent {} {Flags, FilePath, LoadReason, NewDllBaseAddress…} |
| | LoaderCodedEventPath {} {Flags, BaseAddress, Code, ErrorOpcode…} |
| | LoaderCodedEventStatus {} {Flags, BaseAddress, Code, ErrorOpcode…} |
| | LoaderPathSearchResults {} {Flags, AppDir, Cwd, DllDir…} |
| | Bid2Etw_ADOMD_1 {} {} |
| | Bid2Etw_ADOMD_1_Trace {} {} |
| | Bid2Etw_ADOMD_1_Trace_TextA {} {ModID, msgStr} |
| | Bid2Etw_ADOMD_1_Trace_TextW {} {ModID, msgStr} |
| | AtaportGuid {} {Flags, Level} |
| | Mesh {} {Flags, Level} |
| | WDiagCoreCtlGuid {} {Flags} |
| | CscUm {} {Flags} |
| | CscNetApi {} {Flags} |
| | WinRM {} {Flags} |
| | Sbp2portGuid {} {Flags, Level} |
| | fdpHostCtlGuid {} {Flags} |
| | RSSPlatformPerformanceTraceProvider {} {Flags} |
| | MSNT_FileBaseTrace_Set2 {} {Flags} |
| | MsftEnumDiscRecorder2 {} {Flags, Level} |
| | WdfCoreTraceGuid {} {Flags, Level} |
| | ClasspnpGuid {} {Flags, Level} |
| | FirewallAPI {} {Flags, Level} |
| | MsftDiscFormat2Tao {} {Flags, Level} |
| | WMI_Tracing_Client_Operations {} {Flags} |
| | Bid2Etw_ADODB_1 {} {} |
| | Bid2Etw_ADODB_1_Trace {} {} |
| | Bid2Etw_ADODB_1_Trace_TextA {} {ModID, msgStr} |
| | Bid2Etw_ADODB_1_Trace_TextW {} {ModID, msgStr} |
| | WMPNetwkGuid {} {Flags, Level} |
| | CtlGuidPortableDeviceConnectApi {} {Flags} |
| | RFSMon {} {Flags} |
| | TSRdpEndPointTrace {} {Flags} |
| | UsbstorGuid {} {Flags, Level} |
| | FDWNetCtlGuid {} {Flags} |
| | MSNT_FileBaseTrace_OptionalData {} {Flags} |
| | MsftDiscFormat2StreamZero {} {Flags, Level} |
| | TSPkgDebugTrace {} {Flags} |
| | Refsv1WppTrace {} {Flags} |
| | WLanDiagCtlGuid {} {Flags} |
| | Bid2Etw_MSDATL3_1 {} {} |
| | Bid2Etw_MSDATL3_1_Trace {} {} |
| | Bid2Etw_MSDATL3_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_MSDATL3_1_Trace_TextA {} {ModID, msgStr} |
| | XWIZARD_TRACE_GUID {} {Flags, Level} |
| | RestartManager {} {Flags} |
| | CtlGuidWpdBusEnum {} {Flags} |
| | TestTraceGuid {} {Flags, Level} |
| | PlatformLibraryTraceGuid {} {Flags, Level} |
| | FWCFG {} {Flags} |
| | VssTracingProvider {} {} |
| | VssTracingEventClass {} {} |
| | VssTracingEventClass_VssTracingEve… {} {FunctionName, Indent, LineNumber, MessageDescription…} |
| | RSPNDR {} {Flags} |
| | SchannelDebugTrace {} {Flags} |
| | DigestDebugTrace {} {Flags} |
| | Regular {} {Flags} |
| | MsftDiscMaster2 {} {Flags, Level} |
| | BITSServiceTrace {} {Flags} |
| | MSSAMTrace {} {} |
| | SamQueryInfoUser {} {} |
| | SamQueryInfoUser_End {} {} |
| | SamQueryInfoUser_Start {} {Client, Sam, Sid, Version} |
| | SamEnumUsersInDom {} {} |
| | SamEnumUsersInDom_Start {} {Client, Sam, Sid, Version} |
| | SamEnumUsersInDom_End {} {} |
| | SamEnumAliasesInDom {} {} |
| | SamEnumAliasesInDom_Start {} {Client, Sam, Sid, Version} |
| | SamEnumAliasesInDom_End {} {} |
| | SamConnect {} {} |
| | SamConnect_Start {} {Client, Sam, Sid, Version} |
| | SamConnect_End {} {} |
| | SamQueryDisplayInfo {} {} |
| | SamQueryDisplayInfo_Start {} {Client, Sam, Sid, Version} |
| | SamQueryDisplayInfo_End {} {} |
| | SamGetAliasMem {} {} |
| | SamGetAliasMem_Start {} {Client, Sam, Sid, Version} |
| | SamGetAliasMem_End {} {} |
| | SamSetInfoGrp {} {} |
| | SamSetInfoGrp_Start {} {Client, Sam, Sid, Version} |
| | SamSetInfoGrp_End {} {} |
| | SamChangePwdComputer {} {} |
| | SamChangePwdComputer_End {} {} |
| | SamChangePwdComputer_Start {} {Client, Sam, Sid, Version} |
| | SamGetBootKeyInfo {} {} |
| | SamGetBootKeyInfo_Start {} {Client, Sam, Sid, Version} |
| | SamGetBootKeyInfo_End {} {} |
| | SamAddMemToAlias {} {} |
| | SamAddMemToAlias_Start {} {Client, Sam, Sid, Version} |
| | SamAddMemToAlias_End {} {} |
| | SamSetBootKeyInfo {} {} |
| | SamSetBootKeyInfo_End {} {} |
| | SamSetBootKeyInfo_Start {} {Client, Sam, Sid, Version} |
| | SamEnumGrpsInDom {} {} |
| | SamEnumGrpsInDom_End {} {} |
| | SamEnumGrpsInDom_Start {} {Client, Sam, Sid, Version} |
| | SamIdByName {} {} |
| | SamIdByName_Start {} {Client, Sam, Sid, Version} |
| | SamIdByName_End {} {} |
| | SamOpenAlias {} {} |
| | SamOpenAlias_Start {} {Client, Sam, Sid, Version} |
| | SamOpenAlias_End {} {} |
| | SamQuerySecurityObj {} {} |
| | SamQuerySecurityObj_End {} {} |
| | SamQuerySecurityObj_Start {} {Client, Sam, Sid, Version} |
| | SamRemoveMemFromForeignDom {} {} |
| | SamRemoveMemFromForeignDom_End {} {} |
| | SamRemoveMemFromForeignDom_Start {} {Client, Sam, Sid, Version} |
| | SamGetGrpsForUser {} {} |
| | SamGetGrpsForUser_Start {} {Client, Sam, Sid, Version} |
| | SamGetGrpsForUser_End {} {} |
| | SamOpenGrp {} {} |
| | SamOpenGrp_Start {} {Client, Sam, Sid, Version} |
| | SamOpenGrp_End {} {} |
| | SamNameById {} {} |
| | SamNameById_End {} {} |
| | SamNameById_Start {} {Client, Sam, Sid, Version} |
| | SamPwdPushPdc {} {} |
| | SamPwdPushPdc_Start {} {Client, Sam, Sid, Version} |
| | SamPwdPushPdc_End {} {} |
| | SamCompPwdSet {} {} |
| | SamCompPwdSet_Start {} {Client, Sam, Sid, Version} |
| | SamCompPwdSet_End {} {} |
| | SamSetInfoDom {} {} |
| | SamSetInfoDom_End {} {} |
| | SamSetInfoDom_Start {} {Client, Sam, Sid, Version} |
| | SamCloseHandle {} {} |
| | SamCloseHandle_End {} {} |
| | SamCloseHandle_Start {} {Client, Sam, Sid, Version} |
| | SamOpenUser {} {} |
| | SamOpenUser_End {} {} |
| | SamOpenUser_Start {} {Client, Sam, Sid, Version} |
| | SamPwdChng {} {} |
| | SamPwdChng_Start {} {Client, Sam, Sid, Version} |
| | SamPwdChng_End {} {} |
| | SamCompCreate {} {} |
| | SamCompCreate_Start {} {Client, Sam, Sid, Version} |
| | SamCompCreate_End {} {} |
| | SamDeleteGrp {} {} |
| | SamDeleteGrp_End {} {} |
| | SamDeleteGrp_Start {} {Client, Sam, Sid, Version} |
| | SamQueryInfoAlias {} {} |
| | SamQueryInfoAlias_Start {} {Client, Sam, Sid, Version} |
| | SamQueryInfoAlias_End {} {} |
| | SamGetDisplayEnumIdx {} {} |
| | SamGetDisplayEnumIdx_Start {} {Client, Sam, Sid, Version} |
| | SamGetDisplayEnumIdx_End {} {} |
| | SamOpenDomain {} {} |
| | SamOpenDomain_End {} {} |
| | SamOpenDomain_Start {} {Client, Sam, Sid, Version} |
| | SamGetMemInGrp {} {} |
| | SamGetMemInGrp_Start {} {Client, Sam, Sid, Version} |
| | SamGetMemInGrp_End {} {} |
| | SamQueryInfoDom {} {} |
| | SamQueryInfoDom_Start {} {Client, Sam, Sid, Version} |
| | SamQueryInfoDom_End {} {} |
| | SamGetUserDomPwdInfo {} {} |
| | SamGetUserDomPwdInfo_End {} {} |
| | SamGetUserDomPwdInfo_Start {} {Client, Sam, Sid, Version} |
| | SamUserCreate {} {} |
| | SamUserCreate_End {} {} |
| | SamUserCreate_Start {} {Client, Sam, Sid, Version} |
| | SamSetMemAttrsOfGrp {} {} |
| | SamSetMemAttrsOfGrp_End {} {} |
| | SamSetMemAttrsOfGrp_Start {} {Client, Sam, Sid, Version} |
| | SamShutdownSamSrv {} {} |
| | SamShutdownSamSrv_End {} {} |
| | SamShutdownSamSrv_Start {} {Client, Sam, Sid, Version} |
| | SamProcessMappedAttributes {} {} |
| | SamProcessMappedAttributes_Start {} {Client, Sam, Sid, Version} |
| | SamProcessMappedAttributes_End {} {} |
| | SamSetSecurityObj {} {} |
| | SamSetSecurityObj_End {} {} |
| | SamSetSecurityObj_Start {} {Client, Sam, Sid, Version} |
| | SamGetMemInAlias {} {} |
| | SamGetMemInAlias_Start {} {Client, Sam, Sid, Version} |
| | SamGetMemInAlias_End {} {} |
| | SamDeleteUser {} {} |
| | SamDeleteUser_End {} {} |
| | SamDeleteUser_Start {} {Client, Sam, Sid, Version} |
| | SamGetDomPwdInfo {} {} |
| | SamGetDomPwdInfo_End {} {} |
| | SamGetDomPwdInfo_Start {} {Client, Sam, Sid, Version} |
| | SamSetInfoAlias {} {} |
| | SamSetInfoAlias_End {} {} |
| | SamSetInfoAlias_Start {} {Client, Sam, Sid, Version} |
| | SamUserPwdSet {} {} |
| | SamUserPwdSet_Start {} {Client, Sam, Sid, Version} |
| | SamUserPwdSet_End {} {} |
| | SamDeleteAlias {} {} |
| | SamDeleteAlias_End {} {} |
| | SamDeleteAlias_Start {} {Client, Sam, Sid, Version} |
| | SamAddMemGrp {} {} |
| | SamAddMemGrp_End {} {} |
| | SamAddMemGrp_Start {} {Client, Sam, Sid, Version} |
| | SamDelMemGrp {} {} |
| | SamDelMemGrp_End {} {} |
| | SamDelMemGrp_Start {} {Client, Sam, Sid, Version} |
| | SamCreateAliasInDom {} {} |
| | SamCreateAliasInDom_Start {} {Client, Sam, Sid, Version} |
| | SamCreateAliasInDom_End {} {} |
| | SamRemoveMemFromAlias {} {} |
| | SamRemoveMemFromAlias_Start {} {Client, Sam, Sid, Version} |
| | SamRemoveMemFromAlias_End {} {} |
| | SamQueryInfoGrp {} {} |
| | SamQueryInfoGrp_End {} {} |
| | SamQueryInfoGrp_Start {} {Client, Sam, Sid, Version} |
| | SamEnumDomInSamSrv {} {} |
| | SamEnumDomInSamSrv_End {} {} |
| | SamEnumDomInSamSrv_Start {} {Client, Sam, Sid, Version} |
| | SamSetInfoUser {} {} |
| | SamSetInfoUser_End {} {} |
| | SamSetInfoUser_Start {} {Client, Sam, Sid, Version} |
| | SamLookupDomInSamSrv {} {} |
| | SamLookupDomInSamSrv_Start {} {Client, Sam, Sid, Version} |
| | SamLookupDomInSamSrv_End {} {} |
| | SamGrpCreate {} {} |
| | SamGrpCreate_Start {} {Client, Sam, Sid, Version} |
| | SamGrpCreate_End {} {} |
| | NSHIPSEC {} {Flags} |
| | RSSPlatformBackgroundsyncPerforman… {} {Flags} |
| | MSV1_0DebugTrace {} {Flags} |
| | FileSystemImageTracing {} {Flags, Level} |
| | UMBus {} {Flags, Level} |
| | DiagL2SecCtlGuid {} {Flags} |
| | CtlGuidPortableDeviceTypes {} {Flags} |
| | NetworkItemFactoryTrace {} {Flags} |
| | IPMIDRIVER {} {Flags} |
| | KmdfTraceGuid {} {Flags, Level} |
| | CtlGuid {} {Flags} |
| | MsftDiscRecorder2 {} {Flags, Level} |
| | TSClientActiveXControlTrace {} {Flags, Level} |
| | TSRDPShellTrace {} {Flags} |
| | LpcDriverTraceGuid {} {Flags, Level} |
| | Dll {} {Flags, Level} |
| | ImapiV1Shim {} {Flags} |
| | Bid2Etw_MSDART_1 {} {} |
| | Bid2Etw_MSDART_1_Trace {} {} |
| | Bid2Etw_MSDART_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_MSDART_1_Trace_TextA {} {ModID, msgStr} |
| | NCSICtlGuid {} {Flags} |
| | MSNetLogonTrace {} {} |
| | NlServerAuth {} {} |
| | NlServerAuth_End {} {Account, ChannelType, Client, NegotiatedFlags…} |
| | NlServerAuth_Start {} {Account, ChannelType, Client, NegotiatedFlags} |
| | NlSecChanlSetup {} {} |
| | NlSecChanlSetup_End {} {} |
| | NlSecChanlSetup_Start {} {} |
| | PlugPlay {} {Flags} |
| | CtlGuidPortableDeviceAPI {} {Flags} |
| | MsftDiscFormat2RawCD {} {Flags, Level} |
| | Bid2Etw_MSDADIAG_ETW {} {} |
| | Bid2Etw_MSDADIAG_ETW_Trace {} {} |
| | Bid2Etw_MSDADIAG_ETW_Trace_TextA {} {ModID, msgStr} |
| | Bid2Etw_MSDADIAG_ETW_Trace_TextW {} {ModID, msgStr} |
| | BfeTraceProvider {} {} |
| | MsftUtils {} {Flags, Level} |
| | Bid2Etw_SQLSRV32_1 {} {} |
| | Bid2Etw_SQLSRV32_1_Trace {} {} |
| | Bid2Etw_SQLSRV32_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_SQLSRV32_1_Trace_TextA {} {ModID, msgStr} |
| | WFAPIGP {} {Flags} |
| | MsftWriteEngine2 {} {Flags, Level} |
| | LLTDIO {} {Flags} |
| | CertificateServicesClient {} {Flags} |
| | TSMFTrace {} {Flags} |
| | CtlGuidUMB {} {Flags} |
| | MobilityCenterTrace {} {Flags} |
| | Bid2Etw_BCP_1 {} {} |
| | Bid2Etw_BCP_1_Trace {} {} |
| | Bid2Etw_BCP_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_BCP_1_Trace_TextA {} {ModID, msgStr} |
| | DriverManagerTraceGuid {} {Flags, Level} |
| | WinInit {} {Flags} |
| | WMPNsCfgGuid {} {Flags, Level} |
| | NtfsLog {} {Flags} |
| | NlaSvcTraceCtlGuid {} {Flags} |
| | WMPNsSciGuid {} {Flags, Level} |
| | WnfProvider {} {} |
| | WNFTrace {} {} |
| | WNFCallback {} {Callback, ChangeStamp, DeliveryFlags, NameSub…} |
| | WNFPublish {} {DataLength, StateName} |
| | WNFNameSubRundown {} {NameSub, StateName} |
| | WNFSubUnsub {} {Callback, DeliveryFlags, NameSub, RefCount…} |
| | MSV1_0Trace {} {} |
| | NtlmValidateUser {} {} |
| | NtlmValidateUser_End {} {LogonDomain, LogonServer, Success, UserName…} |
| | NtlmValidateUser_Start {} {} |
| | NtlmServerAccept {} {} |
| | NtlmServerAccept_End {} {InContext, OutContext, StageHint, Status} |
| | NtlmServerAccept_Info {} {DomainName, Flags, InContext, OutContext…} |
| | NtlmServerAccept_Start {} {InContext, StageHint} |
| | NtlmClientInitialize {} {} |
| | NtlmClientInitialize_End {} {InContext, OutContext, StageHint, Status} |
| | NtlmClientInitialize_Start {} {InContext, StageHint} |
| | NtlmLogonUser {} {} |
| | NtlmLogonUser_Start {} {} |
| | NtlmLogonUser_End {} {DomainName, LogonType, Status, UserName} |
| | Bid2Etw_MSADOX_1 {} {} |
| | Bid2Etw_MSADOX_1_Trace {} {} |
| | Bid2Etw_MSADOX_1_Trace_TextA {} {ModID, msgStr} |
| | Bid2Etw_MSADOX_1_Trace_TextW {} {ModID, msgStr} |
| | CtlGuidWPDSP {} {Flags} |
| | Bid2Etw_ODBCBCP_1 {} {} |
| | Bid2Etw_ODBCBCP_1_Trace {} {} |
| | Bid2Etw_ODBCBCP_1_Trace_TextA {} {ModID, msgStr} |
| | Bid2Etw_ODBCBCP_1_Trace_TextW {} {ModID, msgStr} |
| | IpsecPolStore {} {Flags} |
| | CertificateServicesClient_Credenti… {} {Flags} |
| | TSClientTrace {} {Flags} |
| | MsftDiscFormat2Data {} {Flags, Level} |
| | NwfDrvCtlGuid {} {Flags} |
| | IHVServiceFrameworkCtlGuid {} {Flags} |
| | AspNetTrace {} {Flags, Level} |
| | AspNetTraceEvent {} {Flags, Level} |
| | AspNetPageInitLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetPageRenderEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetModuleDiagVerboseEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetCompileEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetPageLoadLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetPageLoadEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetModuleDiagErrorEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetParseEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetModuleDiagWarningEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetWebEventDeliverStart {} {Flags, Level, ConnID, ContextId…} |
| | AspNetPageRaisePostbackEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetPageLoadViewstateEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetPageRenderLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetWebEventDeliverEnd {} {Flags, Level, ConnID, ContextId} |
| | AspNetPageRaisePostbackLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetPageTraceWriteEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetSessionStatePartitionEnd {} {Flags, Level, ConnID, ContextId…} |
| | AspNetPagePreRenderLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetWebEventRaiseEnd {} {Flags, Level, ConnID, ContextId} |
| | AspNetPagePreInitLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetCompileLeave {} {Flags, Level, ConnID, ContextId…} |
| | AspNetModuleDiagStartEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetPageLoadPostDataLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetStart {} {Flags, Level, ConnID, ContextId…} |
| | AspNetMapHandlerLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetPipelineModuleLeave {} {Flags, Level, ConnID, ContextId…} |
| | AspNetRoleManagerGetUserRoles {} {Flags, Level, ConnID, ContextId…} |
| | AspNetRequestDequeued {} {Flags, Level, ConnID, ContextId} |
| | AspNetHttpHandlerLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetPipelineModuleEnter {} {Flags, Level, ConnID, ContextId…} |
| | AspNetStartHandler {} {Flags, Level, ConnID, ContextId…} |
| | AspNetProfileBegin {} {Flags, Level, ConnID, ContextId} |
| | AspNetAcquireSessionBegin {} {Flags, Level, ConnID, ContextId} |
| | AspNetMapHandlerEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetPageInitEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetGetAppDomainLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetModuleDiagTransferEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetRoleManagerBegin {} {Flags, Level, ConnID, ContextId} |
| | AspNetProfileEnd {} {Flags, Level, ConnID, ContextId…} |
| | AspNetModuleDiagCriticalEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetRoleManagerEnd {} {Flags, Level, ConnID, ContextId…} |
| | AspNetRoleManagerIsUserInRole {} {Flags, Level, ConnID, ContextId…} |
| | AspNetSessionStatePartitionStart {} {Flags, Level, ConnID, ContextId…} |
| | AspNetPageLoadViewstateLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetPagePreRenderEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetGetAppDomainEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetPageTraceWarnEvent {} {Flags, Level, ContextId, TraceWarningMsg…} |
| | AspNetPageSaveViewstateEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetParseLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetEndHandler {} {Flags, Level, ConnID, ContextId} |
| | AspNetAcquireSessionEnd {} {Flags, Level, ConnID, ContextId} |
| | AspNetAppDomainEnter {} {Flags, Level, ConnID, ContextId…} |
| | AspNetPageSaveViewstateLeave {} {Flags, Level, ConnID, ContextId} |
| | AspNetRequestQueued {} {Flags, Level, ConnID, ContextId} |
| | AspNetPagePostDataChangedEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetModuleDiagStopEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetModuleDiagInfoEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetModuleDiagSuspendEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetPageLoadPostDataEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetWebEventRaiseStart {} {Flags, Level, ConnID, ContextId…} |
| | AspNetModuleDiagResumeEvent {} {Flags, Level, ContextId, TraceWriteMsg…} |
| | AspNetHttpHandlerEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetPagePreInitEnter {} {Flags, Level, ConnID, ContextId} |
| | AspNetStop {} {Flags, Level, ConnID, ContextId} |
| | AspNetPagePostDataChangedLeave {} {Flags, Level, ConnID, ContextId} |
| | MuiTrace {} {} |
| | MuiTraceData {} {} |
| | MuiTraceData_String {} {MuiLoadString} |
| | fdResPubCtlGuid {} {Flags} |
| | MsftDiscFormat2Erase {} {Flags, Level} |
| | Bid2Etw_MSADDS_1 {} {} |
| | Bid2Etw_MSADDS_1_Trace {} {} |
| | Bid2Etw_MSADDS_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_MSADDS_1_Trace_TextA {} {ModID, msgStr} |
| | FDCtlGuid {} {Flags} |
| | Bid2Etw_ODBC_1 {} {} |
| | Bid2Etw_ODBC_1_Trace {} {} |
| | Bid2Etw_ODBC_1_Trace_TextA {} {ModID, msgStr} |
| | Bid2Etw_ODBC_1_Trace_TextW {} {ModID, msgStr} |
| | CtlGuidAssocDB {} {Flags} |
| | ACPITrace {} {} |
| | AMLIEvalData1 {} {} |
| | AMLIEvalData1_TypeGroup1 {} {DataString} |
| | TSRdpInitTrace {} {Flags} |
| | Bid2Etw_MSDAPRST_1 {} {} |
| | Bid2Etw_MSDAPRST_1_Trace {} {} |
| | Bid2Etw_MSDAPRST_1_Trace_TextA {} {ModID, msgStr} |
| | Bid2Etw_MSDAPRST_1_Trace_TextW {} {ModID, msgStr} |
| | CtlGuidBthMtpEnum {} {Flags} |
| | MsftDiscFormat2StreamRandom {} {Flags, Level} |
| | Bid2Etw_MSADCF_1 {} {} |
| | Bid2Etw_MSADCF_1_Trace {} {} |
| | Bid2Etw_MSADCF_1_Trace_TextW {} {ModID, msgStr} |
| | Bid2Etw_MSADCF_1_Trace_TextA {} {ModID, msgStr} |
| | MSiSCSI_ManagementOperations {PingIPAddress} {Active, InstanceName} |
| | ProcessorAcpiTsdDependency {} {CoordType, Domain, NumberOfEntries, NumProcessors…} |
| | MS_SM_ScsiInformationMethods {SM_ScsiInquiry, SM… {Active, InstanceName} |
| | MSFC_FibrePortNPIVMethodsEx {SetChapForPhysical… {Active, InstanceName} |
| | VideoModeDescriptor {} {CompositePolarityType, HorizontalActivePixels, HorizontalBlankingPixels, HorizontalBorder…} |
| | CIM_StatisticalInformation {} {Caption, Description, Name} |
| | Win32_Perf {} {Caption, Description, Name, Frequency_Object…} |
| | Win32_PerfRawData {} {Caption, Description, Name, Frequency_Object…} |
| | MSiSCSI_RequestTimeStatistics {} {Caption, Description, Name, Frequency_Object…} |
| | MSiSCSI_SessionStatistics {} {Caption, Description, Name, Frequency_Object…} |
| | MSiSCSI_QMIPSECStats {} {Caption, Description, Name, Frequency_Object…} |
| | MSiSCSI_NICPerformance {} {Caption, Description, Name, Frequency_Object…} |
| | MSiSCSI_InitiatorLoginStatistics {} {Caption, Description, Name, Frequency_Object…} |
| | MSBatteryClass {} {Caption, Description, Name, Frequency_Object…} |
| | BatteryStaticData {} {Caption, Description, Name, Frequency_Object…} |
| | BatteryRuntime {} {Caption, Description, Name, Frequency_Object…} |
| | BatteryCycleCount {} {Caption, Description, Name, Frequency_Object…} |
| | BatteryTemperature {} {Caption, Description, Name, Frequency_Object…} |
| | BatteryStatus {} {Caption, Description, Name, Frequency_Object…} |
| | BatteryFullChargedCapacity {} {Caption, Description, Name, Frequency_Object…} |
| | MSiSCSI_MMIPSECStats {} {Caption, Description, Name, Frequency_Object…} |
| | MSiSCSI_ConnectionStatistics {} {Caption, Description, Name, Frequency_Object…} |
| | MSiSCSI_InitiatorInstanceStatistics {} {Caption, Description, Name, Frequency_Object…} |
| | ProcessorPerformance {} {Caption, Description, Name, Frequency_Object…} |
| | Win32_PerfFormattedData {} {Caption, Description, Name, Frequency_Object…} |
| | ISCSI_Supported_LB_Policies {} {iSCSI_PathCount, iSCSI_Paths, LoadBalancePolicy, UniqueSessionId} |
| | MSMonitorClass {} {} |
| | WmiMonitorConnectionParams {} {Active, InstanceName, VideoOutputTechnology} |
| | WmiMonitorRawEEdidV1Block {} {Active, Content, Id, InstanceName…} |
| | WmiMonitorListedFrequencyRanges {} {Active, InstanceName, MonitorFreqRanges, NumOfMonitorFreqRanges} |
| | WmiMonitorDigitalVideoInputParams {} {Active, InstanceName, IsDFP1xCompatible} |
| | WmiMonitorAnalogVideoInputParams {} {Active, CompositeSyncSupported, InstanceName, SeparateSyncsSupported…} |
| | WmiMonitorID {} {Active, InstanceName, ManufacturerName, ProductCodeID…} |
| | WmiMonitorBrightnessMethods {WmiSetBrightness, … {Active, InstanceName} |
| | WmiMonitorBasicDisplayParams {} {Active, DisplayTransferCharacteristic, InstanceName, MaxHorizontalImageSize…} |
| | WmiMonitorColorCharacteristics {} {Active, Blue, DefaultWhite, Green…} |
| | WmiMonitorDescriptorMethods {WmiGetMonitorRawEE… {Active, InstanceName} |
| | WmiMonitorListedSupportedSourceMod… {} {Active, InstanceName, MonitorSourceModes, NumOfMonitorSourceModes…} |
| | WmiMonitorBrightness {} {Active, CurrentBrightness, InstanceName, Level…} |
| | WmiMonitorColorXYZinCIE {} {X, Y} |
| | MS_SMHBA_PROTOCOLSTATISTICS {} {ControlRequests, InputMegabytes, InputRequests, OutputMegabytes…} |
| | MSiSCSIInitiator_SendTargetPortalC… {Refresh} {InitiatorName, InitiatorPortNumber, LoginOptions, PortalAddress…} |
| | MSiSCSIInitiator_SessionClass {Logout, SendScsiIn… {ConnectionInformation, Devices, InitiatorName, ISID…} |
| | MS_SMHBA_SAS_PHY {} {domainPortWWN, HardwareMaxLinkRate, HardwareMinLinkRate, NegotiatedLinkRate…} |
| | MSFC_FibrePortNPIVAttributes {} {Active, InstanceName, NumberVirtualPorts, VirtualPorts…} |
| | HBAFCPBindingEntry2 {} {FCPId, Luid, ScsiId, Type} |
| | MSiSCSIInitiator_TargetClass {Login} {DiscoveryMechanism, InitiatorName, LoginOptions, Mappings…} |
| | MSFC_FC4STATISTICS {} {ControlRequests, InputMegabytes, InputRequests, OutputMegabytes…} |
| | TeeDriverWmiInfo {} {Active, AsyncEvents, D0ix, FwNotfication…} |
| | MSiSCSI_QueryLBPolicy {} {Active, InstanceName, LoadBalancePolicies, Reserved…} |
| | HDAudioErrorStatus {} {Active, ControllerErrorStatus, EngineErrorStatus, InstanceName…} |
| | HBAFCPID {} {Fcid, FcpLun, NodeWWN, PortWWN} |
| | ProcessorAcpiXpssState {} {BmLatency, Control, ControlMask, Frequency…} |
| | MSFC_HbaApiVersion {} {Description, HbaApiVersion, WmiHbaApiVersion} |
| | MS_SMHBA_BINDINGENTRY {} {LUID, PortLun, ScsiId, Status…} |
| | MSStorageDriver_SenseData {} {additionalSenseCode, additionalSenseCodeQualifier, additionalSenseLength, commandSpecificInformation…} |
| | ProcessorAcpiTss {} {Count, State} |
| | MS_SMHBA_PORTATTRIBUTES {} {OSDeviceName, PortSpecificAttributes, PortSpecificAttributesSize, PortState…} |
| | MSStorageDriver_ClassErrorLog {} {Active, InstanceName, logEntries, numEntries} |
| | WmiMonitorSupportedDisplayFeatures {} {ActiveOffSupported, DisplayType, GTFSupported, HasPreferredTimingMode…} |
| | ISCSI_ConnectionStaticInfo {} {AuthType, CID, DataIntegrity, EstimatedThroughput…} |
| | AcpiPssState {} {BmLatency, Control, Frequency, Latency…} |
| | MSiSCSIInitiator_InitiatorClass {} {InitiatorName} |
| | WMIACPI_Control {} {Active, cBytes, InstanceName} |
| | BcdDeviceData {} {AdditionalOptions, DeviceType} |
| | BcdDeviceFileData {} {AdditionalOptions, DeviceType, Parent, Path} |
| | BcdDevicePartitionData {} {AdditionalOptions, DeviceType, Path} |
| | BcdDeviceUnknownData {} {AdditionalOptions, DeviceType, Data} |
| | BcdDeviceQualifiedPartitionData {} {AdditionalOptions, DeviceType, DiskSignature, PartitionIdentifier…} |
| | BcdDeviceLocateData {} {AdditionalOptions, DeviceType, Type} |
| | BcdDeviceLocateElementData {} {AdditionalOptions, DeviceType, Type, Element} |
| | BcdDeviceLocateStringData {} {AdditionalOptions, DeviceType, Type, Path} |
| | BcdDeviceLocateElementChildData {} {AdditionalOptions, DeviceType, Type, Element…} |
| | MSFC_FibrePortHBAAttributes {} {Active, Attributes, HBAStatus, InstanceName…} |
| | RegisteredGuids {} {Active, EnableFlags, EnableLevel, GuidType…} |
| | AcpiPss {} {Count, State} |
| | MSVerifierIrpLogInformation {} {Active, DeviceType, Entries, EntryCount…} |
| | MSiSCSI_SecurityCapabilities {} {Active, CertificatesSupported, EncryptionAvailable, EncryptionAvailableCount…} |
| | PerformanceStates {} {Count, Current, State, TransitionFunction…} |
| | MSVerifierIrpLogEntry {} {Arg1, Arg2, Arg3, Arg4…} |
| | ISCSI_SessionStaticInfo {} {ConnectionCount, ConnectionsList, DataPduInOrder, DataSequenceInOrder…} |
| | MSiSCSIInitiator_Portal {} {Address, Index, Port, SymbolicName} |
| | MS_SM_EventControl {SM_AddTarget, SM_R… {Active, InstanceName} |
| | MSiSCSIInitiator_ConnectionInforma… {} {CID, ConnectionID, InitiatorAddress, InitiatorPort…} |
| | MS_SystemInformation {} {Active, BaseBoardManufacturer, BaseBoardProduct, BaseBoardVersion…} |
| | MSParallel {} {} |
| | MSParallel_AllocFreeCounts {} {Active, InstanceName, PortAllocates, PortFrees} |
| | MSParallel_DeviceBytesTransferred {} {Active, BoundedEcpReadCount, BoundedEcpWriteCount, ByteReadCount…} |
| | MSAcpi {} {} |
| | MSAcpi_ThermalZoneTemperature {} {Active, ActiveTripPoint, ActiveTripPointCount, CriticalTripPoint…} |
| | MSFC_DH_Chap_Parameters {} {SecretEncoding, SharedSecret, SharedSecretLength} |
| | MSiSCSIInitiator_PersistentLoginCl… {} {InitiatorInstance, InitiatorPortNumber, IsInformationalSession, LoginOptions…} |
| | MS_SmBios {} {} |
| | MSSmBios_Sysid1394 {} {x1394} |
| | MSSmBios_Sysid1394List {} {Active, Count, InstanceName, List} |
| | MSSmBios_SysidUUIDList {} {Active, Count, InstanceName, List} |
| | MSSmBios_SMBiosEventlog {} {AccessMethod, AccessMethodAddress, Active, InstanceName…} |
| | MSSmBios_SysidUUID {} {Uuid} |
| | MSSmBios_RawSMBiosTables {} {Active, DmiRevision, InstanceName, Size…} |
| | MSFC_FibrePortHBAStatistics {} {Active, HBAStatus, InstanceName, Statistics…} |
| | MSFC_NPIVLUNMappingInformation {} {Active, InstanceName, OSBus, OSLUN…} |
| | MSRedbook {} {} |
| | ISCSI_Path {} {ConnectionStatus, EstimatedLinkSpeed, PathWeight, PrimaryPath…} |
| | ISCSI_LUNList {} {OSLUN, Reserved, TargetLUN} |
| | BcdObject {EnumerateElementTy… {Id, StoreFilePath, Type} |
| | WMIACPI_QLMInit {} {Active, InstanceName, QLMInit} |
| | </code> |
| | </WRAP> |
| | |
| | ===== 参考文献 ===== |
| | [[https://devblogs.microsoft.com/powershell/cim-cmdlets-some-tips-tricks/|CIM Cmdlets – Some Tips & Tricks | PowerShell]]\\ |
| | [[https://www.atmarkit.co.jp/fwin2k/win2ktips/756wmicreator/wmicreator.html|WMIを使うスクリプトを簡単に作成する - @IT]]\\ |
| | [[https://tutorialmore.com/questions-121178.htm|非表示/仮想Windowsユーザーアカウントのリスト - 初心者向けチュートリアル]]\\ |
| | |
| | [[http://www.wmifun.net/|WMI Fun !! ~ WMI (Windows Management Instrumentation) に興味がある方・システム管理者は必見です! ~]]\\ |
| | [[https://blog.ipswitch.com/get-ciminstance-vs-get-wmiobject-whats-the-difference|Get-CIMInstance Vs Get-WMIObject: What’s The Difference?]]\\ |
| |