Sunday, April 25, 2010

Using Pause Interactions

In reference to KB http://msdn.microsoft.com/en-us/library/dd323770(VS.85).aspx



Using Pause Interactions
A pause interaction lets you provide instructions to the user (for example, asking the user to connect the network cable to the computer). Use the Name node of DisplayInformation to provide the instruction and the Description node to provide additional information if necessary. You can use extension points to provide additional functionality (for example, adding links to the page).

The following shows how to specify pause interactions in your manifest. For details on the contents of a pause interaction, see the PauseInteraction complex type.


    <Interactions>
        <SingleResponseInteractions/>
        <MultipleResponseInteractions/>
        <TextInteractions/>

        <PauseInteractions>
            <PauseInteraction>
                <ID>ConnectNetworkCable</ID>
                <DisplayInformation>
                    <Parameters/>
                    <Name>Please connect the network cable to the computer</Name>
                    <Description/>
                </DisplayInformation>
                <ContextParameters/>
                <ExtensionPoint/>
            </PauseInteraction>

            <PauseInteraction>
                <ID>PauseWithLink</ID>
                <DisplayInformation>
                    <Parameters/>
                    <Name>Test the Link extension point</Name>
                    <Description>Please see the link below for additional information.</Description>
                </DisplayInformation>
                <ContextParameters/>
                <ExtensionPoint>
                  
                </ExtensionPoint>
            </PauseInteraction>
        </PauseInteractions>
        <LaunchUIInteractions/>
    </Interactions>

The following shows how to invoke the previous interactions in a script.



Get-DiagInput -Id ConnectNetworkCable

Get-DiagInput -Id "PauseWithLinks"


Addtional to whatever is said in KB you will also need to set <RequiresInteraction> true </RequiresInteraction> in your rootcause xml file.

Friday, April 2, 2010

All WMI Class Lists

All WMI Class Names list : -



