KEMBAR78
PowerShell and WMI | PPTX
WELCOME TO TECH | IMMERSIONWindows PowerShell and WMI StuffPresenter: Don Jones
This slide deck was used in one of our many conference presentations. We hope you enjoy it, and invite you to use it within your own organization however you like.For more information on our company, including information on private classes and upcoming conference appearances, please visit our Web site, www.ConcentratedTech.com. For links to newly-posted decks, follow us on Twitter:@concentrateddon or @concentratdgregThis work is copyright ©Concentrated Technology, LLC
Reaching the Enterprise From Your Chair by Using PowerShell and WMIWhat the heck is WMI – and why is it so ugly?PowerShell and WMI: A Match Made in RedmondTricks and Trips for Wrangling WMIBuilding an Inventory Tool that Uses WMI
A Bit About MeWindows PowerShell MVPBlogger, WindowsITPro.com@concentrateddonLinkedin.com/in/concentrateddonLearn Windows PowerShell in a Month of LunchesWindows PowerShell v2.0: TFM“Lunches” is available here for a special discount that includes its companion DVD!
Oh, and Buy My Book Learn Windows PowerShell in a Month of LunchesGet an autographed copy AND the companion video DVD shipped to you for $85.Cash or credit.Or at least check out MoreLunches.com – free articles, free videos, and lots more resources.Public class this October at Interface!
WMI: The Good, the Bad, the UglyWhat was WMI meant to solve?How is WMI organized?How do you explore WMI?Where is WMI documented?
WMI and PowerShellIt’s all in Get-WmiObject(and Invoke-WmiMethod, sometimes, or ForEach when that doesn’t work)Let’s look at…ListFilterClassAnd how about the output?
Tips for Wrangling WMIGoogle, Google, Google. Or Bing.Pipe objects to Format-List *Pipe objects to Get-MemberAsk for help (from people, not Help)The __SERVER property
Building a ToolLet’s make WMI useful and build a self-contained advanced function that utilizes WMI to retrieve multiple pieces of inventory informationOS version infoDisk infoBIOS informationProcessor architecture
Thank you.
This slide deck was used in one of our many conference presentations. We hope you enjoy it, and invite you to use it within your own organization however you like.For more information on our company, including information on private classes and upcoming conference appearances, please visit our Web site, www.ConcentratedTech.com. For links to newly-posted decks, follow us on Twitter:@concentrateddon or @concentratdgregThis work is copyright ©Concentrated Technology, LLC

PowerShell and WMI

  • 1.
    WELCOME TO TECH| IMMERSIONWindows PowerShell and WMI StuffPresenter: Don Jones
  • 2.
    This slide deckwas used in one of our many conference presentations. We hope you enjoy it, and invite you to use it within your own organization however you like.For more information on our company, including information on private classes and upcoming conference appearances, please visit our Web site, www.ConcentratedTech.com. For links to newly-posted decks, follow us on Twitter:@concentrateddon or @concentratdgregThis work is copyright ©Concentrated Technology, LLC
  • 3.
    Reaching the EnterpriseFrom Your Chair by Using PowerShell and WMIWhat the heck is WMI – and why is it so ugly?PowerShell and WMI: A Match Made in RedmondTricks and Trips for Wrangling WMIBuilding an Inventory Tool that Uses WMI
  • 4.
    A Bit AboutMeWindows PowerShell MVPBlogger, WindowsITPro.com@concentrateddonLinkedin.com/in/concentrateddonLearn Windows PowerShell in a Month of LunchesWindows PowerShell v2.0: TFM“Lunches” is available here for a special discount that includes its companion DVD!
  • 5.
    Oh, and BuyMy Book Learn Windows PowerShell in a Month of LunchesGet an autographed copy AND the companion video DVD shipped to you for $85.Cash or credit.Or at least check out MoreLunches.com – free articles, free videos, and lots more resources.Public class this October at Interface!
  • 6.
    WMI: The Good,the Bad, the UglyWhat was WMI meant to solve?How is WMI organized?How do you explore WMI?Where is WMI documented?
  • 7.
    WMI and PowerShellIt’sall in Get-WmiObject(and Invoke-WmiMethod, sometimes, or ForEach when that doesn’t work)Let’s look at…ListFilterClassAnd how about the output?
  • 8.
    Tips for WranglingWMIGoogle, Google, Google. Or Bing.Pipe objects to Format-List *Pipe objects to Get-MemberAsk for help (from people, not Help)The __SERVER property
  • 9.
    Building a ToolLet’smake WMI useful and build a self-contained advanced function that utilizes WMI to retrieve multiple pieces of inventory informationOS version infoDisk infoBIOS informationProcessor architecture
  • 10.
  • 11.
    This slide deckwas used in one of our many conference presentations. We hope you enjoy it, and invite you to use it within your own organization however you like.For more information on our company, including information on private classes and upcoming conference appearances, please visit our Web site, www.ConcentratedTech.com. For links to newly-posted decks, follow us on Twitter:@concentrateddon or @concentratdgregThis work is copyright ©Concentrated Technology, LLC