Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Get subset of data

$
0
0

If I run this command

get-wmiobject -class Win32_ComputerSystem 

 

I get this information.

Domain              : company.org

Manufacturer        : Dell Inc.

Model               : OptiPlex 7010

Name                : MG10011001

PrimaryOwnerName    : MyUserID

TotalPhysicalMemory : 4173807616

 

how do I get Just Manufacturer, Model and Name?    

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles