0% found this document useful (0 votes)
110 views65 pages

Day3 1

This transcript summarizes a PowerShell session where the user explored various PowerShell commands like write-host, get-date, get-item, help, and Get-WmiObject. They received errors when trying to use get-item without specifying a path and explored the output of Get-WmiObject -list.

Uploaded by

Ccloud Ppk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
110 views65 pages

Day3 1

This transcript summarizes a PowerShell session where the user explored various PowerShell commands like write-host, get-date, get-item, help, and Get-WmiObject. They received errors when trying to use get-item without specifying a path and explored the output of Get-WmiObject -list.

Uploaded by

Ccloud Ppk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 65

**********************

Windows PowerShell transcript start


Start time: 20170726173747
Username : ASIAPAC\pkumar200
Machine : CSCINDAH504608 (Microsoft Windows NT 6.1.7601 Service Pack 1)
**********************
Transcript started, output file is C:\Users\pkumar200\Documents\
PowerShell_transcript.20170726173747.txt
PS C:\Windows\system32> cls
PS C:\Windows\system32> write-host "hello" colour
hello colour
PS C:\Windows\system32> write-host hello
hello
PS C:\Windows\system32> cls
PS C:\Windows\system32> get-date

Wednesday, July 26, 2017 5:47:52 PM

PS C:\Windows\system32> get-item | gm

cmdlet Get-Item at command pipeline position 1


Supply values for the following parameters:
Path[0]:
Get-Item : Cannot bind argument to parameter 'Path' because it is an empty array.
At line:1 char:1
+ get-item | gm
+ ~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Get-Item],
ParameterBindingValidationException
+ FullyQualifiedErrorId :
ParameterArgumentValidationErrorEmptyArrayNotAllowed,Microsoft.PowerShell.Commands.
GetIt
emCommand

PS C:\Windows\system32> get-item | gm

cmdlet Get-Item at command pipeline position 1


Supply values for the following parameters:
Path[0]:
Get-Item : Cannot bind argument to parameter 'Path' because it is an empty array.
At line:1 char:1
+ get-item | gm
+ ~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Get-Item],
ParameterBindingValidationException
+ FullyQualifiedErrorId :
ParameterArgumentValidationErrorEmptyArrayNotAllowed,Microsoft.PowerShell.Commands.
GetIt
emCommand

PS C:\Windows\system32>
PS C:\Windows\system32> help get-item
PS C:\Windows\system32> cls
PS C:\Windows\system32> get-item | gm

cmdlet Get-Item at command pipeline position 1


Supply values for the following parameters:
Path[0]:
Get-Item : Cannot bind argument to parameter 'Path' because it is an empty array.
At line:1 char:1
+ get-item | gm
+ ~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Get-Item],
ParameterBindingValidationException
+ FullyQualifiedErrorId :
ParameterArgumentValidationErrorEmptyArrayNotAllowed,Microsoft.PowerShell.Commands.
GetIt
emCommand

PS C:\Windows\system32> cls
PS C:\Windows\system32> Get-WmiObject -list

NameSpace: ROOT\cimv2

Name Methods Properties


