You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This code contains only 50 of the **WMI classes**. If you want to find out more, [see.](https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmi-start-page)
# Here's a breakdown of what information the code retrieves:
19
-
**_1- Win32_Account:_**
20
-
21
-
- This class represents user accounts on a Windows system. It contains information about user account settings, such as username, domain, and various properties related to the account.
22
-
23
-
**_2- Win32_Bios:_**
24
-
25
-
- This class provides information about the computer's BIOS (Basic Input/Output System). It includes details about the BIOS version, manufacturer, and other related information.
26
-
27
-
**_3- Win32_CDROMDrive:_**
28
-
29
-
- Win32_CDROMDrive represents CD/DVD-ROM drives on the system. It provides information about the installed CD/DVD drives, such as their type, capabilities, and media access properties.
30
-
31
-
**_4- Win32_ComputerSystem:_**
32
-
33
-
- This class contains information about the computer system, including its hardware specifications, operating system details, and network-related properties.
34
-
35
-
**_5- Win32_ComputerSystemProduct:_**
36
-
37
-
- Win32_ComputerSystemProduct provides information about the computer system's product details, such as the manufacturer, model, and version.
38
-
39
-
**_6- Win32_DiskDrive:_**
40
-
41
-
- This class represents physical disk drives on the system. It contains details about the hard drives, solid-state drives, or other storage devices, including capacity, model, and more.
42
-
43
-
**_7- Win32_EncryptedFile:_**
44
-
45
-
- Win32_EncryptedFile deals with files that are encrypted using Windows' file encryption system. It provides information about these encrypted files and their attributes.
46
-
47
-
**_8- Win32_EncryptedVolume:_**
48
-
49
-
- This class represents encrypted disk volumes or drives on the system, typically encrypted using BitLocker or a similar technology. It includes information about encryption status and related properties.
50
-
51
-
**_9- Win32_EncryptionMethod:_**
52
-
53
-
- Win32_EncryptionMethod describes encryption methods and algorithms available on the system. It provides details about the encryption techniques supported by the operating system.
54
-
55
-
**_10- Win32_EncryptionProvider:_**
56
-
- This class deals with encryption providers that are installed on the system. It includes information about cryptographic providers used for encryption and decryption.
57
-
58
-
**_11- Win32_LockSetting:_**
59
-
- Win32_LockSetting provides information about the lock settings on the system, including screen lock and password policies.
60
-
61
-
**_12- Win32_LogonSession:_**
62
-
- This class deals with user logon sessions on the system. It contains information about active logon sessions, including user and domain details.
63
-
64
-
**_13- Win32_LogicalDisk:_**
65
-
- This class represents logical disk volumes on the system, such as drive C: or D:. It provides information about these volumes, including size, free space, and file system type.
66
-
67
-
**_14- Win32_LogicalFileAccess:_**
68
-
- This class represents file access permissions and settings for files on the system. It provides information about file access controls and permissions.
69
-
70
-
**_15- Win32_NetworkAdapter:_**
71
-
- Win32_NetworkAdapter represents network adapters (network interface cards) on the system. It contains details about network hardware, including MAC addresses and connection status.
72
-
73
-
**_16- Win32_NetworkAdapterConfiguration:_**
74
-
- This class provides configuration details for network adapters, including IP addresses, DNS settings, and other network-related parameters.
75
-
76
-
**_17- Win32_NetworkLoginProfile:_**
77
-
- Win32_NetworkLoginProfile contains information about network login profiles, including details about users who have logged into the network.
78
-
79
-
**_18- Win32_NTDomain:_**
80
-
- This class represents Windows NT domains and contains information about domain settings and properties.
81
-
82
-
**_19- Win32_NTDomainTrust:_**
83
-
- Win32_NTDomainTrust provides information about trust relationships between Windows NT domains. It describes how domains are connected and trust each other.
84
-
85
-
**_20- Win32_NTEventLog:_**
86
-
- This class deals with Windows NT event logs and provides information about event log properties, such as size and maximum log size.
87
-
88
-
**_21- Win32_NTLogEvent:_**
89
-
- Win32_NTLogEvent represents log events in Windows NT event logs. It contains information about specific events recorded in the logs.
90
-
91
-
**_22- Win32_NTLogEventFile:_**
92
-
- This class provides information about event log files in Windows NT, including their size and location.
93
-
94
-
**_23- Win32_OperatingSystem:_**
95
-
- Win32_OperatingSystem contains information about the operating system, including version, build, and various system-related properties.
96
-
97
-
**_24- Win32_PhysicalMemory:_**
98
-
- This class represents physical memory modules (RAM) installed in the computer. It provides details about memory capacity, type, and other memory-related attributes.
99
-
100
-
**_25- Win32_PortConnector:_**
101
-
- Win32_PortConnector deals with physical port connectors on the computer, such as USB or serial ports. It includes information about the ports available on the system.
102
-
103
-
**_26- Win32_PnPEntity:_**
104
-
- Win32_PnPEntity provides information about Plug and Play entities on the system, including devices and drivers.
105
-
106
-
**_27- Win32_PowerManagementEvent:_**
107
-
- This class represents power management events on the system, including events related to power state changes.
108
-
109
-
**_28- Win32_Process:_**
110
-
- Win32_Process deals with running processes on the system. It contains information about running applications and system processes.
111
-
112
-
**_29- Win32_Processor:_**
113
-
- This class provides details about the processors (CPU) installed in the computer, including processor type, speed, and number of cores.
114
-
115
-
**_30- Win32_Product:_**
116
-
- Win32_Product deals with installed software products on the system. It provides information about installed applications and their versions.
117
-
118
-
**_31- Win32_RecoveryConfig:_**
119
-
- Win32_RecoveryConfig contains information about system recovery settings and configurations.
120
-
121
-
**_32- Win32_ScheduledJob:_**
122
-
- This class represents scheduled tasks or jobs on the system. It includes information about tasks scheduled to run at specific times or events.
123
-
124
-
**_33- Win32_SecurityDescriptor:_**
125
-
- Win32_SecurityDescriptor deals with security descriptors on the system, including access control lists (ACLs) and security settings for objects.
126
-
127
-
**_34- Win32_SecurityDescriptorHelper:_**
128
-
- This class provides helper functions and information related to security descriptors and access control settings.
129
-
130
-
**_35- Win32_SecuritySetting:_**
131
-
- Win32_SecuritySetting represents security settings on the system, including group policies and security options.
132
-
133
-
**_36- Win32_SecuritySettingOfLogicalFile:_**
134
-
- This class provides security settings specific to logical files, including file access permissions and security options.
135
-
136
-
**_37- Win32_Service:_**
137
-
- Win32_Service represents system services on the computer. It contains information about installed services, their status, and startup type.
138
-
139
-
**_38- Win32_ServiceControl:_**
140
-
- This class deals with service control operations, including starting, stopping, and managing services on the system.
141
-
142
-
**_39- Win32_ShadowCopy:_**
143
-
- Win32_ShadowCopy provides information about shadow copies, which are used for backup and recovery purposes.
144
-
145
-
**_40- Win32_SoftwareFeature:_**
146
-
- This class deals with software features and components installed on the system, such as Windows features and roles.
147
-
148
-
**_41- Win32_StartupCommand:_**
149
-
- Win32_StartupCommand represents programs and commands that are set to run at system startup. It includes information about startup applications.
150
-
151
-
**_42- Win32_SystemAccount:_**
152
-
- This class represents system accounts and includes information about built-in and system-related accounts.
153
-
154
-
**_43- Win32_SystemDriver:_**
155
-
- Win32_SystemDriver provides information about system drivers installed on the system, including driver details and status.
156
-
157
-
**_44- Win32_TokenGroups:_**
158
-
- This class represents token groups in the system, including security groups and their associated properties.
159
-
160
-
**_45- Win32_UserAccount:_**
161
-
- Win32_UserAccount represents user accounts on the system. It includes information about user properties, group memberships, and more.
162
-
163
-
**_46- Win32_UserProfile:_**
164
-
- This class provides information about user profiles on the system, including profile paths and other user-specific settings.
165
-
166
-
**_47- Win32_Win32_PhysicalMemory:_**
167
-
- This class seems to have a redundant name and may not exist in standard WMI classes. It may be a duplicate or incorrect listing.
168
-
169
-
**_48- Win32_Win32_PhysicalMemoryArray:_**
170
-
- This class might be related to the physical memory arrays on the system, possibly in the context of server hardware configurations.
171
-
172
-
**_49- Win32_Win32_PhysicalMemoryLocation:_**
173
-
- This class could represent the physical location information for memory modules in the system, indicating where each module is installed.
174
-
175
-
**_50- Win32_Win32_PhysicalMemorySpeed:_**
176
-
- This class may provide information about the speed or clock frequency of the physical memory modules in the computer.
177
-
178
-
# Donations Accepted:
179
-
180
-
[](https://www.buymeacoffee.com/ispique)
0 commit comments