Gets instances of Windows Management Instrumentation (WMI) classes or information about the available classes.
Last updated 6 months ago
PS> Get-WmiObject Win32_Printer -ComputerName <name> # alias PS> GWMI Win32_Printer -ComputerName <name>