Get-WmiObject

Gets instances of Windows Management Instrumentation (WMI) classes or information about the available classes.

Examples

1. Win32_Printer

PS> Get-WmiObject Win32_Printer -ComputerName <name>

# alias
PS> GWMI Win32_Printer -ComputerName <name>

Last updated