Get-WmiObject


Produce a WMI Object or the list of WMI classes available on the system.

Snap-In: Microsoft.PowerShell.Management

Syntax:

Get-WmiObject

 [-Class] <String> [ [-Property] <String[]>] [-Filter <String>] [-Namespace <String>] [-ComputerName <String[]>] [-Credential <PSCredential>] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-ErrorVariable <String>] [-OutVariable <String>] [-OutBuffer <Int32>] 

Get-WmiObject

 [-Namespace <String>] [-ComputerName <String[]>] [-Credential <PSCredential>] [-List] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-ErrorVariable <String>] [-OutVariable <String>] [-OutBuffer <Int32>] 

Description:

The Get-WmiObject Cmdlet is used to get an instance of any WMI object available, or to get a list of available WMI objects. The -List parameter may not be used with the - Class parameter.



Windows PowerShell. TFM
Internet Forensics
ISBN: 982131445
EAN: 2147483647
Year: 2004
Pages: 289

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net