Name
----
__SystemClass
__thisNAMESPACE
__NAMESPACE
__Provider
__Win32Provider
__ProviderRegistration
__EventProviderRegistration
__ObjectProviderRegistration
__ClassProviderRegistration
__InstanceProviderRegistration
__MethodProviderRegistration
__PropertyProviderRegistration
__EventConsumerProviderRegistration
__IndicationRelated
__EventFilter
__EventConsumer
__FilterToConsumerBinding
__AggregateEvent
__TimerNextFiring
__Event
__ExtrinsicEvent
Win32_DeviceChangeEvent
Win32_SystemConfigurationChangeEvent
Win32_VolumeChangeEvent
MSFT_WMI_GenericNonCOMEvent
MSFT_NCProvEvent
MSFT_NCProvCancelQuery
MSFT_NCProvClientConnected
MSFT_NCProvNewQuery
MSFT_NCProvAccessCheck
Win32_SystemTrace
Win32_ProcessTrace
Win32_ProcessStartTrace
Win32_ProcessStopTrace
Win32_ThreadTrace
Win32_ThreadStartTrace
Win32_ThreadStopTrace
Win32_ModuleTrace
Win32_ModuleLoadTrace
Win32_PowerManagementEvent
Win32_ComputerSystemEvent
Win32_ComputerShutdownEvent
MSFT_SCMEvent
MSFT_SCMEventLogEvent
MSFT_NetSevereServiceFailed
MSFT_NetTransactInvalid
MSFT_NetServiceNotInteractive
MSFT_NetTakeOwnership
MSFT_NetServiceConfigBackoutFailed
MSFT_NetServiceShutdownFailed
MSFT_NetServiceStartHung
MSFT_NetServiceStopControlSuccess
MSFT_NetServiceSlowStartup
MSFT_NetCallToFunctionFailed
MSFT_NetBadAccount
MSFT_NetBadServiceState
MSFT_NetConnectionTimeout
MSFT_NetCircularDependencyAuto
MSFT_NetServiceStartTypeChanged
MSFT_NetServiceLogonTypeNotGranted
MSFT_NetServiceStartFailedGroup
MSFT_NetDependOnLaterService
MSFT_NetFirstLogonFailedII
MSFT_NetServiceDifferentPIDConnected
MSFT_NetServiceCrashNoAction
MSFT_NetCircularDependencyDemand
MSFT_NetServiceExitFailed
MSFT_NetServiceStartFailedII
MSFT_NetServiceExitFailedSpecific
MSFT_NetBootSystemDriversFailed
MSFT_NetServiceCrash
MSFT_NetServiceRecoveryFailed
MSFT_NetServiceStatusSuccess
MSFT_NetTransactTimeout
MSFT_NetFirstLogonFailed
MSFT_NetServiceControlSuccess
MSFT_NetServiceStartFailed
MSFT_NetServiceStartFailedNone
MSFT_NetReadfileTimeout
MSFT_NetRevertedToLastKnownGood
MSFT_NetCallToFunctionFailedII
MSFT_NetDependOnLaterGroup
MSFT_WmiSelfEvent
MSFT_WmiEssEvent
MSFT_WmiThreadPoolEvent
MSFT_WmiThreadPoolThreadCreated
MSFT_WmiThreadPoolThreadDeleted
MSFT_WmiRegisterNotificationSink
MSFT_WmiFilterEvent
MSFT_WmiFilterDeactivated
MSFT_WmiFilterActivated
MSFT_WmiCancelNotificationSink
MSFT_WmiProviderEvent
MSFT_WmiConsumerProviderEvent
MSFT_WmiConsumerProviderSinkLoaded
MSFT_WmiConsumerProviderSinkUnloaded
MSFT_WmiConsumerProviderUnloaded
MSFT_WmiConsumerProviderLoaded
Msft_WmiProvider_OperationEvent
Msft_WmiProvider_ComServerLoadOperationEvent
Msft_WmiProvider_OperationEvent_Post
Msft_WmiProvider_PutInstanceAsyncEvent_Post
Msft_WmiProvider_CreateInstanceEnumAsyncEvent_Post
Msft_WmiProvider_DeleteInstanceAsyncEvent_Post
Msft_WmiProvider_CancelQuery_Post
Msft_WmiProvider_NewQuery_Post
Msft_WmiProvider_ProvideEvents_Post
Msft_WmiProvider_ExecQueryAsyncEvent_Post
Msft_WmiProvider_AccessCheck_Post
Msft_WmiProvider_CreateClassEnumAsyncEvent_Post
Msft_WmiProvider_DeleteClassAsyncEvent_Post
Msft_WmiProvider_ExecMethodAsyncEvent_Post
Msft_WmiProvider_GetObjectAsyncEvent_Post
Msft_WmiProvider_PutClassAsyncEvent_Post
Msft_WmiProvider_InitializationOperationFailureEvent
Msft_WmiProvider_InitializationOperationEvent
Msft_WmiProvider_LoadOperationFailureEvent
Msft_WmiProvider_ComServerLoadOperationFailureEvent
Msft_WmiProvider_UnLoadOperationEvent
Msft_WmiProvider_LoadOperationEvent
Msft_WmiProvider_OperationEvent_Pre
Msft_WmiProvider_DeleteInstanceAsyncEvent_Pre
Msft_WmiProvider_AccessCheck_Pre
Msft_WmiProvider_ExecQueryAsyncEvent_Pre
Msft_WmiProvider_DeleteClassAsyncEvent_Pre
Msft_WmiProvider_NewQuery_Pre
Msft_WmiProvider_PutInstanceAsyncEvent_Pre
Msft_WmiProvider_CreateClassEnumAsyncEvent_Pre
Msft_WmiProvider_ExecMethodAsyncEvent_Pre
Msft_WmiProvider_ProvideEvents_Pre
Msft_WmiProvider_CancelQuery_Pre
Msft_WmiProvider_PutClassAsyncEvent_Pre
Msft_WmiProvider_GetObjectAsyncEvent_Pre
Msft_WmiProvider_CreateInstanceEnumAsyncEvent_Pre
Win32_IP4RouteTableEvent
RegistryEvent
RegistryKeyChangeEvent
RegistryTreeChangeEvent
RegistryValueChangeEvent
__SystemEvent
__EventDroppedEvent
__EventQueueOverflowEvent
__QOSFailureEvent
__ConsumerFailureEvent
__InstanceOperationEvent
__InstanceModificationEvent
__InstanceCreationEvent
__MethodInvocationEvent
__InstanceDeletionEvent
__ClassOperationEvent
__ClassDeletionEvent
__ClassModificationEvent
__ClassCreationEvent
__NamespaceOperationEvent
__NamespaceModificationEvent
__NamespaceDeletionEvent
__NamespaceCreationEvent
__TimerEvent
__EventGenerator
__TimerInstruction
__AbsoluteTimerInstruction
__IntervalTimerInstruction
__SystemSecurity
CIM_ManagedSystemElement
CIM_LogicalElement
CIM_System
CIM_ComputerSystem
CIM_UnitaryComputerSystem
Win32_ComputerSystem
CIM_ApplicationSystem
Win32_NTDomain
CIM_Process
Win32_Process
CIM_SoftwareElement
CIM_BIOSElement
Win32_BIOS
Win32_SoftwareElement
CIM_VideoBIOSElement
CIM_LogicalDevice
CIM_Processor
Win32_Processor
CIM_Controller
Win32_1394Controller
CIM_ManagementController
CIM_SCSIController
Win32_SCSIController
CIM_InfraredController
Win32_InfraredDevice
CIM_PCIController
CIM_PCMCIAController
Win32_PCMCIAController
Win32_FloppyController
CIM_VideoController
CIM_PCVideoController
Win32_VideoController
CIM_USBController
Win32_USBController
CIM_SerialController
Win32_SerialPort
CIM_ParallelController
Win32_ParallelPort
Win32_IDEController
CIM_NetworkAdapter
Win32_NetworkAdapter
CIM_Sensor
CIM_BinarySensor
CIM_MultiStateSensor
CIM_DiscreteSensor
CIM_NumericSensor
CIM_TemperatureSensor
Win32_TemperatureProbe
CIM_Tachometer
CIM_VoltageSensor
Win32_VoltageProbe
CIM_CurrentSensor
Win32_CurrentProbe
Win32_Bus
CIM_UserDevice
CIM_Keyboard
Win32_Keyboard
CIM_Display
CIM_FlatPanel
CIM_DesktopMonitor
Win32_DesktopMonitor
CIM_PointingDevice
Win32_PointingDevice
CIM_USBDevice
CIM_USBHub
Win32_USBHub
CIM_AlarmDevice
CIM_Battery
Win32_Battery
Win32_PortableBattery
Win32_SoundDevice
Win32_MotherboardDevice
CIM_PowerSupply
CIM_UninterruptiblePowerSupply
CIM_MediaAccessDevice
CIM_DiskDrive
Win32_DiskDrive
CIM_DisketteDrive
Win32_FloppyDrive
CIM_TapeDrive
Win32_TapeDrive
CIM_MagnetoOpticalDrive
CIM_CDROMDrive
Win32_CDROMDrive
CIM_WORMDrive
CIM_Scanner
Win32_PnPEntity
CIM_PotsModem
Win32_POTSModem
CIM_CoolingDevice
CIM_HeatPipe
Win32_HeatPipe
CIM_Refrigeration
Win32_Refrigeration
CIM_Fan
Win32_Fan
CIM_Printer
Win32_Printer
CIM_StorageExtent
CIM_Memory
CIM_VolatileStorage
CIM_NonVolatileStorage
CIM_CacheMemory
Win32_CacheMemory
CIM_StorageVolume
Win32_Volume
CIM_PhysicalExtent
Win32_SMBIOSMemory
Win32_MemoryArray
Win32_MemoryDevice
CIM_ProtectedSpaceExtent
CIM_AggregatePSExtent
CIM_AggregatePExtent
CIM_VolumeSet
CIM_LogicalDisk
Win32_LogicalDisk
Win32_MappedLogicalDisk
CIM_DiskPartition
Win32_DiskPartition
CIM_OperatingSystem
Win32_OperatingSystem
CIM_Service
Win32_BaseService
Win32_Service
Win32_TerminalService
Win32_SystemDriver
CIM_BootService
Win32_PnPSignedDriver
CIM_ClusteringService
Win32_ApplicationService
Win32_PrinterDriver
Win32_Session
Win32_LogonSession
Win32_Account
Win32_UserAccount
Win32_Group
Win32_SystemAccount
Win32_ServerConnection
Win32_Share
Win32_ClusterShare
CIM_LogicalFile
CIM_DataFile
Win32_ShortcutFile
Win32_CodecFile
Win32_NTEventlogFile
Win32_PageFile
CIM_Directory
Win32_Directory
CIM_DeviceFile
CIM_Thread
Win32_Thread
Win32_COMApplication
Win32_DCOMApplication
CIM_Job
Win32_ScheduledJob
Win32_PrintJob
Win32_ServerSession
CIM_SoftwareFeature
Win32_SoftwareFeature
CIM_VideoBIOSFeature
CIM_BIOSFeature
Win32_OptionalFeature
Win32_DfsNode
Win32_ComponentCategory
Win32_ProgramGroupOrItem
Win32_LogicalProgramGroupItem
Win32_LogicalProgramGroup
Win32_NetworkConnection
Win32_COMClass
Win32_ClassicCOMClass
CIM_ServiceAccessPoint
Win32_TCPIPPrinterPort
CIM_ClusteringSAP
CIM_BootSAP
Win32_CommandLineAccess
CIM_SystemResource
CIM_MemoryMappedIO
Win32_SystemMemoryResource
Win32_PortResource
Win32_DeviceMemoryAddress
CIM_IRQ
Win32_IRQResource
Win32_Environment
CIM_DMA
Win32_DMAChannel
CIM_FileSystem
CIM_RemoteFileSystem
CIM_NFS
CIM_LocalFileSystem
Win32_NetworkProtocol
Win32_ShadowProvider
CIM_RedundancyGroup
CIM_ExtraCapacityGroup
CIM_StorageRedundancyGroup
CIM_SpareGroup
Win32_QuickFixEngineering
Win32_IP4RouteTable
Win32_ShadowCopy
Win32_LoadOrderGroup
CIM_JobDestination
Win32_DfsTarget
Win32_NetworkClient
Win32_PageFileUsage
Win32_IP4PersistedRouteTable
Win32_Registry
CIM_PhysicalElement
CIM_PhysicalComponent
CIM_PhysicalMedia
Win32_PhysicalMedia
CIM_Chip
CIM_PhysicalMemory
Win32_PhysicalMemory
Win32_OnBoardDevice
CIM_PhysicalPackage
CIM_PhysicalFrame
CIM_Chassis
Win32_SystemEnclosure
CIM_Rack
CIM_Card
Win32_BaseBoard
Win32_PhysicalMemoryArray
CIM_PhysicalConnector
CIM_Slot
Win32_SystemSlot
Win32_PortConnector
CIM_PhysicalLink
Win32_CurrentTime
Win32_LocalTime
Win32_UTCTime
Win32_NTLogEvent
CIM_Dependency
CIM_DeviceConnection
CIM_ControlledBy
Win32_USBControllerDevice
Win32_1394ControllerDevice
Win32_SCSIControllerDevice
Win32_POTSModemToSerialPort
CIM_SCSIInterface
Win32_PrinterController
Win32_IDEControllerDevice
CIM_SerialInterface
CIM_USBControllerHasHub
Win32_ControllerHasHub
Win32_LogonSessionMappedDisk
Win32_LoggedOnUser
Win32_SessionResource
Win32_SessionProcess
Win32_SubSession
Win32_ConnectionShare
CIM_ServiceAccessBySAP
CIM_BootServiceAccessBySAP
Win32_ApplicationCommandLine
CIM_ClusterServiceAccessBySAP
Win32_ShadowVolumeSupport
CIM_SAPSAPDependency
CIM_PackageTempSensor
CIM_JobDestinationJobs
CIM_BIOSLoadedInNV
CIM_AssociatedCooling
Win32_DeviceBus
Win32_SessionConnection
Win32_ShadowFor
CIM_ConnectedTo
CIM_SlotInSlot
Win32_PrinterShare
CIM_BootOSFromFS
Win32_PnPSignedDriverCIMDataFile
CIM_AssociatedAlarm
CIM_ElementsLinked
Win32_LoadOrderGroupServiceDependencies
CIM_DeviceSAPImplementation
CIM_AssociatedSensor
CIM_AssociatedSupplyCurrentSensor
CIM_AssociatedSupplyVoltageSensor
CIM_Mount
CIM_ComputerSystemPackage
CIM_PackageCooling
CIM_ProcessExecutable
CIM_HostedService
CIM_HostedBootService
CIM_DeviceAccessedByFile
CIM_AssociatedMemory
CIM_AssociatedProcessorMemory
Win32_AssociatedProcessorMemory
Win32_SoftwareFeatureParent
CIM_DeviceServiceImplementation
CIM_AssociatedBattery
Win32_ShadowOn
Win32_PrinterDriverDll
CIM_PackageInSlot
CIM_CardInSlot
CIM_MemoryWithMedia
CIM_ServiceServiceDependency
Win32_DependentService
CIM_BasedOn
CIM_LogicalDiskBasedOnPartition
Win32_LogicalDiskToPartition
CIM_LogicalDiskBasedOnVolumeSet
CIM_PSExtentBasedOnPExtent
Win32_OperatingSystemQFE
CIM_RunningOS
Win32_SystemDriverPNPEntity
CIM_SoftwareFeatureServiceImplementation
CIM_ServiceSAPDependency
Win32_DfsNodeTarget
Win32_CIMLogicalDeviceCIMDataFile
Win32_DriverForDevice
Win32_LogicalProgramGroupItemDataFile
CIM_AllocatedResource
Win32_PNPAllocatedResource
CIM_SoftwareFeatureSAPImplementation
CIM_DeviceSoftware
CIM_Realizes
CIM_RealizesPExtent
Win32_DiskDrivePhysicalMedia
CIM_RealizesDiskPartition
Win32_MemoryDeviceLocation
Win32_MemoryArrayLocation
CIM_RealizesAggregatePExtent
Win32_ShadowBy
Win32_AllocatedResource
CIM_HostedAccessPoint
CIM_HostedBootSAP
CIM_ResidesOnExtent
CIM_MediaPresent
Win32_DiskDriveToDiskPartition
CIM_HostedJobDestination
Win32_LogicalProgramGroupDirectory
Win32_ShadowDiffVolumeSupport
CIM_PackageAlarm
CIM_Docked
CIM_LogicalIdentity
Win32_ActiveRoute
CIM_ElementSetting
Win32_SecuritySettingOfObject
Win32_SecuritySettingOfLogicalShare
Win32_SecuritySettingOfLogicalFile
Win32_UserDesktop
CIM_MonitorSetting
Win32_DeviceSettings
Win32_PrinterSetting
Win32_NetworkAdapterSetting
Win32_SerialPortSetting
Win32_SystemSetting
Win32_SystemProgramGroups
Win32_SystemBootConfiguration
Win32_SystemTimeZone
Win32_SystemDesktop
Win32_ClassicCOMClassSettings
Win32_VolumeQuota
Win32_WMIElementSetting
Win32_COMApplicationSettings
CIM_VideoSetting
Win32_VideoSettings
Win32_PageFileElementSetting
Win32_OperatingSystemAutochkSetting
Win32_VolumeQuotaSetting
CIM_Component
CIM_SystemComponent
Win32_SystemServices
Win32_SystemNetworkConnections
CIM_HostedFileSystem
CIM_ComputerSystemResource
Win32_SystemResources
CIM_ComputerSystemMappedIO
CIM_ComputerSystemDMA
CIM_ComputerSystemIRQ
Win32_SystemBIOS
Win32_SystemLoadOrderGroups
Win32_SystemUsers
CIM_InstalledOS
Win32_SystemOperatingSystem
CIM_SystemDevice
Win32_SystemDevices
Win32_ComputerSystemProcessor
Win32_SystemPartitions
Win32_SystemSystemDriver
CIM_ApplicationSystemSoftwareFeature
Win32_SystemProcesses
CIM_RedundancyComponent
CIM_AggregateRedundancyComponent
CIM_PExtentRedundancyComponent
CIM_LinkHasConnector
CIM_CollectionOfSensors
CIM_ProcessThread
Win32_COMApplicationClasses
Win32_ClassicCOMApplicationClasses
CIM_DirectoryContainsFile
CIM_FileStorage
Win32_UserInDomain
Win32_LoadOrderGroupServiceMembers
CIM_OperatingSystemSoftwareFeature
Win32_LogicalDiskRootDirectory
CIM_SoftwareFeatureSoftwareElements
Win32_SoftwareFeatureSoftwareElements
CIM_VideoBIOSFeatureVideoBIOSElements
CIM_BIOSFeatureBIOSElements
Win32_MemoryDeviceArray
Win32_GroupInDomain
CIM_OSProcess
Win32_GroupUser
Win32_ProgramGroupContents
Win32_SubDirectory
CIM_Container
CIM_ConnectorOnPackage
CIM_PackageInChassis
CIM_ChassisInRack
CIM_PackagedComponent
CIM_MemoryOnCard
Win32_PhysicalMemoryLocation
CIM_CardOnCard
CIM_Statistics
CIM_ErrorCountersForDevice
CIM_CollectedMSEs
Win32_NamedJobObjectProcess
CIM_ElementConfiguration
CIM_ActsAsSpare
CIM_Setting
Win32_NetworkAdapterConfiguration
Win32_TimeZone
Win32_PageFileSetting
Win32_Desktop
Win32_ShadowContext
Win32_MSIResource
Win32_ServiceControl
Win32_Property
Win32_Patch
Win32_PatchPackage
Win32_Binary
Win32_AutochkSetting
Win32_SerialPortConfiguration
CIM_MonitorResolution
Win32_StartupCommand
Win32_BootConfiguration
Win32_NetworkLoginProfile
Win32_NamedJobObjectLimitSetting
CIM_VideoControllerResolution
Win32_NamedJobObjectSecLimitSetting
Win32_DisplayConfiguration
Win32_QuotaSetting
Win32_SecuritySetting
Win32_LogicalFileSecuritySetting
Win32_LogicalShareSecuritySetting
Win32_DisplayControllerConfiguration
Win32_WMISetting
Win32_OSRecoveryConfiguration
Win32_COMSetting
Win32_ClassicCOMClassSetting
Win32_DCOMApplicationSetting
Win32_VideoConfiguration
Win32_ODBCAttribute
Win32_ODBCSourceAttribute
ScriptingStandardConsumerSetting
Win32_PrinterConfiguration
CIM_StatisticalInformation
Win32_Perf
Win32_PerfRawData
Win32_PerfFormattedData
Win32_NamedJobObjectActgInfo
CIM_DeviceErrorCounts
__NotifyStatus
__ExtendedStatus
Win32_PrivilegesStatus
Win32_JobObjectStatus
__SecurityRelatedClass
__Trustee
Win32_Trustee
__NTLMUser9X
__ACE
Win32_ACE
__SecurityDescriptor
Win32_SecurityDescriptor
__PARAMETERS
Win32_CollectionStatistics
Win32_NamedJobObjectStatistics
SMS_RegLookupEntry
CIM_Configuration
Win32_AccountSID
CIM_Location
CIM_DependencyContext
Win32Reg_AddRemovePrograms64
Win32_WinSAT
Win32_SecurityDescriptorHelper
CIM_FRU
CIM_Action
Win32_ShortcutAction
CIM_RebootAction
Win32_ExtensionInfoAction
CIM_DirectoryAction
CIM_CreateDirectoryAction
Win32_CreateFolderAction
CIM_RemoveDirectoryAction
Win32_RegistryAction
Win32_ClassInfoAction
CIM_ModifySettingAction
Win32_SelfRegModuleAction
Win32_TypeLibraryAction
CIM_ExecuteProgram
Win32_BindImageAction
Win32_RemoveIniAction
Win32_MIMEInfoAction
Win32_FontInfoAction
Win32_PublishComponentAction
CIM_FileAction
Win32_MoveFileAction
CIM_CopyFileAction
Win32_DuplicateFileAction
CIM_RemoveFileAction
Win32_RemoveFileAction
HWinv_OS_DeployDetails
Win32_ProductResource
Win32_MountPoint
Win32_OfflineFilesAssociatedItems
Msft_Providers
Win32Reg_AddRemovePrograms
Win32_UserProfile
CIM_RelatedStatistics
Win32_OfflineFilesChangeInfo
CIM_Export
Win32_ManagedSystemElementResource
Win32_SoftwareElementResource
CIM_FRUPhysicalElements
CIM_ParticipatesInSet
CIM_FromDirectoryAction
Win32_SID
CIM_ElementCapacity
Win32_ActionCheck
CIM_ToDirectorySpecification
CIM_ProductSoftwareFeatures
Win32_ProductSoftwareFeatures
Win32_ImplementedCategory
Win32Reg_SMSAdvancedClientPorts
HWINV_OperatingSystemEx
CIM_InstalledSoftwareElement
Win32_InstalledSoftwareElement
Win32_USBDevice
Win32_SoftwareFeatureCheck
SWI_Info
SWI_PackageState
Win32_LUIDandAttributes
Win32_VolumeUserQuota
Msft_WmiProvider_Counters
Win32_LUID
CIM_Check
CIM_DiskSpaceCheck
CIM_DirectorySpecification
Win32_DirectorySpecification
Win32_SoftwareElementCondition
Win32_ODBCDriverSpecification
CIM_MemoryCheck
Win32_ServiceSpecification
CIM_FileSpecification
Win32_FileSpecification
Win32_IniFileSpecification
CIM_SoftwareElementVersionCheck
CIM_SettingCheck
Win32_LaunchCondition
Win32_ODBCDataSourceSpecification
Win32_ODBCTranslatorSpecification
Win32_ProgIDSpecification
CIM_SwapSpaceCheck
Win32_EnvironmentSpecification
Win32_ReserveCost
CIM_VersionCompatibilityCheck
CIM_OSVersionCheck
Win32_Condition
CIM_ProductFRU
Win32_ShadowStorage
Win32_DCOMApplicationAccessAllowedSetting
StdRegProv
HWINV_LocalAdmins
CIM_FRUIncludesProduct
CIM_ProductPhysicalElements
CIM_PhysicalElementLocation
Win32_TokenPrivileges
CIM_CollectionOfMSEs
Win32_NamedJobObject
CIM_FromDirectorySpecification
Win32_PnPDevice
CIM_StorageError
SMS_AI_InstalledSoftwareDupDetect
Win32_ServiceSpecificationService
Win32_OfflineFilesItem
Win32_ShareToDirectory
CCM_LogicalMemoryConfiguration
Win32Reg_WindowsUpdate
Win32_SettingCheck
Win32_PatchFile
Win32_ODBCDriverAttribute
Win32_ODBCDataSourceAttribute
Win32_ClientApplicationSetting
CIM_ReplacementSet
Win32_OfflineFilesPinInfo
CIM_DirectorySpecificationFile
CIM_SettingContext
Win32_SecuritySettingOwner
Win32_LogicalFileOwner
Win32_OfflineFilesFileSysInfo
NTEventlogProviderConfig
Win32_ShortcutSAP
Win32_OfflineFilesSuspendInfo
Win32_MethodParameterClass
Win32_ProcessStartup
Win32_PingStatus
CIM_ProductSupport
CIM_AdjacentSlots
SpeedDuplex
CIM_SoftwareElementChecks
Win32_SoftwareElementCheck
Win32_ODBCDriverSoftwareElement
Win32_Reliability
Win32_ReliabilityStabilityMetrics
Win32_ReliabilityRecords
Win32_NTLogEventLog
Win32_DiskQuota
Win32_ComClassAutoEmulator
Win32_ComClassEmulator
Win32_SoftwareFeatureAction
Win32Reg_OfficeAddins
Win32Reg_SMSAdvancedClientSSLConfiguration
Win32Reg_OutlookAddinsUser
Win32_SecuritySettingGroup
Win32_LogicalFileGroup
Win32_DCOMApplicationLaunchAllowedSetting
Win32_SecuritySettingAuditing
Win32_LogicalFileAuditing
Win32_LogicalShareAuditing
Win32Reg_WindowsUpdate64
SoftwareLicensingProduct
Win32Reg_SMSClientState
Win32_OfflineFilesCache
CIM_SoftwareElementActions
Win32_SoftwareElementAction
HWINV_OSD_Details
CIM_Product
Win32_Product
Win32_ComputerSystemProduct
Win32Reg_SMSGuestVirtualMachine
CIM_ActionSequence
CIM_CollectedCollections
Win32_ProductCheck
SoftwareLicensingService
Win32_NTLogEventUser
CIM_ProductParentChild
Win32_ProtocolBinding
CIM_SupportAccess
CIM_CollectionSetting
Win32_NamedJobObjectLimit
Win32_NamedJobObjectSecLimit
Win32_OfflineFilesConnectionInfo
Win32_NTLogEventComputer
Win32_TokenGroups
SoftwareLicensingTokenActivationLicense
CIM_PhysicalCapacity
CIM_MemoryCapacity
Win32_DefragAnalysis
CIM_ProductProductDependency
Win32_SIDandAttributes
Win32_CheckCheck
CIM_CompatibleProduct
CIM_ToDirectoryAction
Win32Reg_SMSGuestVirtualMachine64
SMS_AI_InstalledSoftwareSetPropertyValue
HWINV_TPM_BitLocker
Win32_SecuritySettingAccess
Win32_LogicalFileAccess
Win32_LogicalShareAccess
Win32_OfflineFilesDirtyInfo
CIM_StorageDefect
Win32_PerfFormattedData_AuthorizationManager_AuthorizationManagerApplications
Win32_PerfRawData_AuthorizationManager_AuthorizationManagerApplications
Win32_PerfFormattedData_BITS_BITSNetUtilization
Win32_PerfRawData_BITS_BITSNetUtilization
Win32_PerfFormattedData_CcmFramework_CCMEndpoint
Win32_PerfRawData_CcmFramework_CCMEndpoint
Win32_PerfFormattedData_CcmFramework_CCMMessageQueue
Win32_PerfRawData_CcmFramework_CCMMessageQueue
Win32_PerfFormattedData_Counters_EventTracingforWindows
Win32_PerfRawData_Counters_EventTracingforWindows
Win32_PerfFormattedData_Counters_EventTracingforWindowsSession
Win32_PerfRawData_Counters_EventTracingforWindowsSession
Win32_PerfFormattedData_Counters_GenericIKEv1AuthIPandIKEv2
Win32_PerfRawData_Counters_GenericIKEv1AuthIPandIKEv2
Win32_PerfFormattedData_Counters_HTTPService
Win32_PerfRawData_Counters_HTTPService
Win32_PerfFormattedData_Counters_HTTPServiceRequestQueues
Win32_PerfRawData_Counters_HTTPServiceRequestQueues
Win32_PerfFormattedData_Counters_HTTPServiceUrlGroups
Win32_PerfRawData_Counters_HTTPServiceUrlGroups
Win32_PerfFormattedData_Counters_IPHTTPSGlobal
Win32_PerfRawData_Counters_IPHTTPSGlobal
Win32_PerfFormattedData_Counters_IPHTTPSSession
Win32_PerfRawData_Counters_IPHTTPSSession
Win32_PerfFormattedData_Counters_IPsecAuthIPIPv4
Win32_PerfRawData_Counters_IPsecAuthIPIPv4
Win32_PerfFormattedData_Counters_IPsecAuthIPIPv6
Win32_PerfRawData_Counters_IPsecAuthIPIPv6
Win32_PerfFormattedData_Counters_IPsecDriver
Win32_PerfRawData_Counters_IPsecDriver
Win32_PerfFormattedData_Counters_IPsecIKEv1IPv4
Win32_PerfRawData_Counters_IPsecIKEv1IPv4
Win32_PerfFormattedData_Counters_IPsecIKEv1IPv6
Win32_PerfRawData_Counters_IPsecIKEv1IPv6
Win32_PerfFormattedData_Counters_IPsecIKEv2IPv4
Win32_PerfRawData_Counters_IPsecIKEv2IPv4
Win32_PerfFormattedData_Counters_IPsecIKEv2IPv6
Win32_PerfRawData_Counters_IPsecIKEv2IPv6
Win32_PerfFormattedData_Counters_Netlogon
Win32_PerfRawData_Counters_Netlogon
Win32_PerfFormattedData_Counters_PacerFlow
Win32_PerfRawData_Counters_PacerFlow
Win32_PerfFormattedData_Counters_PacerPipe
Win32_PerfRawData_Counters_PacerPipe
Win32_PerfFormattedData_Counters_PerProcessorNetworkActivityCycles
Win32_PerfRawData_Counters_PerProcessorNetworkActivityCycles
Win32_PerfFormattedData_Counters_PerProcessorNetworkInterfaceCardActivity
Win32_PerfRawData_Counters_PerProcessorNetworkInterfaceCardActivity
Win32_PerfFormattedData_Counters_ProcessorInformation
Win32_PerfRawData_Counters_ProcessorInformation
Win32_PerfFormattedData_Counters_Synchronization
Win32_PerfRawData_Counters_Synchronization
Win32_PerfFormattedData_Counters_TeredoClient
Win32_PerfRawData_Counters_TeredoClient
Win32_PerfFormattedData_Counters_TeredoRelay
Win32_PerfRawData_Counters_TeredoRelay
Win32_PerfFormattedData_Counters_TeredoServer
Win32_PerfRawData_Counters_TeredoServer
Win32_PerfFormattedData_Counters_WFP
Win32_PerfRawData_Counters_WFP
Win32_PerfFormattedData_Counters_WFPv4
Win32_PerfRawData_Counters_WFPv4
Win32_PerfFormattedData_Counters_WFPv6
Win32_PerfRawData_Counters_WFPv6
Win32_PerfFormattedData_Counters_WSManQuotaStatistics
Win32_PerfRawData_Counters_WSManQuotaStatistics
Win32_PerfFormattedData_DistributedRoutingTable_DistributedRoutingTable
Win32_PerfRawData_DistributedRoutingTable_DistributedRoutingTable
Win32_PerfFormattedData_DTSPipeline100_SQLServerSSISPipeline100
Win32_PerfRawData_DTSPipeline100_SQLServerSSISPipeline100
Win32_PerfFormattedData_ESENT_Database
Win32_PerfRawData_ESENT_Database
Win32_PerfFormattedData_ESENT_DatabaseInstances
Win32_PerfRawData_ESENT_DatabaseInstances
Win32_PerfFormattedData_ESENT_DatabaseTableClasses
Win32_PerfRawData_ESENT_DatabaseTableClasses
Win32_PerfFormattedData_FaxService_FaxService
Win32_PerfRawData_FaxService_FaxService
Win32_PerfFormattedData_HealthService_HealthService
Win32_PerfRawData_HealthService_HealthService
Win32_PerfFormattedData_HealthService_HealthServiceManagementGroups
Win32_PerfRawData_HealthService_HealthServiceManagementGroups
Win32_PerfFormattedData_LocalSessionManager_TerminalServices
Win32_PerfRawData_LocalSessionManager_TerminalServices
Win32_PerfFormattedData_Lsa_SecurityPerProcessStatistics
Win32_PerfRawData_Lsa_SecurityPerProcessStatistics
Win32_PerfFormattedData_Lsa_SecuritySystemWideStatistics
Win32_PerfRawData_Lsa_SecuritySystemWideStatistics
Win32_PerfFormattedData_MAVClientPerfMonProvider_AppVirtClientCache
Win32_PerfRawData_MAVClientPerfMonProvider_AppVirtClientCache
Win32_PerfFormattedData_MOMConnector_OpsMgrConnector
Win32_PerfRawData_MOMConnector_OpsMgrConnector
Win32_PerfFormattedData_MSDTC_DistributedTransactionCoordinator
Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator
Win32_PerfFormattedData_MSDTCBridge3000_MSDTCBridge3000
Win32_PerfRawData_MSDTCBridge3000_MSDTCBridge3000
Win32_PerfFormattedData_MsDtsServer100_SQLServerSSISService100
Win32_PerfRawData_MsDtsServer100_SQLServerSSISService100
Win32_PerfFormattedData_MSRS2008WebService_MSRS2008WebService
Win32_PerfRawData_MSRS2008WebService_MSRS2008WebService
Win32_PerfFormattedData_MSRS2008WindowsService_MSRS2008WindowsService
Win32_PerfRawData_MSRS2008WindowsService_MSRS2008WindowsService
Win32_PerfFormattedData_MSSQLSERVER_SQLServerAccessMethods
Win32_PerfRawData_MSSQLSERVER_SQLServerAccessMethods
Win32_PerfFormattedData_MSSQLSERVER_SQLServerBackupDevice
Win32_PerfRawData_MSSQLSERVER_SQLServerBackupDevice
Win32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerActivation
Win32_PerfRawData_MSSQLSERVER_SQLServerBrokerActivation
Win32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerDBMTransport
Win32_PerfRawData_MSSQLSERVER_SQLServerBrokerDBMTransport
Win32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerStatistics
Win32_PerfRawData_MSSQLSERVER_SQLServerBrokerStatistics
Win32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerTOStatistics
Win32_PerfRawData_MSSQLSERVER_SQLServerBrokerTOStatistics
Win32_PerfFormattedData_MSSQLSERVER_SQLServerBufferManager
Win32_PerfRawData_MSSQLSERVER_SQLServerBufferManager
Win32_PerfFormattedData_MSSQLSERVER_SQLServerBufferNode
Win32_PerfRawData_MSSQLSERVER_SQLServerBufferNode
Win32_PerfFormattedData_MSSQLSERVER_SQLServerBufferPartition
Win32_PerfRawData_MSSQLSERVER_SQLServerBufferPartition
Win32_PerfFormattedData_MSSQLSERVER_SQLServerCatalogMetadata
Win32_PerfRawData_MSSQLSERVER_SQLServerCatalogMetadata
Win32_PerfFormattedData_MSSQLSERVER_SQLServerCLR
Win32_PerfRawData_MSSQLSERVER_SQLServerCLR
Win32_PerfFormattedData_MSSQLSERVER_SQLServerCursorManagerbyType
Win32_PerfRawData_MSSQLSERVER_SQLServerCursorManagerbyType
Win32_PerfFormattedData_MSSQLSERVER_SQLServerCursorManagerTotal
Win32_PerfRawData_MSSQLSERVER_SQLServerCursorManagerTotal
Win32_PerfFormattedData_MSSQLSERVER_SQLServerDatabaseMirroring
Win32_PerfRawData_MSSQLSERVER_SQLServerDatabaseMirroring
Win32_PerfFormattedData_MSSQLSERVER_SQLServerDatabases
Win32_PerfRawData_MSSQLSERVER_SQLServerDatabases
Win32_PerfFormattedData_MSSQLSERVER_SQLServerDeprecatedFeatures
Win32_PerfRawData_MSSQLSERVER_SQLServerDeprecatedFeatures
Win32_PerfFormattedData_MSSQLSERVER_SQLServerExecStatistics
Win32_PerfRawData_MSSQLSERVER_SQLServerExecStatistics
Win32_PerfFormattedData_MSSQLSERVER_SQLServerGeneralStatistics
Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics
Win32_PerfFormattedData_MSSQLSERVER_SQLServerLatches
Win32_PerfRawData_MSSQLSERVER_SQLServerLatches
Win32_PerfFormattedData_MSSQLSERVER_SQLServerLocks
Win32_PerfRawData_MSSQLSERVER_SQLServerLocks
Win32_PerfFormattedData_MSSQLSERVER_SQLServerMemoryManager
Win32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager
Win32_PerfFormattedData_MSSQLSERVER_SQLServerPlanCache
Win32_PerfRawData_MSSQLSERVER_SQLServerPlanCache
Win32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationAgents
Win32_PerfRawData_MSSQLSERVER_SQLServerReplicationAgents
Win32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationDist
Win32_PerfRawData_MSSQLSERVER_SQLServerReplicationDist
Win32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationLogreader
Win32_PerfRawData_MSSQLSERVER_SQLServerReplicationLogreader
Win32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationMerge
Win32_PerfRawData_MSSQLSERVER_SQLServerReplicationMerge
Win32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationSnapshot
Win32_PerfRawData_MSSQLSERVER_SQLServerReplicationSnapshot
Win32_PerfFormattedData_MSSQLSERVER_SQLServerResourcePoolStats
Win32_PerfRawData_MSSQLSERVER_SQLServerResourcePoolStats
Win32_PerfFormattedData_MSSQLSERVER_SQLServerSQLErrors
Win32_PerfRawData_MSSQLSERVER_SQLServerSQLErrors
Win32_PerfFormattedData_MSSQLSERVER_SQLServerSQLStatistics
Win32_PerfRawData_MSSQLSERVER_SQLServerSQLStatistics
Win32_PerfFormattedData_MSSQLSERVER_SQLServerTransactions
Win32_PerfRawData_MSSQLSERVER_SQLServerTransactions
Win32_PerfFormattedData_MSSQLSERVER_SQLServerUserSettable
Win32_PerfRawData_MSSQLSERVER_SQLServerUserSettable
Win32_PerfFormattedData_MSSQLSERVER_SQLServerWaitStatistics
Win32_PerfRawData_MSSQLSERVER_SQLServerWaitStatistics
Win32_PerfFormattedData_MSSQLSERVER_SQLServerWorkloadGroupStats
Win32_PerfRawData_MSSQLSERVER_SQLServerWorkloadGroupStats
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Cache
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008Cache
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Connection
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008Connection
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008DataMiningModelProcessing
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008DataMiningModelProcessing
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008DataMiningPrediction
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008DataMiningPrediction
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Locks
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008Locks
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008MDX
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008MDX
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Memory
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008Memory
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008ProactiveCaching
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008ProactiveCaching
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008ProcAggregations
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008ProcAggregations
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Processing
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008Processing
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008ProcIndexes
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008ProcIndexes
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008StorageEngineQuery
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008StorageEngineQuery
Win32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Threads
Win32_PerfRawData_MSSQLServerOLAPService_MSAS2008Threads
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSAccessMethods
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSAccessMethods
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBackupDevice
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBackupDevice
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerActivation
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerActivation
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerDBMTransport
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerDBMTransport
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerStatistics
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerStatistics
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferManager
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferManager
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferNode
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferNode
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferPartition
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferPartition
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCatalogMetadata
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCatalogMetadata
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCLR
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCLR
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerbyType
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerbyType
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerTotal
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerTotal
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabaseMirroring
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabaseMirroring
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSExecStatistics
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSExecStatistics
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSGeneralStatistics
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSGeneralStatistics
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLatches
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLatches
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLocks
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLocks
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSMemoryManager
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSMemoryManager
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSPlanCache
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSPlanCache
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationAgents
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationAgents
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationDist
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationDist
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationLogreader
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationLogreader
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationMerge
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationMerge
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationSnapshot
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationSnapshot
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLErrors
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLErrors
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLStatistics
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLStatistics
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTransactions
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTransactions
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSUserSettable
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSUserSettable
Win32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSWaitStatistics
Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSWaitStatistics
Win32_PerfFormattedData_NETCLRData_NETCLRData
Win32_PerfRawData_NETCLRData_NETCLRData
Win32_PerfFormattedData_NETCLRNetworking_NETCLRNetworking
Win32_PerfRawData_NETCLRNetworking_NETCLRNetworking
Win32_PerfFormattedData_NETDataProviderforOracle_NETDataProviderforOracle
Win32_PerfRawData_NETDataProviderforOracle_NETDataProviderforOracle
Win32_PerfFormattedData_NETDataProviderforSqlServer_NETDataProviderforSqlServer
Win32_PerfRawData_NETDataProviderforSqlServer_NETDataProviderforSqlServer
Win32_PerfFormattedData_NETFramework_NETCLRExceptions
Win32_PerfRawData_NETFramework_NETCLRExceptions
Win32_PerfFormattedData_NETFramework_NETCLRInterop
Win32_PerfRawData_NETFramework_NETCLRInterop
Win32_PerfFormattedData_NETFramework_NETCLRJit
Win32_PerfRawData_NETFramework_NETCLRJit
Win32_PerfFormattedData_NETFramework_NETCLRLoading
Win32_PerfRawData_NETFramework_NETCLRLoading
Win32_PerfFormattedData_NETFramework_NETCLRLocksAndThreads
Win32_PerfRawData_NETFramework_NETCLRLocksAndThreads
Win32_PerfFormattedData_NETFramework_NETCLRMemory
Win32_PerfRawData_NETFramework_NETCLRMemory
Win32_PerfFormattedData_NETFramework_NETCLRRemoting
Win32_PerfRawData_NETFramework_NETCLRRemoting
Win32_PerfFormattedData_NETFramework_NETCLRSecurity
Win32_PerfRawData_NETFramework_NETCLRSecurity
Win32_PerfFormattedData_OfflineFiles_ClientSideCaching
Win32_PerfRawData_OfflineFiles_ClientSideCaching
Win32_PerfFormattedData_OfflineFiles_OfflineFiles
Win32_PerfRawData_OfflineFiles_OfflineFiles
Win32_PerfFormattedData_Outlook_Outlook
Win32_PerfRawData_Outlook_Outlook
Win32_PerfFormattedData_PeerDistSvc_BranchCache
Win32_PerfRawData_PeerDistSvc_BranchCache
Win32_PerfFormattedData_PeerNameResolutionProtocol_PeerNameResolutionProtocol
Win32_PerfRawData_PeerNameResolutionProtocol_PeerNameResolutionProtocol
Win32_PerfFormattedData_PerfDisk_LogicalDisk
Win32_PerfRawData_PerfDisk_LogicalDisk
Win32_PerfFormattedData_PerfDisk_PhysicalDisk
Win32_PerfRawData_PerfDisk_PhysicalDisk
Win32_PerfFormattedData_PerfNet_Browser
Win32_PerfRawData_PerfNet_Browser
Win32_PerfFormattedData_PerfNet_Redirector
Win32_PerfRawData_PerfNet_Redirector
Win32_PerfFormattedData_PerfNet_Server
Win32_PerfRawData_PerfNet_Server
Win32_PerfFormattedData_PerfNet_ServerWorkQueues
Win32_PerfRawData_PerfNet_ServerWorkQueues
Win32_PerfFormattedData_PerfOS_Cache
Win32_PerfRawData_PerfOS_Cache
Win32_PerfFormattedData_PerfOS_Memory
Win32_PerfRawData_PerfOS_Memory
Win32_PerfFormattedData_PerfOS_Objects
Win32_PerfRawData_PerfOS_Objects
Win32_PerfFormattedData_PerfOS_PagingFile
Win32_PerfRawData_PerfOS_PagingFile
Win32_PerfFormattedData_PerfOS_Processor
Win32_PerfRawData_PerfOS_Processor
Win32_PerfFormattedData_PerfOS_System
Win32_PerfRawData_PerfOS_System
Win32_PerfFormattedData_PerfProc_FullImage_Costly
Win32_PerfRawData_PerfProc_FullImage_Costly
Win32_PerfFormattedData_PerfProc_Image_Costly
Win32_PerfRawData_PerfProc_Image_Costly
Win32_PerfFormattedData_PerfProc_JobObject
Win32_PerfRawData_PerfProc_JobObject
Win32_PerfFormattedData_PerfProc_JobObjectDetails
Win32_PerfRawData_PerfProc_JobObjectDetails
Win32_PerfFormattedData_PerfProc_Process
Win32_PerfRawData_PerfProc_Process
Win32_PerfFormattedData_PerfProc_ProcessAddressSpace_Costly
Win32_PerfRawData_PerfProc_ProcessAddressSpace_Costly
Win32_PerfFormattedData_PerfProc_Thread
Win32_PerfRawData_PerfProc_Thread
Win32_PerfFormattedData_PerfProc_ThreadDetails_Costly
Win32_PerfRawData_PerfProc_ThreadDetails_Costly
Win32_PerfFormattedData_PowerMeterCounter_PowerMeter
Win32_PerfRawData_PowerMeterCounter_PowerMeter
Win32_PerfFormattedData_rdyboost_ReadyBoostCache
Win32_PerfRawData_rdyboost_ReadyBoostCache
Win32_PerfFormattedData_RemoteAccess_RASPort
Win32_PerfRawData_RemoteAccess_RASPort
Win32_PerfFormattedData_RemoteAccess_RASTotal
Win32_PerfRawData_RemoteAccess_RASTotal
Win32_PerfFormattedData_ReportServer_ReportServerService
Win32_PerfRawData_ReportServer_ReportServerService
Win32_PerfFormattedData_ServiceModelEndpoint3000_ServiceModelEndpoint3000
Win32_PerfRawData_ServiceModelEndpoint3000_ServiceModelEndpoint3000
Win32_PerfFormattedData_ServiceModelOperation3000_ServiceModelOperation3000
Win32_PerfRawData_ServiceModelOperation3000_ServiceModelOperation3000
Win32_PerfFormattedData_ServiceModelService3000_ServiceModelService3000
Win32_PerfRawData_ServiceModelService3000_ServiceModelService3000
Win32_PerfFormattedData_SMSvcHost3000_SMSvcHost3000
Win32_PerfRawData_SMSvcHost3000_SMSvcHost3000
Win32_PerfFormattedData_Spooler_PrintQueue
Win32_PerfRawData_Spooler_PrintQueue
Win32_PerfFormattedData_SQLSERVERAGENT_SQLAgentAlerts
Win32_PerfRawData_SQLSERVERAGENT_SQLAgentAlerts
Win32_PerfFormattedData_SQLSERVERAGENT_SQLAgentJobs
Win32_PerfRawData_SQLSERVERAGENT_SQLAgentJobs
Win32_PerfFormattedData_SQLSERVERAGENT_SQLAgentJobSteps
Win32_PerfRawData_SQLSERVERAGENT_SQLAgentJobSteps
Win32_PerfFormattedData_SQLSERVERAGENT_SQLAgentStatistics
Win32_PerfRawData_SQLSERVERAGENT_SQLAgentStatistics
Win32_PerfFormattedData_TapiSrv_Telephony
Win32_PerfRawData_TapiSrv_Telephony
Win32_PerfFormattedData_TBS_TBScounters
Win32_PerfRawData_TBS_TBScounters
Win32_PerfFormattedData_Tcpip_ICMP
Win32_PerfRawData_Tcpip_ICMP
Win32_PerfFormattedData_Tcpip_ICMPv6
Win32_PerfRawData_Tcpip_ICMPv6
Win32_PerfFormattedData_Tcpip_IPv4
Win32_PerfRawData_Tcpip_IPv4
Win32_PerfFormattedData_Tcpip_IPv6
Win32_PerfRawData_Tcpip_IPv6
Win32_PerfFormattedData_Tcpip_NBTConnection
Win32_PerfRawData_Tcpip_NBTConnection
Win32_PerfFormattedData_Tcpip_NetworkInterface
Win32_PerfRawData_Tcpip_NetworkInterface
Win32_PerfFormattedData_Tcpip_TCPv4
Win32_PerfRawData_Tcpip_TCPv4
Win32_PerfFormattedData_Tcpip_TCPv6
Win32_PerfRawData_Tcpip_TCPv6
Win32_PerfFormattedData_Tcpip_UDPv4
Win32_PerfRawData_Tcpip_UDPv4
Win32_PerfFormattedData_Tcpip_UDPv6
Win32_PerfRawData_Tcpip_UDPv6
Win32_PerfFormattedData_TermService_TerminalServicesSession
Win32_PerfRawData_TermService_TerminalServicesSession
Win32_PerfFormattedData_UGatherer_SearchGathererProjects
Win32_PerfRawData_UGatherer_SearchGathererProjects
Win32_PerfFormattedData_UGTHRSVC_SearchGatherer
Win32_PerfRawData_UGTHRSVC_SearchGatherer
Win32_PerfFormattedData_usbhub_USB
Win32_PerfRawData_usbhub_USB
Win32_PerfFormattedData_WindowsMediaPlayer_WindowsMediaPlayerMetadata
Win32_PerfRawData_WindowsMediaPlayer_WindowsMediaPlayerMetadata
Win32_PerfFormattedData_WindowsWorkflowFoundation3000_WindowsWorkflowFoundation
Win32_PerfRawData_WindowsWorkflowFoundation3000_WindowsWorkflowFoundation
Win32_PerfFormattedData_WSearchIdxPi_SearchIndexer
Win32_PerfRawData_WSearchIdxPi_SearchIndexer

Node.JS rest api Tutorials