Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBookV2
Script Library
Twitter Grid
Featured Posts
Dreaming in PowerShell
Don Jones
Code MarkUp Tool
Directory
All Tags
»
ScriptBlock
»
Get-WMIObject
(
RSS
)
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
PowerShell
Scripting
WMI
Skipping WMI System Properties in PowerShell
One of my favorite techniques when using WMI in PowerShell is to pipe an object to Select-Object and select all properties. Try this: get-wmiobject win32_bios | select * It works, but it also gets all of the system properties like … Continue...
Posted to
The Lonely Administrator
by
The Lonely Administrator
on 04-25-2012
Filed under:
Filed under:
Scripting
,
WMI
,
PowerShell
,
ScriptBlock
,
Get-WMIObject
Page 1 of 1 (1 items)
Copyright 2012 PowerShell.com. All rights reserved.