---- ------- ----------
CIM_Indication {} {CorrelatedIndications,
IndicationFilterName, IndicationIde...
CIM_ClassIndication {} {ClassDefinition,
CorrelatedIndications, IndicationFilterNa...
CIM_ClassDeletion {} {ClassDefinition,
CorrelatedIndications, IndicationFilterNa...
CIM_ClassCreation {} {ClassDefinition,
CorrelatedIndications, IndicationFilterNa...
CIM_ClassModification {} {ClassDefinition,
CorrelatedIndications, IndicationFilterNa...
CIM_InstIndication {} {CorrelatedIndications,
IndicationFilterName, IndicationIde...
CIM_InstCreation {} {CorrelatedIndications,
IndicationFilterName, IndicationIde...
CIM_InstModification {} {CorrelatedIndications,
IndicationFilterName, IndicationIde...
CIM_InstDeletion {} {CorrelatedIndications,
IndicationFilterName, IndicationIde...
__NotifyStatus {} {StatusCode}
__ExtendedStatus {} {Description, Operation,
ParameterInfo, ProviderName...}
Win32_PrivilegesStatus {} {Description, Operation,
ParameterInfo, PrivilegesNotHeld...}
Win32_JobObjectStatus {} {AdditionalDescription,
Description, Operation, ParameterIn...
CIM_Error {} {CIMStatusCode,
CIMStatusCodeDescription, ErrorSource, Erro...
MSFT_WmiError {} {CIMStatusCode,
CIMStatusCodeDescription, error_Category, e...
MSFT_ExtendedStatus {} {CIMStatusCode,
CIMStatusCodeDescription, error_Category, e...
__SecurityRelatedClass {} {}
__Trustee {} {Domain, Name, SID,
SidLength...}
Win32_Trustee {} {Domain, Name, SID,
SidLength...}
__NTLMUser9X {} {Authority, Flags, Mask,
Name...}
__ACE {} {AccessMask, AceFlags,
AceType, GuidInheritedObjectType...}
Win32_ACE {} {AccessMask, AceFlags,
AceType, GuidInheritedObjectType...}
__SecurityDescriptor {} {ControlFlags, DACL,
Group, Owner...}
Win32_SecurityDescriptor {} {ControlFlags, DACL,
Group, Owner...}
__PARAMETERS {} {}
__SystemClass {} {}
__ProviderRegistration {} {provider}
__EventProviderRegistration {} {EventQueryList, provider}
__ObjectProviderRegistration {} {InteractionType,
provider, QuerySupportLevels, SupportsBat...
__ClassProviderRegistration {} {CacheRefreshInterval,
InteractionType, PerUserSchema, prov...
__InstanceProviderRegistration {} {InteractionType,
provider, QuerySupportLevels, SupportsBat...
__MethodProviderRegistration {} {provider}
__PropertyProviderRegistration {} {provider, SupportsGet,
SupportsPut}
__EventConsumerProviderRegistration {} {ConsumerClassNames,
provider}
__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,
TargetNamespace, TIME_CREATED}
__NamespaceModificationEvent {} {PreviousNamespace,
SECURITY_DESCRIPTOR, TargetNamespace, T...
__NamespaceDeletionEvent {} {SECURITY_DESCRIPTOR,
TargetNamespace, TIME_CREATED}
__NamespaceCreationEvent {} {SECURITY_DESCRIPTOR,
TargetNamespace, TIME_CREATED}
__ClassOperationEvent {} {SECURITY_DESCRIPTOR,
TargetClass, TIME_CREATED}
__ClassDeletionEvent {} {SECURITY_DESCRIPTOR,
TargetClass, TIME_CREATED}
__ClassModificationEvent {} {PreviousClass,
SECURITY_DESCRIPTOR, TargetClass, TIME_CREA...
__ClassCreationEvent {} {SECURITY_DESCRIPTOR,
TargetClass, TIME_CREATED}
__InstanceOperationEvent {} {SECURITY_DESCRIPTOR,
TargetInstance, TIME_CREATED}
__InstanceCreationEvent {} {SECURITY_DESCRIPTOR,
TargetInstance, TIME_CREATED}
__MethodInvocationEvent {} {Method, Parameters,
PreCall, SECURITY_DESCRIPTOR...}
__InstanceModificationEvent {} {PreviousInstance,
SECURITY_DESCRIPTOR, TargetInstance, TIM...
__InstanceDeletionEvent {} {SECURITY_DESCRIPTOR,
TargetInstance, TIME_CREATED}
__TimerEvent {} {NumFirings,
SECURITY_DESCRIPTOR, TIME_CREATED, TimerId}
__ExtrinsicEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
__SystemEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
__EventDroppedEvent {} {Event, IntendedConsumer,
SECURITY_DESCRIPTOR, TIME_CREATED}
__EventQueueOverflowEvent {} {CurrentQueueSize, Event,
IntendedConsumer, SECURITY_DESCRI...
__QOSFailureEvent {} {ErrorCode,
ErrorDescription, Event, IntendedConsumer...}
__ConsumerFailureEvent {} {ErrorCode,
ErrorDescription, ErrorObject, Event...}
MSFT_SCMEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_SCMEventLogEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NetSevereServiceFailed {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetTransactInvalid {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NetServiceNotInteractive {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetTakeOwnership {} {RegistryKey,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_NetServiceConfigBackoutFailed {} {ConfigField,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetServiceShutdownFailed {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetServiceStartHung {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetServiceStopControlSuccess {} {Comment, Control, Reason,
ReasonText...}
MSFT_NetServiceSlowStartup {} {SECURITY_DESCRIPTOR,
Service, StartupTime, TIME_CREATED}
MSFT_NetCallToFunctionFailed {} {Error, FunctionName,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_NetBadAccount {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NetBadServiceState {} {SECURITY_DESCRIPTOR,
Service, State, TIME_CREATED}
MSFT_NetConnectionTimeout {} {Milliseconds,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetCircularDependencyAuto {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NetServiceStartTypeChanged {} {NewStartType,
OldStartType, SECURITY_DESCRIPTOR, Service...}
MSFT_NetServiceLogonTypeNotGranted {} {Account, Error,
SECURITY_DESCRIPTOR, Service...}
MSFT_NetServiceStartFailedGroup {} {Group,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetDependOnLaterService {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetFirstLogonFailedII {} {Account, Error,
SECURITY_DESCRIPTOR, Service...}
MSFT_NetServiceDifferentPIDConne... {} {ActualPID, ExpectedPID,
SECURITY_DESCRIPTOR, Service...}
MSFT_NetServiceCrashNoAction {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED, TimesFailed}
MSFT_NetCircularDependencyDemand {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetServiceExitFailed {} {Error,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetServiceStartFailedII {} {DependedOnService, Error,
SECURITY_DESCRIPTOR, Service...}
MSFT_NetServiceExitFailedSpecific {} {Error,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetBootSystemDriversFailed {} {DriverList,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_NetServiceCrash {} {Action, ActionDelay,
ActionType, SECURITY_DESCRIPTOR...}
MSFT_NetServiceRecoveryFailed {} {Action, ActionType,
Error, SECURITY_DESCRIPTOR...}
MSFT_NetServiceStatusSuccess {} {Control,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetTransactTimeout {} {Milliseconds,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetFirstLogonFailed {} {Error,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_NetServiceControlSuccess {} {Control,
SECURITY_DESCRIPTOR, Service, sid...}
MSFT_NetServiceStartFailed {} {Error,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetServiceStartFailedNone {} {NonExistingService,
SECURITY_DESCRIPTOR, Service, TIME_CRE...
MSFT_NetReadfileTimeout {} {Milliseconds,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_NetRevertedToLastKnownGood {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NetCallToFunctionFailedII {} {Argument, Error,
FunctionName, SECURITY_DESCRIPTOR...}
MSFT_NetDependOnLaterGroup {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_WmiSelfEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_WmiEssEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_WmiThreadPoolEvent {} {SECURITY_DESCRIPTOR,
ThreadId, TIME_CREATED}
MSFT_WmiThreadPoolThreadCreated {} {SECURITY_DESCRIPTOR,
ThreadId, TIME_CREATED}
MSFT_WmiThreadPoolThreadDeleted {} {SECURITY_DESCRIPTOR,
ThreadId, TIME_CREATED}
MSFT_WmiRegisterNotificationSink {} {Namespace, Query,
QueryLanguage, SECURITY_DESCRIPTOR...}
MSFT_WmiFilterEvent {} {Name, Namespace, Query,
QueryLanguage...}
MSFT_WmiFilterDeactivated {} {Name, Namespace, Query,
QueryLanguage...}
MSFT_WmiFilterActivated {} {Name, Namespace, Query,
QueryLanguage...}
MSFT_WmiCancelNotificationSink {} {Namespace, Query,
QueryLanguage, SECURITY_DESCRIPTOR...}
MSFT_WmiProviderEvent {} {Namespace, ProviderName,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_WmiConsumerProviderEvent {} {Machine, Namespace,
ProviderName, SECURITY_DESCRIPTOR...}
MSFT_WmiConsumerProviderSinkLoaded {} {Consumer, Machine,
Namespace, ProviderName...}
MSFT_WmiConsumerProviderSinkUnlo... {} {Consumer, Machine,
Namespace, ProviderName...}
MSFT_WmiConsumerProviderUnloaded {} {Machine, Namespace,
ProviderName, SECURITY_DESCRIPTOR...}
MSFT_WmiConsumerProviderLoaded {} {Machine, Namespace,
ProviderName, SECURITY_DESCRIPTOR...}
Msft_WmiProvider_OperationEvent {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_ComServerLoadOp... {} {Clsid, HostingGroup,
HostingSpecification, InProcServer...}
Msft_WmiProvider_OperationEvent_... {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_PutInstanceAsyn... {} {Flags, HostingGroup,
HostingSpecification, InstanceObject...}
Msft_WmiProvider_CreateInstanceE... {} {ClassName, Flags,
HostingGroup, HostingSpecification...}
Msft_WmiProvider_DeleteInstanceA... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_CancelQuery_Post {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_NewQuery_Post {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_ProvideEvents_Post {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_ExecQueryAsyncE... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_AccessCheck_Post {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_CreateClassEnum... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_DeleteClassAsyn... {} {ClassName, Flags,
HostingGroup, HostingSpecification...}
Msft_WmiProvider_ExecMethodAsync... {} {Flags, HostingGroup,
HostingSpecification, InputParameters...
Msft_WmiProvider_GetObjectAsyncE... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_PutClassAsyncEv... {} {ClassObject, Flags,
HostingGroup, HostingSpecification...}
Msft_WmiProvider_InitializationO... {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_InitializationO... {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_LoadOperationFa... {} {Clsid, HostingGroup,
HostingSpecification, InProcServer...}
Msft_WmiProvider_ComServerLoadOp... {} {Clsid, HostingGroup,
HostingSpecification, InProcServer...}
Msft_WmiProvider_UnLoadOperation... {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_LoadOperationEvent {} {Clsid, HostingGroup,
HostingSpecification, InProcServer...}
Msft_WmiProvider_OperationEvent_Pre {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_DeleteInstanceA... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_AccessCheck_Pre {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_ExecQueryAsyncE... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_DeleteClassAsyn... {} {ClassName, Flags,
HostingGroup, HostingSpecification...}
Msft_WmiProvider_NewQuery_Pre {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_PutInstanceAsyn... {} {Flags, HostingGroup,
HostingSpecification, InstanceObject...}
Msft_WmiProvider_CreateClassEnum... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_ExecMethodAsync... {} {Flags, HostingGroup,
HostingSpecification, InputParameters...
Msft_WmiProvider_ProvideEvents_Pre {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_CancelQuery_Pre {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_PutClassAsyncEv... {} {ClassObject, Flags,
HostingGroup, HostingSpecification...}
Msft_WmiProvider_GetObjectAsyncE... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_CreateInstanceE... {} {ClassName, Flags,
HostingGroup, HostingSpecification...}
MSFT_WMI_GenericNonCOMEvent {} {ProcessId, PropertyNames,
PropertyValues, ProviderName...}
Win32_ComputerSystemEvent {} {MachineName,
SECURITY_DESCRIPTOR, TIME_CREATED}
Win32_ComputerShutdownEvent {} {MachineName,
SECURITY_DESCRIPTOR, TIME_CREATED, Type}
Win32_IP4RouteTableEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NCProvEvent {} {Namespace, ProviderName,
Result, SECURITY_DESCRIPTOR...}
MSFT_NCProvCancelQuery {} {ID, Namespace,
ProviderName, Result...}
MSFT_NCProvClientConnected {} {Inproc, Namespace,
ProviderName, Result...}
MSFT_NCProvNewQuery {} {ID, Namespace,
ProviderName, Query...}
MSFT_NCProvAccessCheck {} {Namespace, ProviderName,
Query, QueryLanguage...}
RegistryEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
RegistryKeyChangeEvent {} {Hive, KeyPath,
SECURITY_DESCRIPTOR, TIME_CREATED}
RegistryTreeChangeEvent {} {Hive, RootPath,
SECURITY_DESCRIPTOR, TIME_CREATED}
RegistryValueChangeEvent {} {Hive, KeyPath,
SECURITY_DESCRIPTOR, TIME_CREATED...}
Win32_SystemTrace {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
Win32_ProcessTrace {} {ParentProcessID,
ProcessID, ProcessName, SECURITY_DESCRIPT...
Win32_ProcessStartTrace {} {ParentProcessID,
ProcessID, ProcessName, SECURITY_DESCRIPT...
Win32_ProcessStopTrace {} {ExitStatus,
ParentProcessID, ProcessID, ProcessName...}
Win32_ModuleTrace {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
Win32_ModuleLoadTrace {} {DefaultBase, FileName,
ImageBase, ImageChecksum...}
Win32_ThreadTrace {} {ProcessID,
SECURITY_DESCRIPTOR, ThreadID, TIME_CREATED}
Win32_ThreadStartTrace {} {ProcessID,
SECURITY_DESCRIPTOR, StackBase, StackLimit...}
Win32_ThreadStopTrace {} {ProcessID,
SECURITY_DESCRIPTOR, ThreadID, TIME_CREATED}
Win32_PowerManagementEvent {} {EventType, OEMEventCode,
SECURITY_DESCRIPTOR, TIME_CREATED}
Win32_DeviceChangeEvent {} {EventType,
SECURITY_DESCRIPTOR, TIME_CREATED}
Win32_SystemConfigurationChangeE... {} {EventType,
SECURITY_DESCRIPTOR, TIME_CREATED}
Win32_VolumeChangeEvent {} {DriveName, EventType,
SECURITY_DESCRIPTOR, TIME_CREATED}
__EventGenerator {} {}
__TimerInstruction {} {SkipIfPassed, TimerId}
__AbsoluteTimerInstruction {} {EventDateTime,
SkipIfPassed, TimerId}
__IntervalTimerInstruction {} {IntervalBetweenEvents,
SkipIfPassed, TimerId}
__Provider {} {Name}
__Win32Provider {} {ClientLoadableCLSID,
CLSID, Concurrency, DefaultMachineNam...
__SystemSecurity {GetSD, GetSecuri... {}
Win32_CollectionStatistics {} {Collection, Stats}
Win32_NamedJobObjectStatistics {} {Collection, Stats}
Win32_NTLogEvent {} {Category, CategoryString,
ComputerName, Data...}
CIM_Configuration {} {Caption, Description,
Name}
CIM_LogicalIdentity {} {SameElement,
SystemElement}
Win32_ActiveRoute {} {SameElement,
SystemElement}
Win32_AccountSID {} {Element, Setting}
CIM_Location {} {Address, Name,
PhysicalPosition}
CIM_DependencyContext {} {Context, Dependency}
Win32_WinSAT {} {CPUScore, D3DScore,
DiskScore, GraphicsScore...}
Win32_SecurityDescriptorHelper {Win32SDToSDDL, W... {}
CIM_Setting {} {Caption, Description,
SettingID}
Win32_TimeZone {} {Bias, Caption,
DaylightBias, DaylightDay...}
Win32_PageFileSetting {} {Caption, Description,
InitialSize, MaximumSize...}
Win32_Desktop {} {BorderWidth, Caption,
CoolSwitch, CursorBlinkRate...}
Win32_ShadowContext {} {Caption,
ClientAccessible, Description, Differential...}
Win32_MSIResource {} {Caption, Description,
SettingID}
Win32_ServiceControl {} {Arguments, Caption,
Description, Event...}
Win32_Property {} {Caption, Description,
ProductCode, Property...}
Win32_Patch {} {Attributes, Caption,
Description, File...}
Win32_PatchPackage {} {Caption, Description,
PatchID, ProductCode...}
Win32_Binary {} {Caption, Data,
Description, Name...}
Win32_AutochkSetting {} {Caption, Description,
SettingID, UserInputDelay}
Win32_SerialPortConfiguration {} {AbortReadWriteOnError,
BaudRate, BinaryModeEnabled, BitsPe...
CIM_MonitorResolution {} {Caption, Description,
HorizontalResolution, MaxRefreshRate...
Win32_StartupCommand {} {Caption, Command,
Description, Location...}
Win32_BootConfiguration {} {BootDirectory, Caption,
ConfigurationPath, Description...}
Win32_NetworkLoginProfile {} {AccountExpires,
AuthorizationFlags, BadPasswordCount, Capt...
Win32_NamedJobObjectLimitSetting {} {ActiveProcessLimit,
Affinity, Caption, Description...}
CIM_VideoControllerResolution {} {Caption, Description,
HorizontalResolution, MaxRefreshRate...
Win32_NamedJobObjectSecLimitSetting {} {Caption, Description,
PrivilegesToDelete, RestrictedSIDs...}
Win32_DisplayConfiguration {} {BitsPerPel, Caption,
Description, DeviceName...}
Win32_NetworkAdapterConfiguration {EnableDHCP, Rene... {ArpAlwaysSourceRoute,
ArpUseEtherSNAP, Caption, DatabasePa...
Win32_QuotaSetting {} {Caption, DefaultLimit,
DefaultWarningLimit, Description...}
Win32_SecuritySetting {GetSecurityDescr... {Caption, ControlFlags,
Description, SettingID}
Win32_LogicalFileSecuritySetting {GetSecurityDescr... {Caption, ControlFlags,
Description, OwnerPermissions...}
Win32_LogicalShareSecuritySetting {GetSecurityDescr... {Caption, ControlFlags,
Description, Name...}
Win32_DisplayControllerConfigura... {} {BitsPerPixel, Caption,
ColorPlanes, Description...}
Win32_WMISetting {}
{ASPScriptDefaultNamespace, ASPScriptEnabled, AutorecoverMo...
Win32_OSRecoveryConfiguration {} {AutoReboot, Caption,
DebugFilePath, DebugInfoType...}
Win32_COMSetting {} {Caption, Description,
SettingID}
Win32_ClassicCOMClassSetting {} {AppID,
AutoConvertToClsid, AutoTreatAsClsid, Caption...}
Win32_DCOMApplicationSetting {GetLaunchSecurit... {AppID,
AuthenticationLevel, Caption, CustomSurrogate...}
Win32_VideoConfiguration {} {ActualColorResolution,
AdapterChipType, AdapterCompatibili...
Win32_ODBCAttribute {} {Attribute, Caption,
Description, Driver...}
Win32_ODBCSourceAttribute {} {Attribute, Caption,
DataSource, Description...}
ScriptingStandardConsumerSetting {} {Caption, Description,
MaximumScripts, SettingID...}
Win32_PrinterConfiguration {} {BitsPerPel, Caption,
Collate, Color...}
Win32_CurrentTime {} {Day, DayOfWeek, Hour,
Milliseconds...}
Win32_UTCTime {} {Day, DayOfWeek, Hour,
Milliseconds...}
Win32_LocalTime {} {Day, DayOfWeek, Hour,
Milliseconds...}
CIM_FRU {} {Caption, Description,
FRUNumber, IdentifyingNumber...}
CIM_Action {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_ShortcutAction {Invoke} {ActionID, Arguments,
Caption, Description...}
CIM_RebootAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_ExtensionInfoAction {Invoke} {ActionID, Argument,
Caption, Command...}
CIM_DirectoryAction {Invoke} {ActionID, Caption,
Description, Direction...}
CIM_CreateDirectoryAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_CreateFolderAction {Invoke} {ActionID, Caption,
Description, Direction...}
CIM_RemoveDirectoryAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_RegistryAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_ClassInfoAction {Invoke} {ActionID, AppID,
Argument, Caption...}
CIM_ModifySettingAction {Invoke} {ActionID, ActionType,
Caption, Description...}
Win32_SelfRegModuleAction {Invoke} {ActionID, Caption, Cost,
Description...}
Win32_TypeLibraryAction {Invoke} {ActionID, Caption, Cost,
Description...}
CIM_ExecuteProgram {Invoke} {ActionID, Caption,
CommandLine, Description...}
Win32_BindImageAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_RemoveIniAction {Invoke} {Action, ActionID,
Caption, Description...}
Win32_MIMEInfoAction {Invoke} {ActionID, Caption, CLSID,
ContentType...}
Win32_FontInfoAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_PublishComponentAction {Invoke} {ActionID, AppData,
Caption, ComponentID...}
CIM_FileAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_MoveFileAction {Invoke} {ActionID, Caption,
Description, DestFolder...}
CIM_CopyFileAction {Invoke} {ActionID, Caption,
DeleteAfterCopy, Description...}
Win32_DuplicateFileAction {Invoke} {ActionID, Caption,
DeleteAfterCopy, Description...}
CIM_RemoveFileAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_RemoveFileAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_ProductResource {} {Product, Resource}
Win32_MountPoint {} {Directory, Volume}
CIM_Statistics {} {Element, Stats}
CIM_ErrorCountersForDevice {} {Element, Stats}
Win32_OfflineFilesAssociatedItems {} {Antecedent, Dependent}
Msft_Providers {Suspend, Resume,... {HostingGroup,
HostingSpecification, HostProcessIdentifier,...
Win32_UserProfile {ChangeOwner} {LastDownloadTime,
LastUploadTime, LastUseTime, Loaded...}
CIM_RelatedStatistics {} {RelatedStats, Stats}
Win32_OfflineFilesChangeInfo {} {CreatedOffline,
DeletedOffline, Dirty, ModifiedAttributes...}
CIM_Export {} {Directory,
ExportedDirectoryName, LocalFS}
Win32_ManagedSystemElementResource {} {}
Win32_SoftwareElementResource {} {Element, Setting}
CIM_FRUPhysicalElements {} {Component, FRU}
CIM_ParticipatesInSet {} {Element, Set}
CIM_FromDirectoryAction {} {FileName,
SourceDirectory}
Win32_SID {} {AccountName,
BinaryRepresentation, ReferencedDomainName, S...
CIM_ElementCapacity {} {Capacity, Element}
Win32_ActionCheck {} {Action, Check}
CIM_ElementSetting {} {Element, Setting}
Win32_UserDesktop {} {Element, Setting}
CIM_MonitorSetting {} {Element, Setting}
Win32_DeviceSettings {} {Element, Setting}
Win32_PrinterSetting {} {Element, Setting}
Win32_NetworkAdapterSetting {} {Element, Setting}
Win32_SerialPortSetting {} {Element, Setting}
Win32_SystemSetting {} {Element, Setting}
Win32_SystemProgramGroups {} {Element, Setting}
Win32_SystemBootConfiguration {} {Element, Setting}
Win32_SystemTimeZone {} {Element, Setting}
Win32_SystemDesktop {} {Element, Setting}
Win32_ClassicCOMClassSettings {} {Element, Setting}
Win32_VolumeQuota {} {Element, Setting}
Win32_WMIElementSetting {} {Element, Setting}
Win32_COMApplicationSettings {} {Element, Setting}
CIM_VideoSetting {} {Element, Setting}
Win32_VideoSettings {} {Element, Setting}
Win32_SecuritySettingOfObject {} {Element, Setting}
Win32_SecuritySettingOfLogicalShare {} {Element, Setting}
Win32_SecuritySettingOfLogicalFile {} {Element, Setting}
Win32_PageFileElementSetting {} {Element, Setting}
Win32_OperatingSystemAutochkSetting {} {Element, Setting}
Win32_VolumeQuotaSetting {} {Element, Setting}
CIM_ToDirectorySpecification {} {DestinationDirectory,
FileName}
CIM_ProductSoftwareFeatures {} {Component, Product}
Win32_ProductSoftwareFeatures {} {Component, Product}
Win32_ImplementedCategory {} {Category, Component}
CIM_InstalledSoftwareElement {} {Software, System}
Win32_InstalledSoftwareElement {} {Software, System}
Win32_SoftwareFeatureCheck {} {Check, Element}
Win32_LUIDandAttributes {} {Attributes, LUID}
Win32_VolumeUserQuota {} {Account, DiskSpaceUsed,
Limit, Status...}
Msft_WmiProvider_Counters {}
{ProviderOperation_AccessCheck, ProviderOperation_CancelQue...
Win32_LUID {} {HighPart, LowPart}
CIM_Check {Invoke} {Caption, CheckID,
CheckMode, Description...}
CIM_DiskSpaceCheck {Invoke} {AvailableDiskSpace,
Caption, CheckID, CheckMode...}
CIM_DirectorySpecification {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_DirectorySpecification {Invoke} {Caption, CheckID,
CheckMode, DefaultDir...}
Win32_SoftwareElementCondition {Invoke} {Caption, CheckID,
CheckMode, Condition...}
Win32_ODBCDriverSpecification {Invoke} {Caption, CheckID,
CheckMode, Description...}
CIM_MemoryCheck {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_ServiceSpecification {Invoke} {Caption, CheckID,
CheckMode, Dependencies...}
CIM_FileSpecification {Invoke} {Caption, CheckID,
CheckMode, CheckSum...}
Win32_FileSpecification {Invoke} {Attributes, Caption,
CheckID, CheckMode...}
Win32_IniFileSpecification {Invoke} {Action, Caption, CheckID,
CheckMode...}
CIM_SoftwareElementVersionCheck {Invoke} {Caption, CheckID,
CheckMode, Description...}
CIM_SettingCheck {Invoke} {Caption, CheckID,
CheckMode, CheckType...}
Win32_LaunchCondition {Invoke} {Caption, CheckID,
CheckMode, Condition...}
Win32_ODBCDataSourceSpecification {Invoke} {Caption, CheckID,
CheckMode, DataSource...}
Win32_ODBCTranslatorSpecification {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_ProgIDSpecification {Invoke} {Caption, CheckID,
CheckMode, Description...}
CIM_SwapSpaceCheck {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_EnvironmentSpecification {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_ReserveCost {Invoke} {Caption, CheckID,
CheckMode, Description...}
CIM_VersionCompatibilityCheck {Invoke} {AllowDownVersion,
AllowMultipleVersions, Caption, CheckID...}
CIM_OSVersionCheck {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_Condition {Invoke} {Caption, CheckID,
CheckMode, Condition...}
CIM_ProductFRU {} {FRU, Product}
Win32_ShadowStorage {Create} {AllocatedSpace,
DiffVolume, MaxSpace, UsedSpace...}
Win32_DCOMApplicationAccessAllow... {} {Element, Setting}
StdRegProv {CreateKey, Delet... {}
CIM_FRUIncludesProduct {} {Component, FRU}
CIM_ProductPhysicalElements {} {Component, Product}
CIM_CollectedMSEs {} {Collection, Member}
Win32_NamedJobObjectProcess {} {Collection, Member}
CIM_PhysicalElementLocation {} {Element,
PhysicalLocation}
Win32_TokenPrivileges {} {PrivilegeCount,
Privileges}
CIM_CollectionOfMSEs {} {Caption, CollectionID,
Description}
Win32_NamedJobObject {} {BasicUIRestrictions,
Caption, CollectionID, Description}
CIM_FromDirectorySpecification {} {FileName,
SourceDirectory}
Win32_PnPDevice {} {SameElement,
SystemElement}
CIM_StorageError {} {DeviceCreationClassName,
DeviceID, EndingAddress, Starting...
Win32_ServiceSpecificationService {} {Check, Element}
OfficeSoftwareProtectionService {InstallProductKe... {ClientMachineID,
IsKeyManagementServiceMachine, KeyManagem...
Win32_OfflineFilesItem {} {ChangeInfo,
ConnectionInfo, DirtyInfo, Encrypted...}
Win32_ShareToDirectory {} {Share, SharedElement}
Microsoft_BDD_Info {} {BuildID, BuildName,
BuildVersion, CaptureMethod...}
Win32_SettingCheck {} {Check, Setting}
Win32_PatchFile {} {Check, Setting}
Win32_ODBCDriverAttribute {} {Check, Setting}
Win32_ODBCDataSourceAttribute {} {Check, Setting}
Win32_ClientApplicationSetting {} {Application, Client}
CIM_ElementConfiguration {} {Configuration, Element}
CIM_ReplacementSet {} {Description, Name}
Win32_OfflineFilesPinInfo {} {Pinned,
PinnedForComputer, PinnedForFolderRedirection, Pin...
CIM_DirectorySpecificationFile {} {DirectorySpecification,
FileSpecification}
CIM_SettingContext {} {Context, Setting}
Win32_SecuritySettingOwner {} {Owner, SecuritySetting}
Win32_LogicalFileOwner {} {Owner, SecuritySetting}
Win32_OfflineFilesFileSysInfo {} {LocalAttributes,
LocalChangeTime, LocalCreationTime, Local...
CIM_ManagedSystemElement {} {Caption, Description,
InstallDate, Name...}
CIM_PhysicalElement {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_PhysicalComponent {} {Caption,
CreationClassName, Description, HotSwappable...}
CIM_PhysicalMedia {} {Capacity, Caption,
CleanerMedia, CreationClassName...}
Win32_PhysicalMedia {} {Capacity, Caption,
CleanerMedia, CreationClassName...}
CIM_Chip {} {Caption,
CreationClassName, Description, FormFactor...}
CIM_PhysicalMemory {} {BankLabel, Capacity,
Caption, CreationClassName...}
Win32_PhysicalMemory {} {BankLabel, Capacity,
Caption, CreationClassName...}
Win32_OnBoardDevice {} {Caption,
CreationClassName, Description, DeviceType...}
CIM_PhysicalPackage {IsCompatible} {Caption,
CreationClassName, Depth, Description...}
CIM_Card {IsCompatible} {Caption,
CreationClassName, Depth, Description...}
Win32_BaseBoard {IsCompatible} {Caption, ConfigOptions,
CreationClassName, Depth...}
CIM_PhysicalFrame {IsCompatible} {AudibleAlarm,
BreachDescription, CableManagementStrategy, ...
CIM_Rack {IsCompatible} {AudibleAlarm,
BreachDescription, CableManagementStrategy, ...
CIM_Chassis {IsCompatible} {AudibleAlarm,
BreachDescription, CableManagementStrategy, ...
Win32_SystemEnclosure {IsCompatible} {AudibleAlarm,
BreachDescription, CableManagementStrategy, ...
Win32_PhysicalMemoryArray {IsCompatible} {Caption,
CreationClassName, Depth, Description...}
CIM_PhysicalConnector {} {Caption, ConnectorPinout,
ConnectorType, CreationClassName...
CIM_Slot {} {Caption, ConnectorPinout,
ConnectorType, CreationClassName...
Win32_SystemSlot {} {Caption, ConnectorPinout,
ConnectorType, CreationClassName...
Win32_PortConnector {} {Caption, ConnectorPinout,
ConnectorType, CreationClassName...
CIM_PhysicalLink {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_LogicalElement {} {Caption, Description,
InstallDate, Name...}
CIM_Thread {} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_Thread {} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_COMApplication {} {Caption, Description,
InstallDate, Name...}
Win32_DCOMApplication {} {AppID, Caption,
Description, InstallDate...}
CIM_Job {} {Caption, Description,
ElapsedTime, InstallDate...}
Win32_ScheduledJob {Create, Delete} {Caption, Command,
DaysOfMonth, DaysOfWeek...}
Win32_PrintJob {Pause, Resume} {Caption, Color, DataType,
Description...}
Win32_ServerSession {} {ActiveTime, Caption,
ClientType, ComputerName...}
CIM_System {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_ComputerSystem {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_UnitaryComputerSystem {SetPowerState} {Caption,
CreationClassName, Description, InitialLoadInfo...}
Win32_ComputerSystem {SetPowerState, R... {AdminPasswordStatus,
AutomaticManagedPagefile, AutomaticRe...
CIM_ApplicationSystem {} {Caption,
CreationClassName, Description, InstallDate...}
Win32_NTDomain {} {Caption, ClientSiteName,
CreationClassName, DcSiteName...}
CIM_SoftwareFeature {} {Caption, Description,
IdentifyingNumber, InstallDate...}
Win32_SoftwareFeature {Reinstall, Confi... {Accesses, Attributes,
Caption, Description...}
CIM_VideoBIOSFeature {} {Caption,
CharacteristicDescriptions, Characteristics, Desc...
CIM_BIOSFeature {} {Caption,
CharacteristicDescriptions, Characteristics, Desc...
CIM_LogicalDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_Sensor {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_BinarySensor {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_MultiStateSensor {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_DiscreteSensor {SetPowerState, R... {AcceptableValues,
Availability, Caption, ConfigManagerErro...
CIM_NumericSensor {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
CIM_TemperatureSensor {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
Win32_TemperatureProbe {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
CIM_Tachometer {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
CIM_VoltageSensor {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
Win32_VoltageProbe {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
CIM_CurrentSensor {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
Win32_CurrentProbe {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
Win32_Bus {SetPowerState, R... {Availability, BusNum,
BusType, Caption...}
CIM_UserDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_Keyboard {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_Keyboard {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_Display {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_FlatPanel {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_DesktopMonitor {SetPowerState, R... {Availability, Bandwidth,
Caption, ConfigManagerErrorCode...}
Win32_DesktopMonitor {SetPowerState, R... {Availability, Bandwidth,
Caption, ConfigManagerErrorCode...}
CIM_PointingDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_PointingDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_USBDevice {SetPowerState, R... {Availability, Caption,
ClassCode, ConfigManagerErrorCode...}
CIM_USBHub {SetPowerState, R... {Availability, Caption,
ClassCode, ConfigManagerErrorCode...}
Win32_USBHub {SetPowerState, R... {Availability, Caption,
ClassCode, ConfigManagerErrorCode...}
CIM_NetworkAdapter {SetPowerState, R... {AutoSense, Availability,
Caption, ConfigManagerErrorCode...}
Win32_NetworkAdapter {SetPowerState, R... {AdapterType,
AdapterTypeId, AutoSense, Availability...}
CIM_AlarmDevice {SetPowerState, R... {AudibleAlarm,
Availability, Caption, ConfigManagerErrorCod...
CIM_Battery {SetPowerState, R... {Availability,
BatteryStatus, Caption, Chemistry...}
Win32_Battery {SetPowerState, R... {Availability,
BatteryRechargeTime, BatteryStatus, Caption...}
Win32_PortableBattery {SetPowerState, R... {Availability,
BatteryStatus, CapacityMultiplier, Caption...}
Win32_SoundDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_MotherboardDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_PowerSupply {SetPowerState, R... {ActiveInputVoltage,
Availability, Caption, ConfigManagerEr...
CIM_UninterruptiblePowerSupply {SetPowerState, R... {ActiveInputVoltage,
Availability, Caption, ConfigManagerEr...
CIM_MediaAccessDevice {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_DiskDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_DiskDrive {SetPowerState, R... {Availability,
BytesPerSector, Capabilities, CapabilityDesc...
CIM_DisketteDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_FloppyDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_TapeDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_TapeDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_MagnetoOpticalDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_CDROMDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_CDROMDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_WORMDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_Scanner {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_PnPEntity {SetPowerState, R... {Availability, Caption,
ClassGuid, CompatibleID...}
CIM_PotsModem {SetPowerState, R... {AnswerMode, Availability,
Caption, CompressionInfo...}
Win32_POTSModem {SetPowerState, R... {AnswerMode, AttachedTo,
Availability, BlindOff...}
CIM_CoolingDevice {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
CIM_HeatPipe {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
Win32_HeatPipe {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
CIM_Refrigeration {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
Win32_Refrigeration {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
CIM_Fan {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
Win32_Fan {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
CIM_Printer {SetPowerState, R... {Availability,
AvailableJobSheets, Capabilities, Capability...
Win32_Printer {SetPowerState, R... {Attributes, Availability,
AvailableJobSheets, AveragePages...
CIM_Controller {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_ManagementController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_SCSIController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_SCSIController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_InfraredController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_InfraredDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_PCIController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_PCMCIAController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_PCMCIAController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_FloppyController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_VideoController {SetPowerState, R... {AcceleratorCapabilities,
Availability, CapabilityDescripti...
CIM_PCVideoController {SetPowerState, R... {AcceleratorCapabilities,
Availability, CapabilityDescripti...
Win32_VideoController {SetPowerState, R... {AcceleratorCapabilities,
AdapterCompatibility, AdapterDACT...
CIM_USBController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_USBController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_SerialController {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_SerialPort {SetPowerState, R... {Availability, Binary,
Capabilities, CapabilityDescriptions...
CIM_ParallelController {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_ParallelPort {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_IDEController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_1394Controller {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_StorageExtent {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_Memory {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
CIM_VolatileStorage {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
CIM_NonVolatileStorage {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
CIM_CacheMemory {SetPowerState, R... {Access,
AdditionalErrorData, Associativity, Availability...}
Win32_CacheMemory {SetPowerState, R... {Access,
AdditionalErrorData, Associativity, Availability...}
CIM_StorageVolume {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
Win32_Volume {SetPowerState, R... {Access, Automount,
Availability, BlockSize...}
CIM_PhysicalExtent {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
Win32_SMBIOSMemory {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
Win32_MemoryArray {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
Win32_MemoryDevice {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
CIM_ProtectedSpaceExtent {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_AggregatePSExtent {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_AggregatePExtent {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_VolumeSet {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_LogicalDisk {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
Win32_LogicalDisk {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
Win32_MappedLogicalDisk {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_DiskPartition {SetPowerState, R... {Access, Availability,
BlockSize, Bootable...}
Win32_DiskPartition {SetPowerState, R... {Access, Availability,
BlockSize, Bootable...}
CIM_Processor {SetPowerState, R... {AddressWidth,
Availability, Caption, ConfigManagerErrorCod...
Win32_Processor {SetPowerState, R... {AddressWidth,
Architecture, Availability, Caption...}
Win32_OptionalFeature {} {Caption, Description,
InstallDate, InstallState...}
Win32_DfsNode {Create} {Caption, Description,
InstallDate, Name...}
Win32_ComponentCategory {} {Caption, CategoryId,
Description, InstallDate...}
Win32_ProgramGroupOrItem {} {Caption, Description,
InstallDate, Name...}
Win32_LogicalProgramGroupItem {} {Caption, Description,
InstallDate, Name...}
Win32_LogicalProgramGroup {} {Caption, Description,
GroupName, InstallDate...}
Win32_NetworkConnection {} {AccessMask, Caption,
Comment, ConnectionState...}
Win32_COMClass {} {Caption, Description,
InstallDate, Name...}
Win32_ClassicCOMClass {} {Caption, ComponentId,
Description, InstallDate...}
Win32_Account {} {Caption, Description,
Domain, InstallDate...}
Win32_UserAccount {Rename} {AccountType, Caption,
Description, Disabled...}
Win32_Group {Rename} {Caption, Description,
Domain, InstallDate...}
Win32_SystemAccount {} {Caption, Description,
Domain, InstallDate...}
CIM_Service {StartService, St... {Caption,
CreationClassName, Description, InstallDate...}
Win32_BaseService {StartService, St... {AcceptPause, AcceptStop,
Caption, CreationClassName...}
Win32_SystemDriver {StartService, St... {AcceptPause, AcceptStop,
Caption, CreationClassName...}
Win32_Service {StartService, St... {AcceptPause, AcceptStop,
Caption, CheckPoint...}
Win32_TerminalService {StartService, St... {AcceptPause, AcceptStop,
Caption, CheckPoint...}
CIM_BootService {StartService, St... {Caption,
CreationClassName, Description, InstallDate...}
Win32_PnPSignedDriver {StartService, St... {Caption, ClassGuid,
CompatID, CreationClassName...}
CIM_ClusteringService {StartService, St... {Caption,
CreationClassName, Description, InstallDate...}
Win32_ApplicationService {StartService, St... {Caption,
CreationClassName, Description, InstallDate...}
Win32_PrinterDriver {StartService, St... {Caption, ConfigFile,
CreationClassName, DataFile...}
CIM_ServiceAccessPoint {} {Caption,
CreationClassName, Description, InstallDate...}
Win32_TCPIPPrinterPort {} {ByteCount, Caption,
CreationClassName, Description...}
CIM_ClusteringSAP {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_BootSAP {} {Caption,
CreationClassName, Description, InstallDate...}
Win32_CommandLineAccess {} {Caption, CommandLine,
CreationClassName, Description...}
CIM_SystemResource {} {Caption, Description,
InstallDate, Name...}
CIM_MemoryMappedIO {} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_SystemMemoryResource {} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_PortResource {} {Alias, Caption,
CreationClassName, CSCreationClassName...}
Win32_DeviceMemoryAddress {} {Caption,
CreationClassName, CSCreationClassName, CSName...}
CIM_IRQ {} {Availability, Caption,
CreationClassName, CSCreationClassN...
Win32_IRQResource {} {Availability, Caption,
CreationClassName, CSCreationClassN...
Win32_Environment {} {Caption, Description,
InstallDate, Name...}
CIM_DMA {} {AddressSize,
Availability, BurstMode, ByteMode...}
Win32_DMAChannel {} {AddressSize,
Availability, BurstMode, ByteMode...}
Win32_Share {Create, SetShare... {AccessMask, AllowMaximum,
Caption, Description...}
Win32_ClusterShare {Create, SetShare... {AccessMask, AllowMaximum,
Caption, Description...}
CIM_FileSystem {} {AvailableSpace,
BlockSize, Caption, CasePreserved...}
CIM_RemoteFileSystem {} {AvailableSpace,
BlockSize, Caption, CasePreserved...}
CIM_NFS {} {AttributeCaching,
AttributeCachingForDirectoriesMax, Attri...
CIM_LocalFileSystem {} {AvailableSpace,
BlockSize, Caption, CasePreserved...}
Win32_NetworkProtocol {} {Caption,
ConnectionlessService, Description, GuaranteesDel...
Win32_ShadowProvider {} {Caption, CLSID,
Description, ID...}
CIM_RedundancyGroup {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_ExtraCapacityGroup {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_StorageRedundancyGroup {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_SpareGroup {} {Caption,
CreationClassName, Description, InstallDate...}
Win32_QuickFixEngineering {} {Caption, CSName,
Description, FixComments...}
Win32_IP4RouteTable {} {Age, Caption,
Description, Destination...}
Win32_ShadowCopy {Create, Revert} {Caption,
ClientAccessible, Count, Description...}
Win32_LoadOrderGroup {} {Caption, Description,
DriverEnabled, GroupOrder...}
CIM_Process {} {Caption,
CreationClassName, CreationDate, CSCreationClassN...
Win32_Process {Create, Terminat... {Caption, CommandLine,
CreationClassName, CreationDate...}
Win32_Session {} {Caption, Description,
InstallDate, Name...}
Win32_LogonSession {} {AuthenticationPackage,
Caption, Description, InstallDate...}
Win32_ServerConnection {} {ActiveTime, Caption,
ComputerName, ConnectionID...}
CIM_JobDestination {} {Caption,
CreationClassName, Description, InstallDate...}
Win32_DfsTarget {} {Caption, Description,
InstallDate, LinkName...}
Win32_NetworkClient {} {Caption, Description,
InstallDate, Manufacturer...}
Win32_PageFileUsage {} {AllocatedBaseSize,
Caption, CurrentUsage, Description...}
CIM_OperatingSystem {Reboot, Shutdown} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_OperatingSystem {Reboot, Shutdown... {BootDevice, BuildNumber,
BuildType, Caption...}
CIM_LogicalFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
CIM_Directory {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_Directory {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
CIM_DeviceFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
CIM_DataFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_ShortcutFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_CodecFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_NTEventlogFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_PageFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_IP4PersistedRouteTable {} {Caption, Description,
Destination, InstallDate...}
Win32_Registry {} {Caption, CurrentSize,
Description, InstallDate...}
CIM_SoftwareElement {} {BuildNumber, Caption,
CodeSet, Description...}
CIM_BIOSElement {} {BuildNumber, Caption,
CodeSet, Description...}
Win32_BIOS {} {BiosCharacteristics,
BIOSVersion, BuildNumber, Caption...}
Win32_SoftwareElement {} {Attributes, BuildNumber,
Caption, CodeSet...}
CIM_VideoBIOSElement {} {BuildNumber, Caption,
CodeSet, Description...}
NTEventlogProviderConfig {} {LastBootUpTime}
Win32_ShortcutSAP {} {Action, Element}
Win32_OfflineFilesSuspendInfo {} {Suspended, SuspendedRoot}
Win32_MethodParameterClass {} {}
Win32_ProcessStartup {} {CreateFlags,
EnvironmentVariables, ErrorMode, FillAttribut...
Win32_PingStatus {} {Address, BufferSize,
NoFragmentation, PrimaryAddressResolu...
CIM_ProductSupport {} {Product, Support}
CIM_AdjacentSlots {} {DistanceBetweenSlots,
SharedSlots, SlotA, SlotB}
CIM_SoftwareElementChecks {} {Check, Element, Phase}
Win32_SoftwareElementCheck {} {Check, Element, Phase}
Win32_ODBCDriverSoftwareElement {} {Check, Element, Phase}
CIM_Component {} {GroupComponent,
PartComponent}
CIM_SystemComponent {} {GroupComponent,
PartComponent}
Win32_SystemServices {} {GroupComponent,
PartComponent}
Win32_SystemNetworkConnections {} {GroupComponent,
PartComponent}
CIM_HostedFileSystem {} {GroupComponent,
PartComponent}
CIM_ComputerSystemResource {} {GroupComponent,
PartComponent}
Win32_SystemResources {} {GroupComponent,
PartComponent}
CIM_ComputerSystemMappedIO {} {GroupComponent,
PartComponent}
CIM_ComputerSystemDMA {} {GroupComponent,
PartComponent}
CIM_ComputerSystemIRQ {} {GroupComponent,
PartComponent}
Win32_SystemBIOS {} {GroupComponent,
PartComponent}
Win32_SystemLoadOrderGroups {} {GroupComponent,
PartComponent}
Win32_SystemUsers {} {GroupComponent,
PartComponent}
CIM_InstalledOS {} {GroupComponent,
PartComponent, PrimaryOS}
Win32_SystemOperatingSystem {} {GroupComponent,
PartComponent, PrimaryOS}
CIM_SystemDevice {} {GroupComponent,
PartComponent}
Win32_SystemDevices {} {GroupComponent,
PartComponent}
Win32_ComputerSystemProcessor {} {GroupComponent,
PartComponent}
Win32_SystemPartitions {} {GroupComponent,
PartComponent}
Win32_SystemSystemDriver {} {GroupComponent,
PartComponent}
CIM_ApplicationSystemSoftwareFea... {} {GroupComponent,
PartComponent}
Win32_SystemProcesses {} {GroupComponent,
PartComponent}
CIM_LinkHasConnector {} {GroupComponent,
PartComponent}
CIM_CollectionOfSensors {} {GroupComponent,
PartComponent}
CIM_ProcessThread {} {GroupComponent,
PartComponent}
Win32_COMApplicationClasses {} {GroupComponent,
PartComponent}
Win32_ClassicCOMApplicationClasses {} {GroupComponent,
PartComponent}
CIM_DirectoryContainsFile {} {GroupComponent,
PartComponent}
CIM_FileStorage {} {GroupComponent,
PartComponent}
Win32_UserInDomain {} {GroupComponent,
PartComponent}
Win32_LoadOrderGroupServiceMembers {} {GroupComponent,
PartComponent}
CIM_OperatingSystemSoftwareFeature {} {GroupComponent,
PartComponent}
CIM_RedundancyComponent {} {GroupComponent,
PartComponent}
CIM_AggregateRedundancyComponent {} {GroupComponent,
PartComponent}
CIM_PExtentRedundancyComponent {} {GroupComponent,
PartComponent}
Win32_LogicalDiskRootDirectory {} {GroupComponent,
PartComponent}
CIM_SoftwareFeatureSoftwareElements {} {GroupComponent,
PartComponent}
Win32_SoftwareFeatureSoftwareEle... {} {GroupComponent,
PartComponent}
CIM_VideoBIOSFeatureVideoBIOSEle... {} {GroupComponent,
PartComponent}
CIM_BIOSFeatureBIOSElements {} {GroupComponent,
PartComponent}
Win32_MemoryDeviceArray {} {GroupComponent,
PartComponent}
Win32_GroupInDomain {} {GroupComponent,
PartComponent}
CIM_OSProcess {} {GroupComponent,
PartComponent}
Win32_GroupUser {} {GroupComponent,
PartComponent}
Win32_ProgramGroupContents {} {GroupComponent,
PartComponent}
Win32_SubDirectory {} {GroupComponent,
PartComponent}
CIM_Container {} {GroupComponent,
LocationWithinContainer, PartComponent}
CIM_ConnectorOnPackage {} {GroupComponent,
LocationWithinContainer, PartComponent}
CIM_PackageInChassis {} {GroupComponent,
LocationWithinContainer, PartComponent}
CIM_ChassisInRack {} {BottomU, GroupComponent,
LocationWithinContainer, PartComp...
CIM_PackagedComponent {} {GroupComponent,
LocationWithinContainer, PartComponent}
CIM_MemoryOnCard {} {GroupComponent,
LocationWithinContainer, PartComponent}
Win32_PhysicalMemoryLocation {} {GroupComponent,
LocationWithinContainer, PartComponent}
CIM_CardOnCard {} {GroupComponent,
LocationWithinContainer, MountOrSlotDescri...
Win32_Reliability {} {}
Win32_ReliabilityStabilityMetrics {GetRecordCount} {EndMeasurementDate,
RelID, StartMeasurementDate, SystemSta...
Win32_ReliabilityRecords {GetRecordCount} {ComputerName,
EventIdentifier, InsertionStrings, Logfile...}
OfficeSoftwareProtectionProduct {UninstallProduct... {ApplicationID,
Description, DiscoveredKeyManagementService...
Win32_NTLogEventLog {} {Log, Record}
Win32_DiskQuota {} {DiskSpaceUsed, Limit,
QuotaVolume, Status...}
Win32_ComClassAutoEmulator {} {NewVersion, OldVersion}
Win32_ComClassEmulator {} {NewVersion, OldVersion}
Win32_SoftwareFeatureAction {} {Action, Element}
OfficeSoftwareProtectionTokenAct... {Uninstall} {AdditionalInfo,
AuthorizationStatus, Description, Expirati...
CIM_StatisticalInformation {} {Caption, Description,
Name}
Win32_NamedJobObjectActgInfo {} {ActiveProcesses, Caption,
Description, Name...}
CIM_DeviceErrorCounts {ResetCounter} {Caption,
CriticalErrorCount, Description, DeviceCreationCl...
Win32_Perf {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_SecuritySettingGroup {} {Group, SecuritySetting}
Win32_LogicalFileGroup {} {Group, SecuritySetting}
Win32_DCOMApplicationLaunchAllow... {} {Element, Setting}
Win32_SecuritySettingAuditing {} {AuditedAccessMask,
GuidInheritedObjectType, GuidObjectType...
Win32_LogicalFileAuditing {} {AuditedAccessMask,
GuidInheritedObjectType, GuidObjectType...
Win32_LogicalShareAuditing {} {AuditedAccessMask,
GuidInheritedObjectType, GuidObjectType...
SoftwareLicensingProduct {UninstallProduct... {ApplicationID,
Description, DiscoveredKeyManagementService...
Win32_OfflineFilesCache {Enable, RenameIt... {Active, Enabled,
Location}
CIM_SoftwareElementActions {} {Action, Element}
Win32_SoftwareElementAction {} {Action, Element}
CIM_Dependency {} {Antecedent, Dependent}
CIM_ServiceAccessBySAP {} {Antecedent, Dependent}
CIM_BootServiceAccessBySAP {} {Antecedent, Dependent}
Win32_ApplicationCommandLine {} {Antecedent, Dependent}
CIM_ClusterServiceAccessBySAP {} {Antecedent, Dependent}
Win32_SubSession {} {Antecedent, Dependent}
Win32_ShadowVolumeSupport {} {Antecedent, Dependent}
CIM_SAPSAPDependency {} {Antecedent, Dependent}
CIM_PackageTempSensor {} {Antecedent, Dependent}
CIM_JobDestinationJobs {} {Antecedent, Dependent}
CIM_BIOSLoadedInNV {} {Antecedent, Dependent,
EndingAddress, StartingAddress}
CIM_AssociatedCooling {} {Antecedent, Dependent}
Win32_DeviceBus {} {Antecedent, Dependent}
Win32_SessionConnection {} {Antecedent, Dependent}
Win32_ShadowFor {} {Antecedent, Dependent}
Win32_LogonSessionMappedDisk {} {Antecedent, Dependent}
CIM_ConnectedTo {} {Antecedent, Dependent}
CIM_SlotInSlot {} {Antecedent, Dependent}
Win32_PrinterShare {} {Antecedent, Dependent}
CIM_BootOSFromFS {} {Antecedent, Dependent}
Win32_PnPSignedDriverCIMDataFile {} {Antecedent, Dependent}
CIM_AssociatedAlarm {} {Antecedent, Dependent}
CIM_ElementsLinked {} {Antecedent, Dependent}
Win32_ConnectionShare {} {Antecedent, Dependent}
Win32_LoadOrderGroupServiceDepen... {} {Antecedent, Dependent}
CIM_DeviceSAPImplementation {} {Antecedent, Dependent}
CIM_AssociatedSensor {} {Antecedent, Dependent}
CIM_AssociatedSupplyCurrentSensor {} {Antecedent, Dependent,
MonitoringRange}
CIM_AssociatedSupplyVoltageSensor {} {Antecedent, Dependent,
MonitoringRange}
CIM_Mount {} {Antecedent, Dependent}
CIM_ComputerSystemPackage {} {Antecedent, Dependent}
CIM_PackageCooling {} {Antecedent, Dependent}
CIM_ProcessExecutable {} {Antecedent, BaseAddress,
Dependent, GlobalProcessCount...}
CIM_HostedService {} {Antecedent, Dependent}
CIM_HostedBootService {} {Antecedent, Dependent}
CIM_DeviceAccessedByFile {} {Antecedent, Dependent}
Win32_SessionResource {} {Antecedent, Dependent}
Win32_SessionProcess {} {Antecedent, Dependent}
CIM_AssociatedMemory {} {Antecedent, Dependent}
CIM_AssociatedProcessorMemory {} {Antecedent, BusSpeed,
Dependent}
Win32_AssociatedProcessorMemory {} {Antecedent, BusSpeed,
Dependent}
Win32_SoftwareFeatureParent {} {Antecedent, Dependent}
CIM_DeviceServiceImplementation {} {Antecedent, Dependent}
CIM_AssociatedBattery {} {Antecedent, Dependent}
Win32_ShadowOn {} {Antecedent, Dependent}
Win32_PrinterDriverDll {} {Antecedent, Dependent}
CIM_PackageInSlot {} {Antecedent, Dependent}
CIM_CardInSlot {} {Antecedent, Dependent}
CIM_MemoryWithMedia {} {Antecedent, Dependent}
CIM_ServiceServiceDependency {} {Antecedent, Dependent,
TypeOfDependency}
Win32_DependentService {} {Antecedent, Dependent,
TypeOfDependency}
CIM_BasedOn {} {Antecedent, Dependent,
EndingAddress, StartingAddress}
CIM_LogicalDiskBasedOnPartition {} {Antecedent, Dependent,
EndingAddress, StartingAddress}
Win32_LogicalDiskToPartition {} {Antecedent, Dependent,
EndingAddress, StartingAddress}
CIM_LogicalDiskBasedOnVolumeSet {} {Antecedent, Dependent,
EndingAddress, StartingAddress}
CIM_PSExtentBasedOnPExtent {} {Antecedent, Dependent,
EndingAddress, StartingAddress}
Win32_OperatingSystemQFE {} {Antecedent, Dependent}
Win32_LoggedOnUser {} {Antecedent, Dependent}
CIM_RunningOS {} {Antecedent, Dependent}
Win32_SystemDriverPNPEntity {} {Antecedent, Dependent}
CIM_SoftwareFeatureServiceImplem... {} {Antecedent, Dependent}
CIM_ServiceSAPDependency {} {Antecedent, Dependent}
Win32_DfsNodeTarget {} {Antecedent, Dependent}
Win32_CIMLogicalDeviceCIMDataFile {} {Antecedent, Dependent,
Purpose, PurposeDescription}
CIM_DeviceConnection {} {Antecedent, Dependent,
NegotiatedDataWidth, NegotiatedSpeed}
CIM_ControlledBy {} {AccessState, Antecedent,
Dependent, NegotiatedDataWidth...}
Win32_SCSIControllerDevice {} {AccessState, Antecedent,
Dependent, NegotiatedDataWidth...}
Win32_POTSModemToSerialPort {} {AccessState, Antecedent,
Dependent, NegotiatedDataWidth...}
Win32_USBControllerDevice {} {AccessState, Antecedent,
Dependent, NegotiatedDataWidth...}
CIM_SCSIInterface {} {AccessState, Antecedent,
Dependent, NegotiatedDataWidth...}
Win32_PrinterController {} {AccessState, Antecedent,
Dependent, NegotiatedDataWidth...}
Win32_IDEControllerDevice {} {AccessState, Antecedent,
Dependent, NegotiatedDataWidth...}
CIM_SerialInterface {} {AccessState, Antecedent,
Dependent, FlowControlInfo...}
CIM_USBControllerHasHub {} {AccessState, Antecedent,
Dependent, NegotiatedDataWidth...}
Win32_ControllerHasHub {} {AccessState, Antecedent,
Dependent, NegotiatedDataWidth...}
Win32_1394ControllerDevice {} {AccessState, Antecedent,
Dependent, NegotiatedDataWidth...}
Win32_DriverForDevice {} {Antecedent, Dependent}
Win32_LogicalProgramGroupItemDat... {} {Antecedent, Dependent}
CIM_AllocatedResource {} {Antecedent, Dependent}
Win32_PNPAllocatedResource {} {Antecedent, Dependent}
CIM_SoftwareFeatureSAPImplementa... {} {Antecedent, Dependent}
CIM_DeviceSoftware {} {Antecedent, Dependent,
Purpose, PurposeDescription}
CIM_Realizes {} {Antecedent, Dependent}
CIM_RealizesPExtent {} {Antecedent, Dependent,
StartingAddress}
Win32_DiskDrivePhysicalMedia {} {Antecedent, Dependent}
CIM_RealizesDiskPartition {} {Antecedent, Dependent,
StartingAddress}
Win32_MemoryDeviceLocation {} {Antecedent, Dependent}
Win32_MemoryArrayLocation {} {Antecedent, Dependent}
CIM_RealizesAggregatePExtent {} {Antecedent, Dependent}
Win32_ShadowBy {} {Antecedent, Dependent}
Win32_AllocatedResource {} {Antecedent, Dependent}
CIM_HostedAccessPoint {} {Antecedent, Dependent}
CIM_HostedBootSAP {} {Antecedent, Dependent}
CIM_ResidesOnExtent {} {Antecedent, Dependent}
CIM_MediaPresent {} {Antecedent, Dependent}
Win32_DiskDriveToDiskPartition {} {Antecedent, Dependent}
CIM_HostedJobDestination {} {Antecedent, Dependent}
Win32_LogicalProgramGroupDirectory {} {Antecedent, Dependent}
Win32_ShadowDiffVolumeSupport {} {Antecedent, Dependent}
CIM_PackageAlarm {} {Antecedent, Dependent}
CIM_Docked {} {Antecedent, Dependent}
CIM_Product {} {Caption, Description,
IdentifyingNumber, Name...}
Win32_Product {Install, Admin, ... {AssignmentType, Caption,
Description, HelpLink...}
Win32_ComputerSystemProduct {} {Caption, Description,
IdentifyingNumber, Name...}
CIM_ActionSequence {} {Next, Prior}
CIM_CollectedCollections {} {Collection,
CollectionInCollection}
Win32_ProductCheck {} {Check, Product}
SoftwareLicensingService {InstallProductKe... {ClientMachineID,
DiscoveredKeyManagementServiceMachineName...
Win32_NTLogEventUser {} {Record, User}
CIM_ProductParentChild {} {Child, Parent}
Win32_ProtocolBinding {} {Antecedent, Dependent,
Device}
CIM_SupportAccess {} {CommunicationInfo,
CommunicationMode, Description, Locale...}
CIM_CollectionSetting {} {Collection, Setting}
Win32_NamedJobObjectLimit {} {Collection, Setting}
Win32_NamedJobObjectSecLimit {} {Collection, Setting}
Win32_OfflineFilesConnectionInfo {} {ConnectState,
OfflineReason}
Win32_NTLogEventComputer {} {Computer, Record}
Win32_TokenGroups {} {GroupCount, Groups}
SoftwareLicensingTokenActivation... {Uninstall} {AdditionalInfo,
AuthorizationStatus, Description, Expirati...
CIM_PhysicalCapacity {} {Caption, Description,
Name}
CIM_MemoryCapacity {} {Caption, Description,
MaximumMemoryCapacity, MemoryType...}
Win32_DefragAnalysis {} {AverageFileSize,
AverageFragmentsPerFile, AverageFreeSpace...
CIM_ProductProductDependency {} {DependentProduct,
RequiredProduct, TypeOfDependency}
Win32_SIDandAttributes {} {Attributes, SID}
Win32_CheckCheck {} {Check, Location}
CIM_CompatibleProduct {} {CompatibilityDescription,
CompatibleProduct, Product}
CIM_ToDirectoryAction {} {DestinationDirectory,
FileName}
CIM_ActsAsSpare {} {Group, HotStandby, Spare}
Win32_SecuritySettingAccess {} {AccessMask,
GuidInheritedObjectType, GuidObjectType, Inher...
Win32_LogicalFileAccess {} {AccessMask,
GuidInheritedObjectType, GuidObjectType, Inher...
Win32_LogicalShareAccess {} {AccessMask,
GuidInheritedObjectType, GuidObjectType, Inher...
Win32_OfflineFilesDirtyInfo {} {LocalDirtyByteCount,
RemoteDirtyByteCount}
CIM_StorageDefect {} {Error, Extent}
Win32_PerfFormattedData_ASPNET40... {} {AnonymousRequests,
AnonymousRequestsPerSec, ApplicationLif...
Win32_PerfRawData_ASPNET4030319_... {} {AnonymousRequests,
AnonymousRequestsPerSec, ApplicationLif...
Win32_PerfFormattedData_ASPNET40... {} {ApplicationRestarts,
ApplicationsRunning, AuditFailureEven...
Win32_PerfRawData_ASPNET4030319_... {} {ApplicationRestarts,
ApplicationsRunning, AuditFailureEven...
Win32_PerfFormattedData_ASPNET_A... {} {ApplicationRestarts,
ApplicationsRunning, AuditFailureEven...
Win32_PerfRawData_ASPNET_ASPNET {} {ApplicationRestarts,
ApplicationsRunning, AuditFailureEven...
Win32_PerfFormattedData_ASPNET_A... {} {AnonymousRequests,
AnonymousRequestsPerSec, ApplicationLif...
Win32_PerfRawData_ASPNET_ASPNETA... {} {AnonymousRequests,
AnonymousRequestsPerSec, ApplicationLif...
Win32_PerfFormattedData_aspnetst... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_aspnetstate_AS... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_Authoriz... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_AuthorizationM... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_BITS_BIT... {}
{BITSDownloadBlockSizeBytes, BITSDownloadResponseIntervalms...
Win32_PerfRawData_BITS_BITSNetUt... {}
{BITSDownloadBlockSizeBytes, BITSDownloadResponseIntervalms...
Win32_PerfFormattedData_Counters... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_Counters_Event... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_Counters... {}
{BufferMemoryUsageNonPagedPool, BufferMemoryUsagePagedPool,...
Win32_PerfRawData_Counters_Event... {}
{BufferMemoryUsageNonPagedPool, BufferMemoryUsagePagedPool,...
Win32_PerfFormattedData_Counters... {}
{AuthIPMainModeNegotiationTime, AuthIPQuickModeNegotiationT...
Win32_PerfRawData_Counters_Gener... {}
{AuthIPMainModeNegotiationTime, AuthIPQuickModeNegotiationT...
Win32_PerfFormattedData_Counters... {} {Caption,
CurrentUrisCached, Description, Frequency_Object...}
Win32_PerfRawData_Counters_HTTPS... {} {Caption,
CurrentUrisCached, Description, Frequency_Object...}
Win32_PerfFormattedData_Counters... {} {ArrivalRate,
CacheHitRate, Caption, CurrentQueueSize...}
Win32_PerfRawData_Counters_HTTPS... {} {ArrivalRate,
CacheHitRate, Caption, CurrentQueueSize...}
Win32_PerfFormattedData_Counters... {} {AllRequests,
BytesReceivedRate, BytesSentRate, BytesTransf...
Win32_PerfRawData_Counters_HTTPS... {} {AllRequests,
BytesReceivedRate, BytesSentRate, BytesTransf...
Win32_PerfFormattedData_Counters... {} {Caption, Description,
DropsNeighborresolutiontimeouts, Err...
Win32_PerfRawData_Counters_IPHTT... {} {Caption, Description,
DropsNeighborresolutiontimeouts, Err...
Win32_PerfFormattedData_Counters... {}
{Bytesreceivedonthissession, Bytessentonthissession, Captio...
Win32_PerfRawData_Counters_IPHTT... {}
{Bytesreceivedonthissession, Bytessentonthissession, Captio...
Win32_PerfFormattedData_Counters... {} {ActiveExtendedModeSAs,
ActiveMainModeSAs, ActiveQuickModeS...
Win32_PerfRawData_Counters_IPsec... {} {ActiveExtendedModeSAs,
ActiveMainModeSAs, ActiveQuickModeS...
Win32_PerfFormattedData_Counters... {} {ActiveExtendedModeSAs,
ActiveMainModeSAs, ActiveQuickModeS...
Win32_PerfRawData_Counters_IPsec... {} {ActiveExtendedModeSAs,
ActiveMainModeSAs, ActiveQuickModeS...
Win32_PerfFormattedData_Counters... {}
{ActiveSecurityAssociations, BytesReceivedinTransportModePe...
Win32_PerfRawData_Counters_IPsec... {}
{ActiveSecurityAssociations, BytesReceivedinTransportModePe...
Win32_PerfFormattedData_Counters... {} {ActiveMainModeSAs,
ActiveQuickModeSAs, Caption, Descriptio...
Win32_PerfRawData_Counters_IPsec... {} {ActiveMainModeSAs,
ActiveQuickModeSAs, Caption, Descriptio...
Win32_PerfFormattedData_Counters... {} {ActiveMainModeSAs,
ActiveQuickModeSAs, Caption, Descriptio...
Win32_PerfRawData_Counters_IPsec... {} {ActiveMainModeSAs,
ActiveQuickModeSAs, Caption, Descriptio...
Win32_PerfFormattedData_Counters... {} {ActiveMainModeSAs,
ActiveQuickModeSAs, Caption, Descriptio...
Win32_PerfRawData_Counters_IPsec... {} {ActiveMainModeSAs,
ActiveQuickModeSAs, Caption, Descriptio...
Win32_PerfFormattedData_Counters... {} {ActiveMainModeSAs,
ActiveQuickModeSAs, Caption, Descriptio...
Win32_PerfRawData_Counters_IPsec... {} {ActiveMainModeSAs,
ActiveQuickModeSAs, Caption, Descriptio...
Win32_PerfFormattedData_Counters... {} {AverageSemaphoreHoldTime,
Caption, Description, Frequency_...
Win32_PerfRawData_Counters_Netlogon {} {AverageSemaphoreHoldTime,
AverageSemaphoreHoldTime_Base, C...
Win32_PerfFormattedData_Counters... {} {Averagepacketsinnetcard,
Averagepacketsinsequencer, Averag...
Win32_PerfRawData_Counters_Pacer... {} {Averagepacketsinnetcard,
Averagepacketsinsequencer, Averag...
Win32_PerfFormattedData_Counters... {} {Averagepacketsinnetcard,
Averagepacketsinsequencer, Averag...
Win32_PerfRawData_Counters_Pacer... {} {Averagepacketsinnetcard,
Averagepacketsinsequencer, Averag...
Win32_PerfFormattedData_Counters... {}
{BuildScatterGatherCyclesPersec, Caption, Description, Freq...
Win32_PerfRawData_Counters_PerPr... {}
{BuildScatterGatherCyclesPersec, Caption, Description, Freq...
Win32_PerfFormattedData_Counters... {}
{BuildScatterGatherListCallsPersec, Caption, Description, D...
Win32_PerfRawData_Counters_PerPr... {}
{BuildScatterGatherListCallsPersec, Caption, Description, D...
Win32_PerfFormattedData_Counters... {}
{ActivityHostManagerhostprocessespoolsize, ActivityHostMana...
Win32_PerfRawData_Counters_Power... {}
{ActivityHostManagerhostprocessespoolsize, ActivityHostMana...
Win32_PerfFormattedData_Counters... {} {C1TransitionsPersec,
C2TransitionsPersec, C3TransitionsPer...
Win32_PerfRawData_Counters_Proce... {} {C1TransitionsPersec,
C2TransitionsPersec, C3TransitionsPer...
Win32_PerfFormattedData_Counters... {} {Caption, Description,
ExecResourceAcquiresAcqExclLitePerse...
Win32_PerfRawData_Counters_Synch... {} {Caption, Description,
ExecResourceAcquiresAcqExclLitePerse...
Win32_PerfFormattedData_Counters... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_Counters_Tered... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_Counters... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_Counters_Tered... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_Counters... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_Counters_Tered... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_Counters... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_Counters_WFP {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_Counters... {} {ActiveInboundConnections,
ActiveOutboundConnections, Allow...
Win32_PerfRawData_Counters_WFPv4 {} {ActiveInboundConnections,
ActiveOutboundConnections, Allow...
Win32_PerfFormattedData_Counters... {} {ActiveInboundConnections,
ActiveOutboundConnections, Allow...
Win32_PerfRawData_Counters_WFPv6 {} {ActiveInboundConnections,
ActiveOutboundConnections, Allow...
Win32_PerfFormattedData_Counters... {} {ActiveOperations,
ActiveShells, ActiveUsers, Caption...}
Win32_PerfRawData_Counters_WSMan... {} {ActiveOperations,
ActiveShells, ActiveUsers, Caption...}
Win32_PerfFormattedData_Distribu... {}
{AckMessagesReceivedPersecond, AckMessagesSentPersecond, Ad...
Win32_PerfRawData_DistributedRou... {}
{AckMessagesReceivedPersecond, AckMessagesSentPersecond, Ad...
Win32_PerfFormattedData_ESENT_Da... {} {Caption,
DatabaseCacheMissesPersec, DatabaseCachePercentHi...
Win32_PerfRawData_ESENT_Database {} {Caption,
DatabaseCacheMissesPersec, DatabaseCachePercentHi...
Win32_PerfFormattedData_ESENT_Da... {} {Caption,
DatabaseCacheMissesPersec, DatabaseCachePercentHi...
Win32_PerfRawData_ESENT_Database... {} {Caption,
DatabaseCacheMissesPersec, DatabaseCachePercentHi...
Win32_PerfFormattedData_ESENT_Da... {} {Caption,
DatabaseCacheMissesPersec, DatabaseCachePercentHi...
Win32_PerfRawData_ESENT_Database... {} {Caption,
DatabaseCacheMissesPersec, DatabaseCachePercentHi...
Win32_PerfFormattedData_FaxServi... {} {Bytesreceived, Bytessent,
Caption, Description...}
Win32_PerfRawData_FaxService_Fax... {} {Bytesreceived, Bytessent,
Caption, Description...}
Win32_PerfFormattedData_LocalSes... {} {ActiveSessions, Caption,
Description, Frequency_Object...}
Win32_PerfRawData_LocalSessionMa... {} {ActiveSessions, Caption,
Description, Frequency_Object...}
Win32_PerfFormattedData_Lsa_Secu... {} {Caption, ContextHandles,
CredentialHandles, Description...}
Win32_PerfRawData_Lsa_SecurityPe... {} {Caption, ContextHandles,
CredentialHandles, Description...}
Win32_PerfFormattedData_Lsa_Secu... {}
{ActiveSchannelSessionCacheEntries, Caption, Description, D...
Win32_PerfRawData_Lsa_SecuritySy... {}
{ActiveSchannelSessionCacheEntries, Caption, Description, D...
Win32_PerfFormattedData_MSDTC_Di... {} {AbortedTransactions,
AbortedTransactionsPersec, ActiveTran...
Win32_PerfRawData_MSDTC_Distribu... {} {AbortedTransactions,
AbortedTransactionsPersec, ActiveTran...
Win32_PerfFormattedData_MSDTCBri... {}
{Averageparticipantcommitresponsetime, Averageparticipantpr...
Win32_PerfRawData_MSDTCBridge300... {}
{Averageparticipantcommitresponsetime, Averageparticipantco...
Win32_PerfFormattedData_MSDTCBri... {}
{Averageparticipantcommitresponsetime, Averageparticipantpr...
Win32_PerfRawData_MSDTCBridge400... {}
{Averageparticipantcommitresponsetime, Averageparticipantco...
Win32_PerfFormattedData_NETCLRDa... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_NETCLRData_NET... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_NETCLRNe... {} {BytesReceived, BytesSent,
Caption, ConnectionsEstablished...}
Win32_PerfRawData_NETCLRNetworki... {} {BytesReceived, BytesSent,
Caption, ConnectionsEstablished...}
Win32_PerfFormattedData_NETCLRNe... {} {BytesReceived, BytesSent,
Caption, ConnectionsEstablished...}
Win32_PerfRawData_NETCLRNetworki... {} {BytesReceived, BytesSent,
Caption, ConnectionsEstablished...}
Win32_PerfFormattedData_NETDataP... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_NETDataProvide... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_NETDataP... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_NETDataProvide... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_NETFrame... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_NETFramework_N... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_NETFrame... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_NETFramework_N... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_NETFrame... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_NETFramework_N... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_NETFrame... {} {AssemblySearchLength,
BytesinLoaderHeap, Caption, Currenta...
Win32_PerfRawData_NETFramework_N... {} {AssemblySearchLength,
BytesinLoaderHeap, Caption, Currenta...
Win32_PerfFormattedData_NETFrame... {} {Caption,
ContentionRatePersec, CurrentQueueLength, Descrip...
Win32_PerfRawData_NETFramework_N... {} {Caption,
ContentionRatePersec, CurrentQueueLength, Descrip...
Win32_PerfFormattedData_NETFrame... {} {AllocatedBytesPersec,
Caption, Description, FinalizationSu...
Win32_PerfRawData_NETFramework_N... {} {AllocatedBytesPersec,
Caption, Description, FinalizationSu...
Win32_PerfFormattedData_NETFrame... {} {Caption, Channels,
ContextBoundClassesLoaded, ContextBound...
Win32_PerfRawData_NETFramework_N... {} {Caption, Channels,
ContextBoundClassesLoaded, ContextBound...
Win32_PerfFormattedData_NETFrame... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_NETFramework_N... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_NETMemor... {} {CacheEntries,
CacheHitRatio, CacheHits, CacheMisses...}
Win32_PerfRawData_NETMemoryCache... {} {CacheEntries,
CacheHitRatio, CacheHitRatio_Base, CacheHits...
Win32_PerfFormattedData_OfflineF... {}
{ApplicationBytesReadFromCache, ApplicationBytesReadFromSer...
Win32_PerfRawData_OfflineFiles_C... {}
{ApplicationBytesReadFromCache, ApplicationBytesReadFromSer...
Win32_PerfFormattedData_OfflineF... {} {BytesReceived,
BytesReceivedPersec, BytesTransmitted, Byte...
Win32_PerfRawData_OfflineFiles_O... {} {BytesReceived,
BytesReceivedPersec, BytesReceivedPersec_Ba...
Win32_PerfFormattedData_PeerDist... {} {BITSBytesfromcache,
BITSBytesfromserver, Caption, Descript...
Win32_PerfRawData_PeerDistSvc_Br... {} {BITSBytesfromcache,
BITSBytesfromserver, Caption, Descript...
Win32_PerfFormattedData_PeerName... {} {Ackreceivedpersecond,
Acksentpersecond, Advertisereceivedp...
Win32_PerfRawData_PeerNameResolu... {} {Ackreceivedpersecond,
Acksentpersecond, Advertisereceivedp...
Win32_PerfFormattedData_PerfDisk... {} {AvgDiskBytesPerRead,
AvgDiskBytesPerTransfer, AvgDiskBytes...
Win32_PerfRawData_PerfDisk_Logic... {} {AvgDiskBytesPerRead,
AvgDiskBytesPerRead_Base, AvgDiskByte...
Win32_PerfFormattedData_PerfDisk... {} {AvgDiskBytesPerRead,
AvgDiskBytesPerTransfer, AvgDiskBytes...
Win32_PerfRawData_PerfDisk_Physi... {} {AvgDiskBytesPerRead,
AvgDiskBytesPerRead_Base, AvgDiskByte...
Win32_PerfFormattedData_PerfNet_... {}
{AnnouncementsDomainPersec, AnnouncementsServerPersec, Anno...
Win32_PerfRawData_PerfNet_Browser {}
{AnnouncementsDomainPersec, AnnouncementsServerPersec, Anno...
Win32_PerfFormattedData_PerfNet_... {} {BytesReceivedPersec,
BytesTotalPersec, BytesTransmittedPer...
Win32_PerfRawData_PerfNet_Redire... {} {BytesReceivedPersec,
BytesTotalPersec, BytesTransmittedPer...
Win32_PerfFormattedData_PerfNet_... {} {BlockingRequestsRejected,
BytesReceivedPersec, BytesTotalP...
Win32_PerfRawData_PerfNet_Server {} {BlockingRequestsRejected,
BytesReceivedPersec, BytesTotalP...
Win32_PerfFormattedData_PerfNet_... {} {ActiveThreads,
AvailableThreads, AvailableWorkItems, Borro...
Win32_PerfRawData_PerfNet_Server... {} {ActiveThreads,
AvailableThreads, AvailableWorkItems, Borro...
Win32_PerfFormattedData_PerfOS_C... {} {AsyncCopyReadsPersec,
AsyncDataMapsPersec, AsyncFastReadsP...
Win32_PerfRawData_PerfOS_Cache {} {AsyncCopyReadsPersec,
AsyncDataMapsPersec, AsyncFastReadsP...
Win32_PerfFormattedData_PerfOS_M... {} {AvailableBytes,
AvailableKBytes, AvailableMBytes, CacheByt...
Win32_PerfRawData_PerfOS_Memory {} {AvailableBytes,
AvailableKBytes, AvailableMBytes, CacheByt...
Win32_PerfFormattedData_PerfOS_O... {} {Caption, Description,
Events, Frequency_Object...}
Win32_PerfRawData_PerfOS_Objects {} {Caption, Description,
Events, Frequency_Object...}
Win32_PerfFormattedData_PerfOS_P... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_PerfOS_PagingFile {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_PerfOS_P... {} {C1TransitionsPersec,
C2TransitionsPersec, C3TransitionsPer...
Win32_PerfRawData_PerfOS_Processor {} {C1TransitionsPersec,
C2TransitionsPersec, C3TransitionsPer...
Win32_PerfFormattedData_PerfOS_S... {} {AlignmentFixupsPersec,
Caption, ContextSwitchesPersec, Des...
Win32_PerfRawData_PerfOS_System {} {AlignmentFixupsPersec,
Caption, ContextSwitchesPersec, Des...
Win32_PerfFormattedData_PerfProc... {} {Caption, Description,
ExecReadOnly, ExecReadPerWrite...}
Win32_PerfRawData_PerfProc_FullI... {} {Caption, Description,
ExecReadOnly, ExecReadPerWrite...}
Win32_PerfFormattedData_PerfProc... {} {Caption, Description,
ExecReadOnly, ExecReadPerWrite...}
Win32_PerfRawData_PerfProc_Image... {} {Caption, Description,
ExecReadOnly, ExecReadPerWrite...}
Win32_PerfFormattedData_PerfProc... {} {Caption,
CurrentPercentKernelModeTime, CurrentPercentProce...
Win32_PerfRawData_PerfProc_JobOb... {} {Caption,
CurrentPercentKernelModeTime, CurrentPercentProce...
Win32_PerfFormattedData_PerfProc... {} {Caption,
CreatingProcessID, Description, ElapsedTime...}
Win32_PerfRawData_PerfProc_JobOb... {} {Caption,
CreatingProcessID, Description, ElapsedTime...}
Win32_PerfFormattedData_PerfProc... {} {Caption,
CreatingProcessID, Description, ElapsedTime...}
Win32_PerfRawData_PerfProc_Process {} {Caption,
CreatingProcessID, Description, ElapsedTime...}
Win32_PerfFormattedData_PerfProc... {} {BytesFree,
BytesImageFree, BytesImageReserved, BytesReserv...
Win32_PerfRawData_PerfProc_Proce... {} {BytesFree,
BytesImageFree, BytesImageReserved, BytesReserv...
Win32_PerfFormattedData_PerfProc... {} {Caption,
ContextSwitchesPersec, Description, ElapsedTime...}
Win32_PerfRawData_PerfProc_Thread {} {Caption,
ContextSwitchesPersec, Description, ElapsedTime...}
Win32_PerfFormattedData_PerfProc... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_PerfProc_Threa... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_PowerMet... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_PowerMeterCoun... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_rdyboost... {} {Bytescached,
CachereadbytesPersec, CachereadsPersec, Cache...
Win32_PerfRawData_rdyboost_Ready... {} {Bytescached,
CachereadbytesPersec, CachereadsPersec, Cache...
Win32_PerfFormattedData_RemoteAc... {} {AlignmentErrors,
BufferOverrunErrors, BytesReceived, Bytes...
Win32_PerfRawData_RemoteAccess_R... {} {AlignmentErrors,
BufferOverrunErrors, BytesReceived, Bytes...
Win32_PerfFormattedData_RemoteAc... {} {AlignmentErrors,
BufferOverrunErrors, BytesReceived, Bytes...
Win32_PerfRawData_RemoteAccess_R... {} {AlignmentErrors,
BufferOverrunErrors, BytesReceived, Bytes...
Win32_PerfFormattedData_ServiceM... {} {Calls, CallsDuration,
CallsFailed, CallsFailedPerSecond...}
Win32_PerfRawData_ServiceModel40... {} {Calls, CallsDuration,
CallsDuration_Base, CallsFailed...}
Win32_PerfFormattedData_ServiceM... {} {CallFailedPerSecond,
Calls, CallsDuration, CallsFailed...}
Win32_PerfRawData_ServiceModel40... {} {CallFailedPerSecond,
Calls, CallsDuration, CallsDuration_B...
Win32_PerfFormattedData_ServiceM... {} {Calls, CallsDuration,
CallsFailed, CallsFailedPerSecond...}
Win32_PerfRawData_ServiceModel40... {} {Calls, CallsDuration,
CallsDuration_Base, CallsFailed...}
Win32_PerfFormattedData_ServiceM... {} {Calls, CallsDuration,
CallsFailed, CallsFailedPerSecond...}
Win32_PerfRawData_ServiceModelEn... {} {Calls, CallsDuration,
CallsDuration_Base, CallsFailed...}
Win32_PerfFormattedData_ServiceM... {} {CallFailedPerSecond,
Calls, CallsDuration, CallsFailed...}
Win32_PerfRawData_ServiceModelOp... {} {CallFailedPerSecond,
Calls, CallsDuration, CallsDuration_B...
Win32_PerfFormattedData_ServiceM... {} {Calls, CallsDuration,
CallsFailed, CallsFailedPerSecond...}
Win32_PerfRawData_ServiceModelSe... {} {Calls, CallsDuration,
CallsDuration_Base, CallsFailed...}
Win32_PerfFormattedData_SMSvcHos... {} {Caption,
ConnectionsAcceptedovernetpipe, ConnectionsAccept...
Win32_PerfRawData_SMSvcHost3000_... {} {Caption,
ConnectionsAcceptedovernetpipe, ConnectionsAccept...
Win32_PerfFormattedData_SMSvcHos... {} {Caption,
ConnectionsAcceptedovernetpipe, ConnectionsAccept...
Win32_PerfRawData_SMSvcHost4000_... {} {Caption,
ConnectionsAcceptedovernetpipe, ConnectionsAccept...
Win32_PerfFormattedData_Spooler_... {} {AddNetworkPrinterCalls,
BytesPrintedPersec, Caption, Descr...
Win32_PerfRawData_Spooler_PrintQ... {} {AddNetworkPrinterCalls,
BytesPrintedPersec, Caption, Descr...
Win32_PerfFormattedData_TapiSrv_... {} {ActiveLines,
ActiveTelephones, Caption, ClientApps...}
Win32_PerfRawData_TapiSrv_Telephony {} {ActiveLines,
ActiveTelephones, Caption, ClientApps...}
Win32_PerfFormattedData_TBS_TBSc... {} {Caption, CurrentContexts,
CurrentResources, Description...}
Win32_PerfRawData_TBS_TBScounters {} {Caption, CurrentContexts,
CurrentResources, Description...}
Win32_PerfFormattedData_Tcpip_ICMP {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_Tcpip_ICMP {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_Tcpip_IC... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_Tcpip_ICMPv6 {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_Tcpip_IPv4 {} {Caption,
DatagramsForwardedPersec, DatagramsOutboundDiscar...
Win32_PerfRawData_Tcpip_IPv4 {} {Caption,
DatagramsForwardedPersec, DatagramsOutboundDiscar...
Win32_PerfFormattedData_Tcpip_IPv6 {} {Caption,
DatagramsForwardedPersec, DatagramsOutboundDiscar...
Win32_PerfRawData_Tcpip_IPv6 {} {Caption,
DatagramsForwardedPersec, DatagramsOutboundDiscar...
Win32_PerfFormattedData_Tcpip_NB... {} {BytesReceivedPersec,
BytesSentPersec, BytesTotalPersec, Ca...
Win32_PerfRawData_Tcpip_NBTConne... {} {BytesReceivedPersec,
BytesSentPersec, BytesTotalPersec, Ca...
Win32_PerfFormattedData_Tcpip_Ne... {} {BytesReceivedPersec,
BytesSentPersec, BytesTotalPersec, Ca...
Win32_PerfRawData_Tcpip_NetworkI... {} {BytesReceivedPersec,
BytesSentPersec, BytesTotalPersec, Ca...
Win32_PerfFormattedData_Tcpip_TCPv4 {} {Caption,
ConnectionFailures, ConnectionsActive, Connection...
Win32_PerfRawData_Tcpip_TCPv4 {} {Caption,
ConnectionFailures, ConnectionsActive, Connection...
Win32_PerfFormattedData_Tcpip_TCPv6 {} {Caption,
ConnectionFailures, ConnectionsActive, Connection...
Win32_PerfRawData_Tcpip_TCPv6 {} {Caption,
ConnectionFailures, ConnectionsActive, Connection...
Win32_PerfFormattedData_Tcpip_UDPv4 {} {Caption,
DatagramsNoPortPersec, DatagramsPersec, Datagrams...
Win32_PerfRawData_Tcpip_UDPv4 {} {Caption,
DatagramsNoPortPersec, DatagramsPersec, Datagrams...
Win32_PerfFormattedData_Tcpip_UDPv6 {} {Caption,
DatagramsNoPortPersec, DatagramsPersec, Datagrams...
Win32_PerfRawData_Tcpip_UDPv6 {} {Caption,
DatagramsNoPortPersec, DatagramsPersec, Datagrams...
Win32_PerfFormattedData_TermServ... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_TermService_Te... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_UGathere... {} {AccessedFileRate,
AccessedFiles, AdaptiveCrawlErrors, Capt...
Win32_PerfRawData_UGatherer_Sear... {} {AccessedFileRate,
AccessedFiles, AdaptiveCrawlErrors, Capt...
Win32_PerfFormattedData_UGTHRSVC... {} {ActiveQueueLength,
AdminClients, AllNotificationsReceived,...
Win32_PerfRawData_UGTHRSVC_Searc... {} {ActiveQueueLength,
AdminClients, AllNotificationsReceived,...
Win32_PerfFormattedData_usbhub_USB {} {AvgBytesPerTransfer,
AvgmslatencyforISOtransfers, BulkByte...
Win32_PerfRawData_usbhub_USB {} {AvgBytesPerTransfer,
AvgBytesPerTransfer_Base, Avgmslatenc...
Win32_PerfFormattedData_WindowsM... {} {AFTSExecutionTimems,
ArtExtractionTimems, Caption, CommitT...
Win32_PerfRawData_WindowsMediaPl... {} {AFTSExecutionTimems,
ArtExtractionTimems, Caption, CommitT...
Win32_PerfFormattedData_WindowsW... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_WindowsWorkflo... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_WindowsW... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData_WindowsWorkflo... {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData_WSearchI... {} {ActiveConnections,
Caption, CleanWidSets, Description...}
Win32_PerfRawData_WSearchIdxPi_S... {} {ActiveConnections,
Caption, CleanWidSets, Description...}

PS C:\Windows\system32> Get-WmiObject -list *bios*

NameSpace: ROOT\cimv2

Name Methods Properties


---- ------- ----------
Win32_SMBIOSMemory {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
CIM_BIOSElement {} {BuildNumber, Caption,
CodeSet, Description...}
Win32_BIOS {} {BiosCharacteristics,
BIOSVersion, BuildNumber, Caption...}
CIM_VideoBIOSElement {} {BuildNumber, Caption,
CodeSet, Description...}
CIM_VideoBIOSFeature {} {Caption,
CharacteristicDescriptions, Characteristics, Desc...
CIM_BIOSFeature {} {Caption,
CharacteristicDescriptions, Characteristics, Desc...
Win32_SystemBIOS {} {GroupComponent,
PartComponent}
CIM_VideoBIOSFeatureVideoBIOSEle... {} {GroupComponent,
PartComponent}
CIM_BIOSFeatureBIOSElements {} {GroupComponent,
PartComponent}
CIM_BIOSLoadedInNV {} {Antecedent, Dependent,
EndingAddress, StartingAddress}

PS C:\Windows\system32> Get-WmiObject -class win32_bios

SMBIOSBIOSVersion : GJET90WW (2.40 )


Manufacturer : LENOVO
Name : Phoenix BIOS SC-T v2.1
SerialNumber : PF00KDNX
Version : LENOVO - 2400

PS C:\Windows\system32> Get-WmiObject -class win32_bios |gm

TypeName: System.Management.ManagementObject#root\cimv2\Win32_BIOS

Name MemberType Definition


---- ---------- ----------
PSComputerName AliasProperty PSComputerName = __SERVER
BiosCharacteristics Property uint16[] BiosCharacteristics {get;set;}
BIOSVersion Property string[] BIOSVersion {get;set;}
BuildNumber Property string BuildNumber {get;set;}
Caption Property string Caption {get;set;}
CodeSet Property string CodeSet {get;set;}
CurrentLanguage Property string CurrentLanguage {get;set;}
Description Property string Description {get;set;}
IdentificationCode Property string IdentificationCode {get;set;}
InstallableLanguages Property uint16 InstallableLanguages {get;set;}
InstallDate Property string InstallDate {get;set;}
LanguageEdition Property string LanguageEdition {get;set;}
ListOfLanguages Property string[] ListOfLanguages {get;set;}
Manufacturer Property string Manufacturer {get;set;}
Name Property string Name {get;set;}
OtherTargetOS Property string OtherTargetOS {get;set;}
PrimaryBIOS Property bool PrimaryBIOS {get;set;}
ReleaseDate Property string ReleaseDate {get;set;}
SerialNumber Property string SerialNumber {get;set;}
SMBIOSBIOSVersion Property string SMBIOSBIOSVersion {get;set;}
SMBIOSMajorVersion Property uint16 SMBIOSMajorVersion {get;set;}
SMBIOSMinorVersion Property uint16 SMBIOSMinorVersion {get;set;}
SMBIOSPresent Property bool SMBIOSPresent {get;set;}
SoftwareElementID Property string SoftwareElementID {get;set;}
SoftwareElementState Property uint16 SoftwareElementState {get;set;}
Status Property string Status {get;set;}
TargetOperatingSystem Property uint16 TargetOperatingSystem {get;set;}
Version Property string Version {get;set;}
__CLASS Property string __CLASS {get;set;}
__DERIVATION Property string[] __DERIVATION {get;set;}
__DYNASTY Property string __DYNASTY {get;set;}
__GENUS Property int __GENUS {get;set;}
__NAMESPACE Property string __NAMESPACE {get;set;}
__PATH Property string __PATH {get;set;}
__PROPERTY_COUNT Property int __PROPERTY_COUNT {get;set;}
__RELPATH Property string __RELPATH {get;set;}
__SERVER Property string __SERVER {get;set;}
__SUPERCLASS Property string __SUPERCLASS {get;set;}
PSStatus PropertySet PSStatus {Status, Name, Caption, SMBIOSPresent}
ConvertFromDateTime ScriptMethod System.Object ConvertFromDateTime();
ConvertToDateTime ScriptMethod System.Object ConvertToDateTime();

PS C:\Windows\system32> Get-WmiObject -class win32_bios | select *

PSComputerName : CSCINDAH504608
Status : OK
Name : Phoenix BIOS SC-T v2.1
Caption : Phoenix BIOS SC-T v2.1
SMBIOSPresent : True
__GENUS : 2
__CLASS : Win32_BIOS
__SUPERCLASS : CIM_BIOSElement
__DYNASTY : CIM_ManagedSystemElement
__RELPATH : Win32_BIOS.Name="Phoenix BIOS SC-T
v2.1",SoftwareElementID="Phoenix BIOS SC-T
v2.1",SoftwareElementState=3,TargetOperatingSystem=0,Version="LENOVO - 2400"
__PROPERTY_COUNT : 27
__DERIVATION : {CIM_BIOSElement, CIM_SoftwareElement, CIM_LogicalElement,
CIM_ManagedSystemElement}
__SERVER : CSCINDAH504608
__NAMESPACE : root\cimv2
__PATH : \\CSCINDAH504608\root\cimv2:Win32_BIOS.Name="Phoenix BIOS
SC-T
v2.1",SoftwareElementID="Phoenix BIOS SC-T

v2.1",SoftwareElementState=3,TargetOperatingSystem=0,Version="LENOVO - 2400"
BiosCharacteristics : {7, 9, 11, 12...}
BIOSVersion : {LENOVO - 2400, Phoenix BIOS SC-T v2.1}
BuildNumber :
CodeSet :
CurrentLanguage : en-US
Description : Phoenix BIOS SC-T v2.1
IdentificationCode :
InstallableLanguages : 1
InstallDate :
LanguageEdition :
ListOfLanguages : {en-US}
Manufacturer : LENOVO
OtherTargetOS :
PrimaryBIOS : True
ReleaseDate : 20160815000000.000000+000
SerialNumber : PF00KDNX
SMBIOSBIOSVersion : GJET90WW (2.40 )
SMBIOSMajorVersion : 2
SMBIOSMinorVersion : 7
SoftwareElementID : Phoenix BIOS SC-T v2.1
SoftwareElementState : 3
TargetOperatingSystem : 0
Version : LENOVO - 2400
Scope : System.Management.ManagementScope
Path : \\CSCINDAH504608\root\cimv2:Win32_BIOS.Name="Phoenix BIOS
SC-T
v2.1",SoftwareElementID="Phoenix BIOS SC-T

v2.1",SoftwareElementState=3,TargetOperatingSystem=0,Version="LENOVO - 2400"
Options : System.Management.ObjectGetOptions
ClassPath : \\CSCINDAH504608\root\cimv2:Win32_BIOS
Properties : {BiosCharacteristics, BIOSVersion, BuildNumber, Caption...}
SystemProperties : {__GENUS, __CLASS, __SUPERCLASS, __DYNASTY...}
Qualifiers : {dynamic, Locale, provider, UUID}
Site :
Container :

PS C:\Windows\system32> Get-WmiObject | gm

cmdlet Get-WmiObject at command pipeline position 1


Supply values for the following parameters:
Class: PS C:\Windows\system32> Get-WmiObject

cmdlet Get-WmiObject at command pipeline position 1


Supply values for the following parameters:
Class: PS C:\Windows\system32> Get-WmiObject | gm
cmdlet Get-WmiObject at command pipeline position 1
Supply values for the following parameters:
Class:
Get-WmiObject : Cannot bind argument to parameter 'Class' because it is an empty
string.
At line:1 char:1
+ Get-WmiObject | gm
+ ~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Get-WmiObject],
ParameterBindingValidationException
+ FullyQualifiedErrorId :
ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands
.GetW
miObjectCommand

PS C:\Windows\system32> cls
PS C:\Windows\system32> Get-WmiObject -list

NameSpace: ROOT\CIMV2

Name Methods Properties


---- ------- ----------
__SystemClass {} {}
__thisNAMESPACE {} {SECURITY_DESCRIPTOR}
__NAMESPACE {} {Name}
__Provider {} {Name}
__Win32Provider {} {ClientLoadableCLSID,
CLSID, Concurrency, DefaultMachineNam...
__ProviderRegistration {} {provider}
__EventProviderRegistration {} {EventQueryList, provider}
__ObjectProviderRegistration {} {InteractionType,
provider, QuerySupportLevels, SupportsBat...
__ClassProviderRegistration {} {CacheRefreshInterval,
InteractionType, PerUserSchema, prov...
__InstanceProviderRegistration {} {InteractionType,
provider, QuerySupportLevels, SupportsBat...
__MethodProviderRegistration {} {provider}
__PropertyProviderRegistration {} {provider, SupportsGet,
SupportsPut}
__EventConsumerProviderRegistration {} {ConsumerClassNames,
provider}
__IndicationRelated {} {}
__EventFilter {} {CreatorSID, EventAccess,
EventNamespace, Name...}
__EventConsumer {} {CreatorSID, MachineName,
MaximumQueueSize}
__FilterToConsumerBinding {} {Consumer, CreatorSID,
DeliverSynchronously, DeliveryQoS...}
__AggregateEvent {} {NumberOfEvents,
Representative}
__TimerNextFiring {} {NextEvent64BitTime,
TimerId}
__Event {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
__ExtrinsicEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
Win32_DeviceChangeEvent {} {EventType,
SECURITY_DESCRIPTOR, TIME_CREATED}
Win32_SystemConfigurationChangeE... {} {EventType,
SECURITY_DESCRIPTOR, TIME_CREATED}
Win32_VolumeChangeEvent {} {DriveName, EventType,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_WMI_GenericNonCOMEvent {} {ProcessId, PropertyNames,
PropertyValues, ProviderName...}
MSFT_NCProvEvent {} {Namespace, ProviderName,
Result, SECURITY_DESCRIPTOR...}
MSFT_NCProvCancelQuery {} {ID, Namespace,
ProviderName, Result...}
MSFT_NCProvClientConnected {} {Inproc, Namespace,
ProviderName, Result...}
MSFT_NCProvNewQuery {} {ID, Namespace,
ProviderName, Query...}
MSFT_NCProvAccessCheck {} {Namespace, ProviderName,
Query, QueryLanguage...}
Win32_SystemTrace {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
Win32_ProcessTrace {} {ParentProcessID,
ProcessID, ProcessName, SECURITY_DESCRIPT...
Win32_ProcessStartTrace {} {ParentProcessID,
ProcessID, ProcessName, SECURITY_DESCRIPT...
Win32_ProcessStopTrace {} {ExitStatus,
ParentProcessID, ProcessID, ProcessName...}
Win32_ThreadTrace {} {ProcessID,
SECURITY_DESCRIPTOR, ThreadID, TIME_CREATED}
Win32_ThreadStartTrace {} {ProcessID,
SECURITY_DESCRIPTOR, StackBase, StackLimit...}
Win32_ThreadStopTrace {} {ProcessID,
SECURITY_DESCRIPTOR, ThreadID, TIME_CREATED}
Win32_ModuleTrace {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
Win32_ModuleLoadTrace {} {DefaultBase, FileName,
ImageBase, ImageChecksum...}
Win32_PowerManagementEvent {} {EventType, OEMEventCode,
SECURITY_DESCRIPTOR, TIME_CREATED}
Win32_ComputerSystemEvent {} {MachineName,
SECURITY_DESCRIPTOR, TIME_CREATED}
Win32_ComputerShutdownEvent {} {MachineName,
SECURITY_DESCRIPTOR, TIME_CREATED, Type}
MSFT_SCMEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_SCMEventLogEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NetSevereServiceFailed {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetTransactInvalid {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NetServiceNotInteractive {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetTakeOwnership {} {RegistryKey,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_NetServiceConfigBackoutFailed {} {ConfigField,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetServiceShutdownFailed {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetServiceStartHung {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetServiceStopControlSuccess {} {Comment, Control, Reason,
ReasonText...}
MSFT_NetServiceSlowStartup {} {SECURITY_DESCRIPTOR,
Service, StartupTime, TIME_CREATED}
MSFT_NetCallToFunctionFailed {} {Error, FunctionName,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_NetBadAccount {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NetBadServiceState {} {SECURITY_DESCRIPTOR,
Service, State, TIME_CREATED}
MSFT_NetConnectionTimeout {} {Milliseconds,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetCircularDependencyAuto {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NetServiceStartTypeChanged {} {NewStartType,
OldStartType, SECURITY_DESCRIPTOR, Service...}
MSFT_NetServiceLogonTypeNotGranted {} {Account, Error,
SECURITY_DESCRIPTOR, Service...}
MSFT_NetServiceStartFailedGroup {} {Group,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetDependOnLaterService {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetFirstLogonFailedII {} {Account, Error,
SECURITY_DESCRIPTOR, Service...}
MSFT_NetServiceDifferentPIDConne... {} {ActualPID, ExpectedPID,
SECURITY_DESCRIPTOR, Service...}
MSFT_NetServiceCrashNoAction {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED, TimesFailed}
MSFT_NetCircularDependencyDemand {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_NetServiceExitFailed {} {Error,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetServiceStartFailedII {} {DependedOnService, Error,
SECURITY_DESCRIPTOR, Service...}
MSFT_NetServiceExitFailedSpecific {} {Error,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetBootSystemDriversFailed {} {DriverList,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_NetServiceCrash {} {Action, ActionDelay,
ActionType, SECURITY_DESCRIPTOR...}
MSFT_NetServiceRecoveryFailed {} {Action, ActionType,
Error, SECURITY_DESCRIPTOR...}
MSFT_NetServiceStatusSuccess {} {Control,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetTransactTimeout {} {Milliseconds,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetFirstLogonFailed {} {Error,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_NetServiceControlSuccess {} {Control,
SECURITY_DESCRIPTOR, Service, sid...}
MSFT_NetServiceStartFailed {} {Error,
SECURITY_DESCRIPTOR, Service, TIME_CREATED}
MSFT_NetServiceStartFailedNone {} {NonExistingService,
SECURITY_DESCRIPTOR, Service, TIME_CRE...
MSFT_NetReadfileTimeout {} {Milliseconds,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_NetRevertedToLastKnownGood {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_NetCallToFunctionFailedII {} {Argument, Error,
FunctionName, SECURITY_DESCRIPTOR...}
MSFT_NetDependOnLaterGroup {} {SECURITY_DESCRIPTOR,
Service, TIME_CREATED}
MSFT_WmiSelfEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_WmiEssEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
MSFT_WmiThreadPoolEvent {} {SECURITY_DESCRIPTOR,
ThreadId, TIME_CREATED}
MSFT_WmiThreadPoolThreadCreated {} {SECURITY_DESCRIPTOR,
ThreadId, TIME_CREATED}
MSFT_WmiThreadPoolThreadDeleted {} {SECURITY_DESCRIPTOR,
ThreadId, TIME_CREATED}
MSFT_WmiRegisterNotificationSink {} {Namespace, Query,
QueryLanguage, SECURITY_DESCRIPTOR...}
MSFT_WmiFilterEvent {} {Name, Namespace, Query,
QueryLanguage...}
MSFT_WmiFilterDeactivated {} {Name, Namespace, Query,
QueryLanguage...}
MSFT_WmiFilterActivated {} {Name, Namespace, Query,
QueryLanguage...}
MSFT_WmiCancelNotificationSink {} {Namespace, Query,
QueryLanguage, SECURITY_DESCRIPTOR...}
MSFT_WmiProviderEvent {} {Namespace, ProviderName,
SECURITY_DESCRIPTOR, TIME_CREATED}
MSFT_WmiConsumerProviderEvent {} {Machine, Namespace,
ProviderName, SECURITY_DESCRIPTOR...}
MSFT_WmiConsumerProviderSinkLoaded {} {Consumer, Machine,
Namespace, ProviderName...}
MSFT_WmiConsumerProviderSinkUnlo... {} {Consumer, Machine,
Namespace, ProviderName...}
MSFT_WmiConsumerProviderUnloaded {} {Machine, Namespace,
ProviderName, SECURITY_DESCRIPTOR...}
MSFT_WmiConsumerProviderLoaded {} {Machine, Namespace,
ProviderName, SECURITY_DESCRIPTOR...}
Msft_WmiProvider_OperationEvent {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_ComServerLoadOp... {} {Clsid, HostingGroup,
HostingSpecification, InProcServer...}
Msft_WmiProvider_OperationEvent_... {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_PutInstanceAsyn... {} {Flags, HostingGroup,
HostingSpecification, InstanceObject...}
Msft_WmiProvider_CreateInstanceE... {} {ClassName, Flags,
HostingGroup, HostingSpecification...}
Msft_WmiProvider_DeleteInstanceA... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_CancelQuery_Post {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_NewQuery_Post {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_ProvideEvents_Post {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_ExecQueryAsyncE... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_AccessCheck_Post {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_CreateClassEnum... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_DeleteClassAsyn... {} {ClassName, Flags,
HostingGroup, HostingSpecification...}
Msft_WmiProvider_ExecMethodAsync... {} {Flags, HostingGroup,
HostingSpecification, InputParameters...
Msft_WmiProvider_GetObjectAsyncE... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_PutClassAsyncEv... {} {ClassObject, Flags,
HostingGroup, HostingSpecification...}
Msft_WmiProvider_InitializationO... {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_InitializationO... {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_LoadOperationFa... {} {Clsid, HostingGroup,
HostingSpecification, InProcServer...}
Msft_WmiProvider_ComServerLoadOp... {} {Clsid, HostingGroup,
HostingSpecification, InProcServer...}
Msft_WmiProvider_UnLoadOperation... {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_LoadOperationEvent {} {Clsid, HostingGroup,
HostingSpecification, InProcServer...}
Msft_WmiProvider_OperationEvent_Pre {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_DeleteInstanceA... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_AccessCheck_Pre {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_ExecQueryAsyncE... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_DeleteClassAsyn... {} {ClassName, Flags,
HostingGroup, HostingSpecification...}
Msft_WmiProvider_NewQuery_Pre {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_PutInstanceAsyn... {} {Flags, HostingGroup,
HostingSpecification, InstanceObject...}
Msft_WmiProvider_CreateClassEnum... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_ExecMethodAsync... {} {Flags, HostingGroup,
HostingSpecification, InputParameters...
Msft_WmiProvider_ProvideEvents_Pre {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_CancelQuery_Pre {} {HostingGroup,
HostingSpecification, Locale, Namespace...}
Msft_WmiProvider_PutClassAsyncEv... {} {ClassObject, Flags,
HostingGroup, HostingSpecification...}
Msft_WmiProvider_GetObjectAsyncE... {} {Flags, HostingGroup,
HostingSpecification, Locale...}
Msft_WmiProvider_CreateInstanceE... {} {ClassName, Flags,
HostingGroup, HostingSpecification...}
Win32_IP4RouteTableEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
RegistryEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
RegistryKeyChangeEvent {} {Hive, KeyPath,
SECURITY_DESCRIPTOR, TIME_CREATED}
RegistryTreeChangeEvent {} {Hive, RootPath,
SECURITY_DESCRIPTOR, TIME_CREATED}
RegistryValueChangeEvent {} {Hive, KeyPath,
SECURITY_DESCRIPTOR, TIME_CREATED...}
__SystemEvent {} {SECURITY_DESCRIPTOR,
TIME_CREATED}
__EventDroppedEvent {} {Event, IntendedConsumer,
SECURITY_DESCRIPTOR, TIME_CREATED}
__EventQueueOverflowEvent {} {CurrentQueueSize, Event,
IntendedConsumer, SECURITY_DESCRI...
__QOSFailureEvent {} {ErrorCode,
ErrorDescription, Event, IntendedConsumer...}
__ConsumerFailureEvent {} {ErrorCode,
ErrorDescription, ErrorObject, Event...}
__InstanceOperationEvent {} {SECURITY_DESCRIPTOR,
TargetInstance, TIME_CREATED}
__InstanceModificationEvent {} {PreviousInstance,
SECURITY_DESCRIPTOR, TargetInstance, TIM...
__InstanceCreationEvent {} {SECURITY_DESCRIPTOR,
TargetInstance, TIME_CREATED}
__MethodInvocationEvent {} {Method, Parameters,
PreCall, SECURITY_DESCRIPTOR...}
__InstanceDeletionEvent {} {SECURITY_DESCRIPTOR,
TargetInstance, TIME_CREATED}
__ClassOperationEvent {} {SECURITY_DESCRIPTOR,
TargetClass, TIME_CREATED}
__ClassDeletionEvent {} {SECURITY_DESCRIPTOR,
TargetClass, TIME_CREATED}
__ClassModificationEvent {} {PreviousClass,
SECURITY_DESCRIPTOR, TargetClass, TIME_CREA...
__ClassCreationEvent {} {SECURITY_DESCRIPTOR,
TargetClass, TIME_CREATED}
__NamespaceOperationEvent {} {SECURITY_DESCRIPTOR,
TargetNamespace, TIME_CREATED}
__NamespaceModificationEvent {} {PreviousNamespace,
SECURITY_DESCRIPTOR, TargetNamespace, T...
__NamespaceDeletionEvent {} {SECURITY_DESCRIPTOR,
TargetNamespace, TIME_CREATED}
__NamespaceCreationEvent {} {SECURITY_DESCRIPTOR,
TargetNamespace, TIME_CREATED}
__TimerEvent {} {NumFirings,
SECURITY_DESCRIPTOR, TIME_CREATED, TimerId}
__EventGenerator {} {}
__TimerInstruction {} {SkipIfPassed, TimerId}
__AbsoluteTimerInstruction {} {EventDateTime,
SkipIfPassed, TimerId}
__IntervalTimerInstruction {} {IntervalBetweenEvents,
SkipIfPassed, TimerId}
__SystemSecurity {GetSD, GetSecuri... {}
CIM_Product {} {Caption, Description,
IdentifyingNumber, Name...}
Win32_ComputerSystemProduct {} {Caption, Description,
IdentifyingNumber, Name...}
Win32_Product {Install, Admin, ... {AssignmentType, Caption,
Description, HelpLink...}
Win32_CurrentTime {} {Day, DayOfWeek, Hour,
Milliseconds...}
Win32_LocalTime {} {Day, DayOfWeek, Hour,
Milliseconds...}
Win32_UTCTime {} {Day, DayOfWeek, Hour,
Milliseconds...}
Win32_NTLogEvent {} {Category, CategoryString,
ComputerName, Data...}
CIM_ManagedSystemElement {} {Caption, Description,
InstallDate, Name...}
CIM_LogicalElement {} {Caption, Description,
InstallDate, Name...}
CIM_LogicalDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_Processor {SetPowerState, R... {AddressWidth,
Availability, Caption, ConfigManagerErrorCod...
Win32_Processor {SetPowerState, R... {AddressWidth,
Architecture, Availability, Caption...}
CIM_MediaAccessDevice {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_CDROMDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_CDROMDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_DiskDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_DiskDrive {SetPowerState, R... {Availability,
BytesPerSector, Capabilities, CapabilityDesc...
CIM_DisketteDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_FloppyDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_TapeDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_TapeDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_MagnetoOpticalDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
CIM_WORMDrive {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_PnPEntity {SetPowerState, R... {Availability, Caption,
ClassGuid, CompatibleID...}
CIM_Sensor {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_BinarySensor {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_MultiStateSensor {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_DiscreteSensor {SetPowerState, R... {AcceptableValues,
Availability, Caption, ConfigManagerErro...
CIM_NumericSensor {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
CIM_TemperatureSensor {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
Win32_TemperatureProbe {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
CIM_Tachometer {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
CIM_VoltageSensor {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
Win32_VoltageProbe {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
CIM_CurrentSensor {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
Win32_CurrentProbe {SetPowerState, R... {Accuracy, Availability,
Caption, ConfigManagerErrorCode...}
Win32_Bus {SetPowerState, R... {Availability, BusNum,
BusType, Caption...}
CIM_UserDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_Keyboard {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_Keyboard {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_Display {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_FlatPanel {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_DesktopMonitor {SetPowerState, R... {Availability, Bandwidth,
Caption, ConfigManagerErrorCode...}
Win32_DesktopMonitor {SetPowerState, R... {Availability, Bandwidth,
Caption, ConfigManagerErrorCode...}
CIM_PointingDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_PointingDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_USBDevice {SetPowerState, R... {Availability, Caption,
ClassCode, ConfigManagerErrorCode...}
CIM_USBHub {SetPowerState, R... {Availability, Caption,
ClassCode, ConfigManagerErrorCode...}
Win32_USBHub {SetPowerState, R... {Availability, Caption,
ClassCode, ConfigManagerErrorCode...}
CIM_NetworkAdapter {SetPowerState, R... {AutoSense, Availability,
Caption, ConfigManagerErrorCode...}
Win32_NetworkAdapter {SetPowerState, R... {AdapterType,
AdapterTypeId, AutoSense, Availability...}
CIM_AlarmDevice {SetPowerState, R... {AudibleAlarm,
Availability, Caption, ConfigManagerErrorCod...
CIM_Battery {SetPowerState, R... {Availability,
BatteryStatus, Caption, Chemistry...}
Win32_Battery {SetPowerState, R... {Availability,
BatteryRechargeTime, BatteryStatus, Caption...}
Win32_PortableBattery {SetPowerState, R... {Availability,
BatteryStatus, CapacityMultiplier, Caption...}
Win32_SoundDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_MotherboardDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_PowerSupply {SetPowerState, R... {ActiveInputVoltage,
Availability, Caption, ConfigManagerEr...
CIM_UninterruptiblePowerSupply {SetPowerState, R... {ActiveInputVoltage,
Availability, Caption, ConfigManagerEr...
CIM_Scanner {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_PotsModem {SetPowerState, R... {AnswerMode, Availability,
Caption, CompressionInfo...}
Win32_POTSModem {SetPowerState, R... {AnswerMode, AttachedTo,
Availability, BlindOff...}
CIM_CoolingDevice {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
CIM_HeatPipe {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
Win32_HeatPipe {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
CIM_Refrigeration {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
Win32_Refrigeration {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
CIM_Fan {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
Win32_Fan {SetPowerState, R... {ActiveCooling,
Availability, Caption, ConfigManagerErrorCo...
CIM_Printer {SetPowerState, R... {Availability,
AvailableJobSheets, Capabilities, Capability...
Win32_Printer {SetPowerState, R... {Attributes, Availability,
AvailableJobSheets, AveragePages...
CIM_Controller {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_ManagementController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_SCSIController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_SCSIController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_InfraredController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_InfraredDevice {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_PCIController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_PCMCIAController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_PCMCIAController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_FloppyController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_VideoController {SetPowerState, R... {AcceleratorCapabilities,
Availability, CapabilityDescripti...
CIM_PCVideoController {SetPowerState, R... {AcceleratorCapabilities,
Availability, CapabilityDescripti...
Win32_VideoController {SetPowerState, R... {AcceleratorCapabilities,
AdapterCompatibility, AdapterDACT...
CIM_USBController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_USBController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_SerialController {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_SerialPort {SetPowerState, R... {Availability, Binary,
Capabilities, CapabilityDescriptions...
CIM_ParallelController {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_ParallelPort {SetPowerState, R... {Availability,
Capabilities, CapabilityDescriptions, Captio...
Win32_IDEController {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
Win32_1394Controller {SetPowerState, R... {Availability, Caption,
ConfigManagerErrorCode, ConfigManag...
CIM_StorageExtent {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_Memory {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
CIM_VolatileStorage {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
CIM_NonVolatileStorage {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
CIM_CacheMemory {SetPowerState, R... {Access,
AdditionalErrorData, Associativity, Availability...}
Win32_CacheMemory {SetPowerState, R... {Access,
AdditionalErrorData, Associativity, Availability...}
CIM_StorageVolume {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
Win32_Volume {SetPowerState, R... {Access, Automount,
Availability, BlockSize...}
CIM_PhysicalExtent {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
Win32_SMBIOSMemory {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
Win32_MemoryArray {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
Win32_MemoryDevice {SetPowerState, R... {Access,
AdditionalErrorData, Availability, BlockSize...}
CIM_ProtectedSpaceExtent {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_AggregatePSExtent {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_AggregatePExtent {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_VolumeSet {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_LogicalDisk {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
Win32_LogicalDisk {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
Win32_MappedLogicalDisk {SetPowerState, R... {Access, Availability,
BlockSize, Caption...}
CIM_DiskPartition {SetPowerState, R... {Access, Availability,
BlockSize, Bootable...}
Win32_DiskPartition {SetPowerState, R... {Access, Availability,
BlockSize, Bootable...}
CIM_Process {} {Caption,
CreationClassName, CreationDate, CSCreationClassN...
Win32_Process {Create, Terminat... {Caption, CommandLine,
CreationClassName, CreationDate...}
CIM_OperatingSystem {Reboot, Shutdown} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_OperatingSystem {Reboot, Shutdown... {BootDevice, BuildNumber,
BuildType, Caption...}
CIM_Service {StartService, St... {Caption,
CreationClassName, Description, InstallDate...}
Win32_BaseService {StartService, St... {AcceptPause, AcceptStop,
Caption, CreationClassName...}
Win32_Service {StartService, St... {AcceptPause, AcceptStop,
Caption, CheckPoint...}
Win32_TerminalService {StartService, St... {AcceptPause, AcceptStop,
Caption, CheckPoint...}
Win32_SystemDriver {StartService, St... {AcceptPause, AcceptStop,
Caption, CreationClassName...}
CIM_BootService {StartService, St... {Caption,
CreationClassName, Description, InstallDate...}
Win32_PnPSignedDriver {StartService, St... {Caption, ClassGuid,
CompatID, CreationClassName...}
CIM_ClusteringService {StartService, St... {Caption,
CreationClassName, Description, InstallDate...}
Win32_ApplicationService {StartService, St... {Caption,
CreationClassName, Description, InstallDate...}
Win32_PrinterDriver {StartService, St... {Caption, ConfigFile,
CreationClassName, DataFile...}
CIM_System {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_ComputerSystem {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_UnitaryComputerSystem {SetPowerState} {Caption,
CreationClassName, Description, InitialLoadInfo...}
Win32_ComputerSystem {SetPowerState, R... {AdminPasswordStatus,
AutomaticManagedPagefile, AutomaticRe...
CIM_ApplicationSystem {} {Caption,
CreationClassName, Description, InstallDate...}
Win32_NTDomain {} {Caption, ClientSiteName,
CreationClassName, DcSiteName...}
CIM_SoftwareElement {} {BuildNumber, Caption,
CodeSet, Description...}
CIM_BIOSElement {} {BuildNumber, Caption,
CodeSet, Description...}
Win32_BIOS {} {BiosCharacteristics,
BIOSVersion, BuildNumber, Caption...}
Win32_SoftwareElement {} {Attributes, BuildNumber,
Caption, CodeSet...}
CIM_VideoBIOSElement {} {BuildNumber, Caption,
CodeSet, Description...}
CIM_Thread {} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_Thread {} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_COMApplication {} {Caption, Description,
InstallDate, Name...}
Win32_DCOMApplication {} {AppID, Caption,
Description, InstallDate...}
CIM_Job {} {Caption, Description,
ElapsedTime, InstallDate...}
Win32_ScheduledJob {Create, Delete} {Caption, Command,
DaysOfMonth, DaysOfWeek...}
Win32_PrintJob {Pause, Resume} {Caption, Color, DataType,
Description...}
Win32_ServerSession {} {ActiveTime, Caption,
ClientType, ComputerName...}
CIM_SoftwareFeature {} {Caption, Description,
IdentifyingNumber, InstallDate...}
Win32_SoftwareFeature {Reinstall, Confi... {Accesses, Attributes,
Caption, Description...}
CIM_VideoBIOSFeature {} {Caption,
CharacteristicDescriptions, Characteristics, Desc...
CIM_BIOSFeature {} {Caption,
CharacteristicDescriptions, Characteristics, Desc...
Win32_OptionalFeature {} {Caption, Description,
InstallDate, InstallState...}
Win32_DfsNode {Create} {Caption, Description,
InstallDate, Name...}
Win32_ComponentCategory {} {Caption, CategoryId,
Description, InstallDate...}
Win32_ProgramGroupOrItem {} {Caption, Description,
InstallDate, Name...}
Win32_LogicalProgramGroupItem {} {Caption, Description,
InstallDate, Name...}
Win32_LogicalProgramGroup {} {Caption, Description,
GroupName, InstallDate...}
Win32_NetworkConnection {} {AccessMask, Caption,
Comment, ConnectionState...}
Win32_COMClass {} {Caption, Description,
InstallDate, Name...}
Win32_ClassicCOMClass {} {Caption, ComponentId,
Description, InstallDate...}
Win32_Account {} {Caption, Description,
Domain, InstallDate...}
Win32_UserAccount {Rename} {AccountType, Caption,
Description, Disabled...}
Win32_Group {Rename} {Caption, Description,
Domain, InstallDate...}
Win32_SystemAccount {} {Caption, Description,
Domain, InstallDate...}
CIM_ServiceAccessPoint {} {Caption,
CreationClassName, Description, InstallDate...}
Win32_TCPIPPrinterPort {} {ByteCount, Caption,
CreationClassName, Description...}
CIM_ClusteringSAP {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_BootSAP {} {Caption,
CreationClassName, Description, InstallDate...}
Win32_CommandLineAccess {} {Caption, CommandLine,
CreationClassName, Description...}
CIM_SystemResource {} {Caption, Description,
InstallDate, Name...}
CIM_MemoryMappedIO {} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_SystemMemoryResource {} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_PortResource {} {Alias, Caption,
CreationClassName, CSCreationClassName...}
Win32_DeviceMemoryAddress {} {Caption,
CreationClassName, CSCreationClassName, CSName...}
CIM_IRQ {} {Availability, Caption,
CreationClassName, CSCreationClassN...
Win32_IRQResource {} {Availability, Caption,
CreationClassName, CSCreationClassN...
Win32_Environment {} {Caption, Description,
InstallDate, Name...}
CIM_DMA {} {AddressSize,
Availability, BurstMode, ByteMode...}
Win32_DMAChannel {} {AddressSize,
Availability, BurstMode, ByteMode...}
Win32_Share {Create, SetShare... {AccessMask, AllowMaximum,
Caption, Description...}
Win32_ClusterShare {Create, SetShare... {AccessMask, AllowMaximum,
Caption, Description...}
CIM_FileSystem {} {AvailableSpace,
BlockSize, Caption, CasePreserved...}
CIM_RemoteFileSystem {} {AvailableSpace,
BlockSize, Caption, CasePreserved...}
CIM_NFS {} {AttributeCaching,
AttributeCachingForDirectoriesMax, Attri...
CIM_LocalFileSystem {} {AvailableSpace,
BlockSize, Caption, CasePreserved...}
Win32_NetworkProtocol {} {Caption,
ConnectionlessService, Description, GuaranteesDel...
Win32_ShadowProvider {} {Caption, CLSID,
Description, ID...}
CIM_RedundancyGroup {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_ExtraCapacityGroup {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_StorageRedundancyGroup {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_SpareGroup {} {Caption,
CreationClassName, Description, InstallDate...}
Win32_QuickFixEngineering {} {Caption, CSName,
Description, FixComments...}
Win32_IP4RouteTable {} {Age, Caption,
Description, Destination...}
Win32_ShadowCopy {Create, Revert} {Caption,
ClientAccessible, Count, Description...}
Win32_LoadOrderGroup {} {Caption, Description,
DriverEnabled, GroupOrder...}
Win32_Session {} {Caption, Description,
InstallDate, Name...}
Win32_LogonSession {} {AuthenticationPackage,
Caption, Description, InstallDate...}
Win32_ServerConnection {} {ActiveTime, Caption,
ComputerName, ConnectionID...}
CIM_JobDestination {} {Caption,
CreationClassName, Description, InstallDate...}
Win32_DfsTarget {} {Caption, Description,
InstallDate, LinkName...}
Win32_NetworkClient {} {Caption, Description,
InstallDate, Manufacturer...}
Win32_PageFileUsage {} {AllocatedBaseSize,
Caption, CurrentUsage, Description...}
CIM_LogicalFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
CIM_Directory {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_Directory {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
CIM_DeviceFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
CIM_DataFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_ShortcutFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_CodecFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_NTEventlogFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_PageFile {TakeOwnerShip, C... {AccessMask, Archive,
Caption, Compressed...}
Win32_IP4PersistedRouteTable {} {Caption, Description,
Destination, InstallDate...}
Win32_Registry {} {Caption, CurrentSize,
Description, InstallDate...}
CIM_PhysicalElement {} {Caption,
CreationClassName, Description, InstallDate...}
CIM_PhysicalPackage {IsCompatible} {Caption,
CreationClassName, Depth, Description...}
CIM_PhysicalFrame {IsCompatible} {AudibleAlarm,
BreachDescription, CableManagementStrategy, ...
CIM_Chassis {IsCompatible} {AudibleAlarm,
BreachDescription, CableManagementStrategy, ...
Win32_SystemEnclosure {IsCompatible} {AudibleAlarm,
BreachDescription, CableManagementStrategy, ...
CIM_Rack {IsCompatible} {AudibleAlarm,
BreachDescription, CableManagementStrategy, ...
CIM_Card {IsCompatible} {Caption,
CreationClassName, Depth, Description...}
Win32_BaseBoard {IsCompatible} {Caption, ConfigOptions,
CreationClassName, Depth...}
Win32_PhysicalMemoryArray {IsCompatible} {Caption,
CreationClassName, Depth, Description...}
CIM_PhysicalComponent {} {Caption,
CreationClassName, Description, HotSwappable...}
CIM_PhysicalMedia {} {Capacity, Caption,
CleanerMedia, CreationClassName...}
Win32_PhysicalMedia {} {Capacity, Caption,
CleanerMedia, CreationClassName...}
CIM_Chip {} {Caption,
CreationClassName, Description, FormFactor...}
CIM_PhysicalMemory {} {BankLabel, Capacity,
Caption, CreationClassName...}
Win32_PhysicalMemory {} {BankLabel, Capacity,
Caption, CreationClassName...}
Win32_OnBoardDevice {} {Caption,
CreationClassName, Description, DeviceType...}
CIM_PhysicalConnector {} {Caption, ConnectorPinout,
ConnectorType, CreationClassName...
CIM_Slot {} {Caption, ConnectorPinout,
ConnectorType, CreationClassName...
Win32_SystemSlot {} {Caption, ConnectorPinout,
ConnectorType, CreationClassName...
Win32_PortConnector {} {Caption, ConnectorPinout,
ConnectorType, CreationClassName...
CIM_PhysicalLink {} {Caption,
CreationClassName, Description, InstallDate...}
__PARAMETERS {} {}
OfficeSoftwareProtectionService {InstallProductKe... {ClientMachineID,
IsKeyManagementServiceMachine, KeyManagem...
OfficeSoftwareProtectionProduct {UninstallProduct... {ApplicationID,
Description, DiscoveredKeyManagementService...
OfficeSoftwareProtectionTokenAct... {Uninstall} {AdditionalInfo,
AuthorizationStatus, Description, Expirati...
CIM_Setting {} {Caption, Description,
SettingID}
Win32_NetworkAdapterConfiguration {EnableDHCP, Rene... {ArpAlwaysSourceRoute,
ArpUseEtherSNAP, Caption, DatabasePa...
Win32_TimeZone {} {Bias, Caption,
DaylightBias, DaylightDay...}
Win32_PageFileSetting {} {Caption, Description,
InitialSize, MaximumSize...}
Win32_Desktop {} {BorderWidth, Caption,
CoolSwitch, CursorBlinkRate...}
Win32_ShadowContext {} {Caption,
ClientAccessible, Description, Differential...}
Win32_MSIResource {} {Caption, Description,
SettingID}
Win32_ServiceControl {} {Arguments, Caption,
Description, Event...}
Win32_Property {} {Caption, Description,
ProductCode, Property...}
Win32_Patch {} {Attributes, Caption,
Description, File...}
Win32_PatchPackage {} {Caption, Description,
PatchID, ProductCode...}
Win32_Binary {} {Caption, Data,
Description, Name...}
Win32_AutochkSetting {} {Caption, Description,
SettingID, UserInputDelay}
Win32_SerialPortConfiguration {} {AbortReadWriteOnError,
BaudRate, BinaryModeEnabled, BitsPe...
CIM_MonitorResolution {} {Caption, Description,
HorizontalResolution, MaxRefreshRate...
Win32_StartupCommand {} {Caption, Command,
Description, Location...}
Win32_BootConfiguration {} {BootDirectory, Caption,
ConfigurationPath, Description...}
Win32_NetworkLoginProfile {} {AccountExpires,
AuthorizationFlags, BadPasswordCount, Capt...
Win32_NamedJobObjectLimitSetting {} {ActiveProcessLimit,
Affinity, Caption, Description...}
CIM_VideoControllerResolution {} {Caption, Description,
HorizontalResolution, MaxRefreshRate...
Win32_NamedJobObjectSecLimitSetting {} {Caption, Description,
PrivilegesToDelete, RestrictedSIDs...}
Win32_DisplayConfiguration {} {BitsPerPel, Caption,
Description, DeviceName...}
Win32_QuotaSetting {} {Caption, DefaultLimit,
DefaultWarningLimit, Description...}
Win32_SecuritySetting {GetSecurityDescr... {Caption, ControlFlags,
Description, SettingID}
Win32_LogicalFileSecuritySetting {GetSecurityDescr... {Caption, ControlFlags,
Description, OwnerPermissions...}
Win32_LogicalShareSecuritySetting {GetSecurityDescr... {Caption, ControlFlags,
Description, Name...}
Win32_DisplayControllerConfigura... {} {BitsPerPixel, Caption,
ColorPlanes, Description...}
Win32_WMISetting {}
{ASPScriptDefaultNamespace, ASPScriptEnabled, AutorecoverMo...
Win32_OSRecoveryConfiguration {} {AutoReboot, Caption,
DebugFilePath, DebugInfoType...}
Win32_COMSetting {} {Caption, Description,
SettingID}
Win32_ClassicCOMClassSetting {} {AppID,
AutoConvertToClsid, AutoTreatAsClsid, Caption...}
Win32_DCOMApplicationSetting {GetLaunchSecurit... {AppID,
AuthenticationLevel, Caption, CustomSurrogate...}
Win32_VideoConfiguration {} {ActualColorResolution,
AdapterChipType, AdapterCompatibili...
Win32_ODBCAttribute {} {Attribute, Caption,
Description, Driver...}
Win32_ODBCSourceAttribute {} {Attribute, Caption,
DataSource, Description...}
ScriptingStandardConsumerSetting {} {Caption, Description,
MaximumScripts, SettingID...}
Win32_PrinterConfiguration {} {BitsPerPel, Caption,
Collate, Color...}
CIM_StatisticalInformation {} {Caption, Description,
Name}
Win32_Perf {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfRawData {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_PerfFormattedData {} {Caption, Description,
Frequency_Object, Frequency_PerfTime...
Win32_NamedJobObjectActgInfo {} {ActiveProcesses, Caption,
Description, Name...}
CIM_DeviceErrorCounts {ResetCounter} {Caption,
CriticalErrorCount, Description, DeviceCreationCl...
CIM_Indication {} {CorrelatedIndications,
IndicationFilterName, IndicationIde...
CIM_ClassIndication {} {ClassDefinition,
CorrelatedIndications, IndicationFilterNa...
CIM_ClassDeletion {} {ClassDefinition,
CorrelatedIndications, IndicationFilterNa...
CIM_ClassCreation {} {ClassDefinition,
CorrelatedIndications, IndicationFilterNa...
CIM_ClassModification {} {ClassDefinition,
CorrelatedIndications, IndicationFilterNa...
CIM_InstIndication {} {CorrelatedIndications,
IndicationFilterName, IndicationIde...
CIM_InstCreation {} {CorrelatedIndications,
IndicationFilterName, IndicationIde...
CIM_InstModification {} {CorrelatedIndications,
IndicationFilterName, IndicationIde...
CIM_InstDeletion {} {CorrelatedIndications,
IndicationFilterName, IndicationIde...
__NotifyStatus {} {StatusCode}
__ExtendedStatus {} {Description, Operation,
ParameterInfo, ProviderName...}
Win32_PrivilegesStatus {} {Description, Operation,
ParameterInfo, PrivilegesNotHeld...}
Win32_JobObjectStatus {} {AdditionalDescription,
Description, Operation, ParameterIn...
CIM_Error {} {CIMStatusCode,
CIMStatusCodeDescription, ErrorSource, Erro...
MSFT_WmiError {} {CIMStatusCode,
CIMStatusCodeDescription, error_Category, e...
MSFT_ExtendedStatus {} {CIMStatusCode,
CIMStatusCodeDescription, error_Category, e...
__SecurityRelatedClass {} {}
__Trustee {} {Domain, Name, SID,
SidLength...}
Win32_Trustee {} {Domain, Name, SID,
SidLength...}
__NTLMUser9X {} {Authority, Flags, Mask,
Name...}
__ACE {} {AccessMask, AceFlags,
AceType, GuidInheritedObjectType...}
Win32_ACE {} {AccessMask, AceFlags,
AceType, GuidInheritedObjectType...}
__SecurityDescriptor {} {ControlFlags, DACL,
Group, Owner...}
Win32_SecurityDescriptor {} {ControlFlags, DACL,
Group, Owner...}
Win32_CollectionStatistics {} {Collection, Stats}
Win32_NamedJobObjectStatistics {} {Collection, Stats}
CIM_Configuration {} {Caption, Description,
Name}
CIM_LogicalIdentity {} {SameElement,
SystemElement}
Win32_ActiveRoute {} {SameElement,
SystemElement}
Win32_AccountSID {} {Element, Setting}
CIM_Location {} {Address, Name,
PhysicalPosition}
CIM_DependencyContext {} {Context, Dependency}
Win32_WinSAT {} {CPUScore, D3DScore,
DiskScore, GraphicsScore...}
Win32_SecurityDescriptorHelper {Win32SDToSDDL, W... {}
CIM_FRU {} {Caption, Description,
FRUNumber, IdentifyingNumber...}
CIM_Action {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_ShortcutAction {Invoke} {ActionID, Arguments,
Caption, Description...}
CIM_RebootAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_ExtensionInfoAction {Invoke} {ActionID, Argument,
Caption, Command...}
CIM_DirectoryAction {Invoke} {ActionID, Caption,
Description, Direction...}
CIM_CreateDirectoryAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_CreateFolderAction {Invoke} {ActionID, Caption,
Description, Direction...}
CIM_RemoveDirectoryAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_RegistryAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_ClassInfoAction {Invoke} {ActionID, AppID,
Argument, Caption...}
CIM_ModifySettingAction {Invoke} {ActionID, ActionType,
Caption, Description...}
Win32_SelfRegModuleAction {Invoke} {ActionID, Caption, Cost,
Description...}
Win32_TypeLibraryAction {Invoke} {ActionID, Caption, Cost,
Description...}
CIM_ExecuteProgram {Invoke} {ActionID, Caption,
CommandLine, Description...}
Win32_BindImageAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_RemoveIniAction {Invoke} {Action, ActionID,
Caption, Description...}
Win32_MIMEInfoAction {Invoke} {ActionID, Caption, CLSID,
ContentType...}
Win32_FontInfoAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_PublishComponentAction {Invoke} {ActionID, AppData,
Caption, ComponentID...}
CIM_FileAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_MoveFileAction {Invoke} {ActionID, Caption,
Description, DestFolder...}
CIM_CopyFileAction {Invoke} {ActionID, Caption,
DeleteAfterCopy, Description...}
Win32_DuplicateFileAction {Invoke} {ActionID, Caption,
DeleteAfterCopy, Description...}
CIM_RemoveFileAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_RemoveFileAction {Invoke} {ActionID, Caption,
Description, Direction...}
Win32_ProductResource {} {Product, Resource}
Win32_MountPoint {} {Directory, Volume}
CIM_Statistics {} {Element, Stats}
CIM_ErrorCountersForDevice {} {Element, Stats}
Win32_OfflineFilesAssociatedItems {} {Antecedent, Dependent}
Msft_Providers {Suspend, Resume,... {HostingGroup,
HostingSpecification, HostProcessIdentifier,...
Win32_UserProfile {ChangeOwner} {LastDownloadTime,
LastUploadTime, LastUseTime, Loaded...}
CIM_RelatedStatistics {} {RelatedStats, Stats}
Win32_OfflineFilesChangeInfo {} {CreatedOffline,
DeletedOffline, Dirty, ModifiedAttributes...}
CIM_Export {} {Directory,
ExportedDirectoryName, LocalFS}
Win32_ManagedSystemElementResource {} {}
Win32_SoftwareElementResource {} {Element, Setting}
CIM_FRUPhysicalElements {} {Component, FRU}
CIM_ParticipatesInSet {} {Element, Set}
CIM_FromDirectoryAction {} {FileName,
SourceDirectory}
Win32_SID {} {AccountName,
BinaryRepresentation, ReferencedDomainName, S...
CIM_ElementCapacity {} {Capacity, Element}
Win32_ActionCheck {} {Action, Check}
CIM_ElementSetting {} {Element, Setting}
Win32_UserDesktop {} {Element, Setting}
CIM_MonitorSetting {} {Element, Setting}
Win32_DeviceSettings {} {Element, Setting}
Win32_PrinterSetting {} {Element, Setting}
Win32_NetworkAdapterSetting {} {Element, Setting}
Win32_SerialPortSetting {} {Element, Setting}
Win32_SystemSetting {} {Element, Setting}
Win32_SystemProgramGroups {} {Element, Setting}
Win32_SystemBootConfiguration {} {Element, Setting}
Win32_SystemTimeZone {} {Element, Setting}
Win32_SystemDesktop {} {Element, Setting}
Win32_ClassicCOMClassSettings {} {Element, Setting}
Win32_VolumeQuota {} {Element, Setting}
Win32_WMIElementSetting {} {Element, Setting}
Win32_COMApplicationSettings {} {Element, Setting}
CIM_VideoSetting {} {Element, Setting}
Win32_VideoSettings {} {Element, Setting}
Win32_SecuritySettingOfObject {} {Element, Setting}
Win32_SecuritySettingOfLogicalShare {} {Element, Setting}
Win32_SecuritySettingOfLogicalFile {} {Element, Setting}
Win32_PageFileElementSetting {} {Element, Setting}
Win32_OperatingSystemAutochkSetting {} {Element, Setting}
Win32_VolumeQuotaSetting {} {Element, Setting}
CIM_ToDirectorySpecification {} {DestinationDirectory,
FileName}
CIM_ProductSoftwareFeatures {} {Component, Product}
Win32_ProductSoftwareFeatures {} {Component, Product}
Win32_ImplementedCategory {} {Category, Component}
CIM_InstalledSoftwareElement {} {Software, System}
Win32_InstalledSoftwareElement {} {Software, System}
Win32_SoftwareFeatureCheck {} {Check, Element}
Win32_LUIDandAttributes {} {Attributes, LUID}
Win32_VolumeUserQuota {} {Account, DiskSpaceUsed,
Limit, Status...}
Msft_WmiProvider_Counters {}
{ProviderOperation_AccessCheck, ProviderOperation_CancelQue...
Win32_LUID {} {HighPart, LowPart}
CIM_Check {Invoke} {Caption, CheckID,
CheckMode, Description...}
CIM_DiskSpaceCheck {Invoke} {AvailableDiskSpace,
Caption, CheckID, CheckMode...}
CIM_DirectorySpecification {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_DirectorySpecification {Invoke} {Caption, CheckID,
CheckMode, DefaultDir...}
Win32_SoftwareElementCondition {Invoke} {Caption, CheckID,
CheckMode, Condition...}
Win32_ODBCDriverSpecification {Invoke} {Caption, CheckID,
CheckMode, Description...}
CIM_MemoryCheck {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_ServiceSpecification {Invoke} {Caption, CheckID,
CheckMode, Dependencies...}
CIM_FileSpecification {Invoke} {Caption, CheckID,
CheckMode, CheckSum...}
Win32_FileSpecification {Invoke} {Attributes, Caption,
CheckID, CheckMode...}
Win32_IniFileSpecification {Invoke} {Action, Caption, CheckID,
CheckMode...}
CIM_SoftwareElementVersionCheck {Invoke} {Caption, CheckID,
CheckMode, Description...}
CIM_SettingCheck {Invoke} {Caption, CheckID,
CheckMode, CheckType...}
Win32_LaunchCondition {Invoke} {Caption, CheckID,
CheckMode, Condition...}
Win32_ODBCDataSourceSpecification {Invoke} {Caption, CheckID,
CheckMode, DataSource...}
Win32_ODBCTranslatorSpecification {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_ProgIDSpecification {Invoke} {Caption, CheckID,
CheckMode, Description...}
CIM_SwapSpaceCheck {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_EnvironmentSpecification {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_ReserveCost {Invoke} {Caption, CheckID,
CheckMode, Description...}
CIM_VersionCompatibilityCheck {Invoke} {AllowDownVersion,
AllowMultipleVersions, Caption, CheckID...}
CIM_OSVersionCheck {Invoke} {Caption, CheckID,
CheckMode, Description...}
Win32_Condition {Invoke} {Caption, CheckID,
CheckMode, Condition...}
CIM_ProductFRU {} {FRU, Product}
Win32_ShadowStorage {Create} {AllocatedSpace,
DiffVolume, MaxSpace, UsedSpace...}
Win32_DCOMApplicationAccessAllow... {} {Element, Setting}
StdRegProv {CreateKey, Delet... {}
CIM_FRUIncludesProduct {} {Component, FRU}
CIM_ProductPhysicalElements {} {Component, Product}
CIM_CollectedMSEs {} {Collection, Member}
Win32_NamedJobObjectProcess {} {Collection, Member}
CIM_PhysicalElementLocation {} {Element,
PhysicalLocation}
Win32_TokenPrivileges {} {PrivilegeCount,
Privileges}
CIM_CollectionOfMSEs {} {Caption, CollectionID,
Description}
Win32_NamedJobObject {} {BasicUIRestrictions,
Caption, CollectionID, Description}
CIM_FromDirectorySpecification {} {FileName,
SourceDirectory}
Win32_PnPDevice {} {SameElement,
SystemElement}
CIM_StorageError {} {DeviceCreationClassName,
DeviceID, EndingAddress, Starting...
Win32_ServiceSpecificationService {} {Check, Element}
Win32_OfflineFilesItem {} {ChangeInfo,
ConnectionInfo, DirtyInfo, Encrypted...}
Win32_ShareToDirectory {} {Share, SharedElement}
Microsoft_BDD_Info {} {BuildID, BuildName,
BuildVersion, CaptureMethod...}
Win32_SettingCheck {} {Check, Setting}
Win32_PatchFile {} {Check, Setting}
Win32_ODBCDriverAttribute {} {Check, Setting}
Win32_ODBCDataSourceAttribute {} {Check, Setting}
Win32_ClientApplicationSetting {} {Application, Client}
CIM_ElementConfiguration {} {Configuration, Element}
CIM_ReplacementSet {} {Description, Name}
Win32_OfflineFilesPinInfo {} {Pinned,
PinnedForComputer, PinnedForFolderRedirection, Pin...
CIM_DirectorySpecificationFile {} {DirectorySpecification,
FileSpecification}
CIM_SettingContext {} {Context, Setting}
Win32_SecuritySettingOwner {} {Owner, SecuritySetting}
Win32_LogicalFileOwner {} {Owner, SecuritySetting}
Win32_OfflineFilesFileSysInfo {} {LocalAttributes,
LocalChangeTime, LocalCreationTime, Local...
NTEventlogProviderConfig {} {LastBootUpTime}
Win32_ShortcutSAP {} {Action, Element}
Win32_OfflineFilesSuspendInfo {} {Suspended, SuspendedRoot}
Win32_MethodParameterClass {} {}
Win32_ProcessStartup {} {CreateFlags,
EnvironmentVariables, ErrorMode, FillAttribut...
Win32_PingStatus {} {Address, BufferSize,
NoFragmentation, PrimaryAddressResolu...
CIM_ProductSupport {} {Product, Support}
CIM_AdjacentSlots {} {DistanceBetweenSlots,
SharedSlots, SlotA, SlotB}
CIM_SoftwareElementChecks {} {Check, Element, Phase}
Win32_SoftwareElementCheck {} {Check, Element, Phase}
Win32_ODBCDriverSoftwareElement {} {Check, Element, Phase}
CIM_Component {} {GroupComponent,
PartComponent}
CIM_SystemComponent {} {GroupComponent,
PartComponent}
Win32_SystemServices {} {GroupComponent,
PartComponent}
Win32_SystemNetworkConnections {} {GroupComponent,
PartComponent}
CIM_HostedFileSystem {} {GroupComponent,
PartComponent}
CIM_ComputerSystemResource {} {GroupComponent,
PartComponent}
Win32_SystemResources {} {GroupComponent,
PartComponent}
CIM_ComputerSystemMappedIO {} {GroupComponent,
PartComponent}
CIM_ComputerSystemDMA {} {GroupComponent,
PartComponent}
CIM_ComputerSystemIRQ {} {GroupComponent,
PartComponent}
Win32_SystemBIOS {} {GroupComponent,
PartComponent}
Win32_SystemLoadOrderGroups {} {GroupComponent,
PartComponent}
Win32_SystemUsers {} {GroupComponent,
PartComponent}
CIM_InstalledOS {} {GroupComponent,
PartComponent, PrimaryOS}
Win32_SystemOperatingSystem {} {GroupComponent,
PartComponent, PrimaryOS}
CIM_SystemDevice {} {GroupComponent,
PartComponent}
Win32_SystemDevices {} {GroupComponent,
PartComponent}
Win32_ComputerSystemProcessor {} {GroupComponent,
PartComponent}
Win32_SystemPartitions {} {GroupComponent,
PartComponent}
Win32_SystemSystemDriver {} {GroupComponent,
PartComponent}
CIM_ApplicationSystemSoftwareFea... {} {GroupComponent,
PartComponent}
Win32_SystemProcesses {} {GroupComponent,
PartComponent}
CIM_LinkHasConnector {} {GroupComponent,
PartComponent}
CIM_CollectionOfSensors {} {GroupComponent,
PartComponent}
CIM_ProcessThread {} {GroupComponent,
PartComponent}
Win32_COMApplicationClasses {} {GroupComponent,
PartComponent}
Win32_ClassicCOMApplicationClasses {} {GroupComponent,
PartComponent}
CIM_DirectoryContainsFile {} {GroupComponent,
PartComponent}
CIM_FileStorage {} {GroupComponent,
PartComponent}
Win32_UserInDomain {} {GroupComponent,
PartComponent}
Win32_LoadOrderGroupServiceMembers {} {GroupComponent,
PartComponent}
CIM_OperatingSystemSoftwareFeature {} {GroupComponent,
PartComponent}
CIM_RedundancyComponent {} {GroupComponent,
PartComponent}
CIM_AggregateRedundancyComponent {} {GroupComponent,
PartComponent}
CIM_PExtentRedundancyComponent {} {GroupComponent,
PartComponent}
Win32_LogicalDiskRootDirectory {} {GroupComponent,
PartComponent}
CIM_SoftwareFeatureSoftwareElements {} {GroupComponent,
PartComponent}
Win32_SoftwareFeatureSoftwareEle... {} {GroupComponent,
PartComponent}
CIM_VideoBIOSFeatureVideoBIOSEle... {} {GroupComponent,
PartComponent}
CIM_BIOSFeatureBIOSElements {} {GroupComponent,
PartComponent}
Win32_MemoryDeviceArray {} {GroupComponent,
PartComponent}
Win32_GroupInDomain {} {GroupComponent,
PartComponent}
CIM_OSProcess {} {GroupComponent,
PartComponent}
Win32_GroupUser {} {GroupComponent,
PartComponent}
Win32_ProgramGroupContents {} {GroupComponent,
PartComponent}
Win32_SubDirectory {} {GroupComponent,
PartComponent}
CIM_Container {} {GroupComponent,
LocationWithinContainer, PartComponent}
CIM_ConnectorOnPackage {} {GroupComponent,
LocationWithinContainer, PartComponent}
CIM_PackageInChassis {} {GroupComponent,
LocationWithinContainer, PartComponent}
CIM_ChassisInRack {} {BottomU, GroupComponent,
LocationWithinContainer, PartComp...
CIM_PackagedComponent {} {GroupComponent,
LocationWithinContainer, PartComponent}
CIM_MemoryOnCard {} {GroupComponent,
LocationWithinContainer, PartComponent}
Win32_PhysicalMemoryLocation {} {GroupComponent,
LocationWithinContainer, PartComponent}
CIM_CardOnCard {} {GroupComponent,
LocationWithinContainer, MountOrSlotDescri...
Win32_Reliability {} {}
Win32_ReliabilityStabilityMetrics {GetRecordCount} {EndMeasurementDate,
RelID, StartMeasurementDate, SystemSta...
Win32_ReliabilityRecords {GetRecordCount} {ComputerName,
EventIdentifier, InsertionStrings, Logfile...}
Win32_NTLogEventLog {} {Log, Record}
Win32_DiskQuota {} {DiskSpaceUsed, Limit,
QuotaVolume, Status...}
Win32_ComClassAutoEmulator {} {NewVersion, OldVersion}
Win32_ComClassEmulator {} {NewVersion, OldVersion}
PS C:\Windows\system32> Get-WmiObject -list Out-File c:\temp\wmiclasslist.txt
Get-WmiObject : A positional parameter cannot be found that accepts argument 'c:\
temp\wmiclasslist.txt'.
At line:1 char:1
+ Get-WmiObject -list Out-File c:\temp\wmiclasslist.txt
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-WmiObject],
ParameterBindingException
+ FullyQualifiedErrorId :
PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetWmiObjectCommand

PS C:\Windows\system32> Get-WmiObject -list Out-File c:\text.txt


Get-WmiObject : A positional parameter cannot be found that accepts argument 'c:\
text.txt'.
At line:1 char:1
+ Get-WmiObject -list Out-File c:\text.txt
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-WmiObject],
ParameterBindingException
+ FullyQualifiedErrorId :
PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetWmiObjectCommand

PS C:\Windows\system32> Get-WmiObject -list Out-File 'c:\temp\wmi.txt'


Get-WmiObject : A positional parameter cannot be found that accepts argument 'c:\
temp\wmi.txt'.
At line:1 char:1
+ Get-WmiObject -list Out-File 'c:\temp\wmi.txt'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-WmiObject],
ParameterBindingException
+ FullyQualifiedErrorId :
PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetWmiObjectCommand

PS C:\Windows\system32> get-wmiobject -list *operating*

NameSpace: ROOT\cimv2

Name Methods Properties


---- ------- ----------
CIM_OperatingSystem {Reboot, Shutdown} {Caption,
CreationClassName, CSCreationClassName, CSName...}
Win32_OperatingSystem {Reboot, Shutdown... {BootDevice, BuildNumber,
BuildType, Caption...}
Win32_OperatingSystemAutochkSetting {} {Element, Setting}
Win32_SystemOperatingSystem {} {GroupComponent,
PartComponent, PrimaryOS}
CIM_OperatingSystemSoftwareFeature {} {GroupComponent,
PartComponent}
Win32_OperatingSystemQFE {} {Antecedent, Dependent}

PS C:\Windows\system32>

PS C:\Windows\system32>

PS C:\Windows\system32> Get-WmiObject -class Win32_OperatingSystem | gm

TypeName: System.Management.ManagementObject#root\cimv2\Win32_OperatingSystem
Name MemberType Definition
---- ---------- ----------
PSComputerName AliasProperty PSComputerName = __SERVER
Reboot Method
System.Management.ManagementBaseObject Reboot()
SetDateTime Method
System.Management.ManagementBaseObject SetDateTime(System.St...
Shutdown Method
System.Management.ManagementBaseObject Shutdown()
Win32Shutdown Method
System.Management.ManagementBaseObject Win32Shutdown(System....
Win32ShutdownTracker Method
System.Management.ManagementBaseObject Win32ShutdownTracker(...
BootDevice Property string BootDevice
{get;set;}
BuildNumber Property string BuildNumber
{get;set;}
BuildType Property string BuildType {get;set;}
Caption Property string Caption {get;set;}
CodeSet Property string CodeSet {get;set;}
CountryCode Property string CountryCode
{get;set;}
CreationClassName Property string CreationClassName
{get;set;}
CSCreationClassName Property string CSCreationClassName
{get;set;}
CSDVersion Property string CSDVersion
{get;set;}
CSName Property string CSName {get;set;}
CurrentTimeZone Property int16 CurrentTimeZone
{get;set;}
DataExecutionPrevention_32BitApplications Property bool
DataExecutionPrevention_32BitApplications {get;set;}
DataExecutionPrevention_Available Property bool
DataExecutionPrevention_Available {get;set;}
DataExecutionPrevention_Drivers Property bool
DataExecutionPrevention_Drivers {get;set;}
DataExecutionPrevention_SupportPolicy Property byte
DataExecutionPrevention_SupportPolicy {get;set;}
Debug Property bool Debug {get;set;}
Description Property string Description
{get;set;}
Distributed Property bool Distributed {get;set;}
EncryptionLevel Property uint32 EncryptionLevel
{get;set;}
ForegroundApplicationBoost Property byte
ForegroundApplicationBoost {get;set;}
FreePhysicalMemory Property uint64 FreePhysicalMemory
{get;set;}
FreeSpaceInPagingFiles Property uint64
FreeSpaceInPagingFiles {get;set;}
FreeVirtualMemory Property uint64 FreeVirtualMemory
{get;set;}
InstallDate Property string InstallDate
{get;set;}
LargeSystemCache Property uint32 LargeSystemCache
{get;set;}
LastBootUpTime Property string LastBootUpTime
{get;set;}
LocalDateTime Property string LocalDateTime
{get;set;}
Locale Property string Locale {get;set;}
Manufacturer Property string Manufacturer
{get;set;}
MaxNumberOfProcesses Property uint32 MaxNumberOfProcesses
{get;set;}
MaxProcessMemorySize Property uint64 MaxProcessMemorySize
{get;set;}
MUILanguages Property string[] MUILanguages
{get;set;}
Name Property string Name {get;set;}
NumberOfLicensedUsers Property uint32
NumberOfLicensedUsers {get;set;}
NumberOfProcesses Property uint32 NumberOfProcesses
{get;set;}
NumberOfUsers Property uint32 NumberOfUsers
{get;set;}
OperatingSystemSKU Property uint32 OperatingSystemSKU
{get;set;}
Organization Property string Organization
{get;set;}
OSArchitecture Property string OSArchitecture
{get;set;}
OSLanguage Property uint32 OSLanguage
{get;set;}
OSProductSuite Property uint32 OSProductSuite
{get;set;}
OSType Property uint16 OSType {get;set;}
OtherTypeDescription Property string OtherTypeDescription
{get;set;}
PAEEnabled Property bool PAEEnabled {get;set;}
PlusProductID Property string PlusProductID
{get;set;}
PlusVersionNumber Property string PlusVersionNumber
{get;set;}
Primary Property bool Primary {get;set;}
ProductType Property uint32 ProductType
{get;set;}
RegisteredUser Property string RegisteredUser
{get;set;}
SerialNumber Property string SerialNumber
{get;set;}
ServicePackMajorVersion Property uint16
ServicePackMajorVersion {get;set;}
ServicePackMinorVersion Property uint16
ServicePackMinorVersion {get;set;}
SizeStoredInPagingFiles Property uint64
SizeStoredInPagingFiles {get;set;}
Status Property string Status {get;set;}
SuiteMask Property uint32 SuiteMask {get;set;}
SystemDevice Property string SystemDevice
{get;set;}
SystemDirectory Property string SystemDirectory
{get;set;}
SystemDrive Property string SystemDrive
{get;set;}
TotalSwapSpaceSize Property uint64 TotalSwapSpaceSize
{get;set;}
TotalVirtualMemorySize Property uint64
TotalVirtualMemorySize {get;set;}
TotalVisibleMemorySize Property uint64
TotalVisibleMemorySize {get;set;}
Version Property string Version {get;set;}
WindowsDirectory Property string WindowsDirectory
{get;set;}
__CLASS Property string __CLASS {get;set;}
__DERIVATION Property string[] __DERIVATION
{get;set;}
__DYNASTY Property string __DYNASTY {get;set;}
__GENUS Property int __GENUS {get;set;}
__NAMESPACE Property string __NAMESPACE
{get;set;}
__PATH Property string __PATH {get;set;}
__PROPERTY_COUNT Property int __PROPERTY_COUNT
{get;set;}
__RELPATH Property string __RELPATH {get;set;}
__SERVER Property string __SERVER {get;set;}
__SUPERCLASS Property string __SUPERCLASS
{get;set;}
FREE PropertySet FREE {FreePhysicalMemory,
FreeSpaceInPagingFiles, FreeVirtua...
PSStatus PropertySet PSStatus {Status, Name}
ConvertFromDateTime ScriptMethod System.Object
ConvertFromDateTime();
ConvertToDateTime ScriptMethod System.Object
ConvertToDateTime();

PS C:\Windows\system32>

PS C:\Windows\system32>

PS C:\Windows\system32> cls
PS C:\Windows\system32> Get-WmiObject -class Win32_OperatingSystem | select *

PSComputerName : CSCINDAH504608
Status : OK
Name : Microsoft Windows 7 Enterprise |C:\
Windows|\Device\Harddisk0\Partition1
FreePhysicalMemory : 3690832
FreeSpaceInPagingFiles : 7560292
FreeVirtualMemory : 10780476
__GENUS : 2
__CLASS : Win32_OperatingSystem
__SUPERCLASS : CIM_OperatingSystem
__DYNASTY : CIM_ManagedSystemElement
__RELPATH : Win32_OperatingSystem=@
__PROPERTY_COUNT : 63
__DERIVATION : {CIM_OperatingSystem,
CIM_LogicalElement, CIM_ManagedSystemElement}
__SERVER : CSCINDAH504608
__NAMESPACE : root\cimv2
__PATH : \\CSCINDAH504608\root\
cimv2:Win32_OperatingSystem=@
BootDevice : \Device\HarddiskVolume1
BuildNumber : 7601
BuildType : Multiprocessor Free
Caption : Microsoft Windows 7 Enterprise
CodeSet : 1252
CountryCode : 1
CreationClassName : Win32_OperatingSystem
CSCreationClassName : Win32_ComputerSystem
CSDVersion : Service Pack 1
CSName : CSCINDAH504608
CurrentTimeZone : 330
DataExecutionPrevention_32BitApplications : True
DataExecutionPrevention_Available : True
DataExecutionPrevention_Drivers : True
DataExecutionPrevention_SupportPolicy : 2
Debug : False
Description :
Distributed : False
EncryptionLevel : 256
ForegroundApplicationBoost : 2
InstallDate : 20170225000459.000000+330
LargeSystemCache :
LastBootUpTime : 20170726114839.967813+330
LocalDateTime : 20170726194058.572000+330
Locale : 0409
Manufacturer : Microsoft Corporation
MaxNumberOfProcesses : 4294967295
MaxProcessMemorySize : 8589934464
MUILanguages : {en-US}
NumberOfLicensedUsers : 0
NumberOfProcesses : 145
NumberOfUsers : 3
OperatingSystemSKU : 4
Organization : Computer Sciences Corporation (CSC)
OSArchitecture : 64-bit
OSLanguage : 1033
OSProductSuite : 256
OSType : 18
OtherTypeDescription :
PAEEnabled :
PlusProductID :
PlusVersionNumber :
Primary : True
ProductType : 1
RegisteredUser : Manager
SerialNumber : 55041-007-2497893-86220
ServicePackMajorVersion : 1
ServicePackMinorVersion : 0
SizeStoredInPagingFiles : 8067568
SuiteMask : 272
SystemDevice : \Device\HarddiskVolume1
SystemDirectory : C:\Windows\system32
SystemDrive : C:
TotalSwapSpaceSize :
TotalVirtualMemorySize : 16133276
TotalVisibleMemorySize : 8067568
Version : 6.1.7601
WindowsDirectory : C:\Windows
Scope : System.Management.ManagementScope
Path : \\CSCINDAH504608\root\
cimv2:Win32_OperatingSystem=@
Options : System.Management.ObjectGetOptions
ClassPath : \\CSCINDAH504608\root\
cimv2:Win32_OperatingSystem
Properties : {BootDevice, BuildNumber, BuildType,
Caption...}
SystemProperties : {__GENUS, __CLASS, __SUPERCLASS,
__DYNASTY...}
Qualifiers : {dynamic, Locale, provider,
Singleton...}
Site :
Container :

PS C:\Windows\system32> Get-WmiObject -class Win32_OperatingSystem | select * |Out-


File c:\os.txt
PS C:\Windows\system32> Get-WmiObject -class Win32_OperatingSystem | select * |ft |
Out-File c:\os.txt
PS C:\Windows\system32> Get-WmiObject -class Win32_OperatingSystem | select * |Out-
File c:\os.txt
PS C:\Windows\system32>

You might also like