Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
wmi [2025/03/12 14:13] jango [Computer System] |
wmi [2025/03/24 12:53] (aktuell) jango |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | Ein WMIObject repräsentiert normalerweise eine Ressource oder eine Eigenschaft auf einem [[Windows]]-System, | + | Ein WMIObject repräsentiert normalerweise eine Ressource oder eine Eigenschaft auf einem [[Windows]]-System, |
+ | |||
+ | Siehe auch [[WMIC]], [[CIM]] bzw. [[SNMP]] | ||
WMI ist die Microsoft Implementierung des offenen Standard [[CIM]]. | WMI ist die Microsoft Implementierung des offenen Standard [[CIM]]. | ||
Zeile 10: | Zeile 12: | ||
=====Classes===== | =====Classes===== | ||
+ | |||
+ | Man kann die selben Informationen auch via [[CIM]] bekommen. | ||
+ | |||
+ | < | ||
+ | Get-WmiObject -Class Win32_Process | ||
+ | Get-CIMInstance Win32_Process | ||
+ | </ | ||
====Process==== | ====Process==== | ||
Zeile 318: | Zeile 327: | ||
</ | </ | ||
- | =====Diskdrive===== | + | ====Diskdrive==== |
<code powershell> | <code powershell> | ||
Zeile 543: | Zeile 552: | ||
Site : | Site : | ||
Container | Container | ||
+ | </ | ||
+ | |||
+ | ====Userprofil==== | ||
+ | |||
+ | < | ||
+ | get-ciminstance win32_userprofile | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Get-WmiObject win32_userprofile | ||
+ | |||
+ | |||
+ | __GENUS | ||
+ | __CLASS | ||
+ | __SUPERCLASS | ||
+ | __DYNASTY | ||
+ | __RELPATH | ||
+ | __PROPERTY_COUNT | ||
+ | __DERIVATION | ||
+ | __SERVER | ||
+ | __NAMESPACE | ||
+ | __PATH | ||
+ | AppDataRoaming | ||
+ | Contacts | ||
+ | Desktop | ||
+ | Documents | ||
+ | Downloads | ||
+ | Favorites | ||
+ | HealthStatus | ||
+ | LastAttemptedProfileDownloadTime : | ||
+ | LastAttemptedProfileUploadTime | ||
+ | LastBackgroundRegistryUploadTime : | ||
+ | LastDownloadTime | ||
+ | LastUploadTime | ||
+ | LastUseTime | ||
+ | Links : System.Management.ManagementBaseObject | ||
+ | Loaded | ||
+ | LocalPath | ||
+ | Music : System.Management.ManagementBaseObject | ||
+ | Pictures | ||
+ | RefCount | ||
+ | RoamingConfigured | ||
+ | RoamingPath | ||
+ | RoamingPreference | ||
+ | SavedGames | ||
+ | Searches | ||
+ | SID : S-1-5-80-3238277391-1891473654-1195688043-4149050645-2494734967 | ||
+ | Special | ||
+ | StartMenu | ||
+ | Status | ||
+ | Videos | ||
+ | PSComputerName | ||
</ | </ |