Fontosabb WMI osztályok

A következőkben néhány egyszerűbb példát válogattam össze a WMI legkülönbözőbb területeiről, amelyeket gyakrabban használjuk gépünkkel kapcsolatos információk kinyerésére:

Alapvető számítógép-információk kijelzése:

[45] PS I:\>get-wmiobject -class "Win32_ComputerSystem" -namespace "root\CIM

V2"

BIOS információk:

[46] PS I:\>get-wmiobject -class "Win32_BIOS" -namespace "root\CIMV2"

Alaplap információk:

[47] PS I:\>get-wmiobject -class "Win32_BaseBoard" -namespace "root\CIMV2"

Számítógép házának információi (pl. sorozatszám):

[48] PS I:\>get-wmiobject -class "Win32_SystemEnclosure" -namespace "root\CI

MV2"

Processzor-információk:

[53] PS I:\>get-wmiobject -class "Win32_Processor" -namespace "root\CIMV2"

Részletes memóriainformációk (blokkok szintjén is):

[55] PS I:\>get-wmiobject -class "Win32_PhysicalMemory" -namespace "root\CIM

V2"

Plug’n’Play eszközök:

[59] PS I:\>get-wmiobject -class "Win32_PnPEntity" -namespace "root\CIMV2"

Videokártya információk:

[61] PS I:\>get-wmiobject -class "Win32_DisplayConfiguration" -namespace "ro

ot\CIMV2"

Eventlog állományok:

[64] PS I:\>get-wmiobject -class "Win32_NTEventlogFile" -namespace "root\CIM

V2"

Eventlog állományok távoli gépről (lásd 2.7 Az Eseménynapló feldolgozása  fejezet):

[64] PS I:\>get-wmiobject -class "Win32_NTEventlogFile" -namespace "root\CIM

V2" -credential IQJB\soostibor -computer J-CRM

Hálózati adapterek konfigurációja:

[66] PS I:\>get-wmiobject -class "Win32_NetworkAdapterConfiguration" -namesp

ace "root\CIMV2"

Login információk:

[68] PS I:\>get-wmiobject -class "Win32_NetworkLoginProfile" -namespace "roo

t\CIMV2"

A Windows verzióinformációi:

[69] PS I:\>get-wmiobject -class "Win32_OperatingSystem" -namespace "root\CI

MV2"

Page-file információk:

[70] PS I:\>get-wmiobject -class "Win32_PageFile" -namespace "root\CIMV2"

Gép helyi ideje:

[73] PS I:\>get-wmiobject -class "Win32_LocalTime" -namespace "root\CIMV2"

Időzóna:

[74] PS I:\>get-wmiobject -class "Win32_TimeZone" -namespace "root\CIMV2"

Printer-információk:

[76] PS I:\>get-wmiobject -class "Win32_Printer" -namespace "root\CIMV2"

Telepített javítócsomagok:

[77] PS I:\>get-wmiobject -class "Win32_QuickFixEngineering" -namespace "roo

t\CIMV2"

Partíciók:

[78] PS I:\>get-wmiobject -class "Win32_DiskPartition" -namespace "root\CIMV

2"

Logikai meghajtók:

[79] PS I:\>get-wmiobject -class "Win32_LogicalDisk" -namespace "root\CIMV2"

Meghajtók:

[80] PS I:\>get-wmiobject -class "Win32_DiskDrive" -namespace "root\CIMV2"

Biztonsági szoftverek:

PS C:\> "AntiSpywareProduct", "AntiVirusProduct", "FirewallProduct" | ForEach-O

bject {Get-WmiObject -Namespace root\SecurityCenter -Class $_} | ForEach-Object

 {$_.displayname}

Microsoft Forefront Client Security

Windows Defender

Microsoft Forefront Client Security



Word To HTML Converter