Showing results for October 2012 - PowerShell Team

Oct 28, 2012
0
0

WMI cheat sheet for PS users

PowerShell Team
PowerShell Team

Hi, We got multiple requests to publish the cheat sheet for CIM Cmdlets that was distributed in Tech Ed NA this year. Responding to popular demand, this document is attached as PDF . This is a great resource put together by WMI team for people who want to get started with CIM cmdlets. Standard disclaimer :-). Cheat sheet is just for a quick ...

WMICIMCimCmdlets
Oct 3, 2012
0
0

Joining Multiple Tables, Grouping and Evaluating Totals

PowerShell Team
PowerShell Team

Joining Multiple Tables, Grouping And Evaluating Totals This is a continuation to the Join-Object blog post considering multiple joins and SQL style grouping and total evaluation. Problem: In the Join-Object blog we’ve seen that relational data naturally organizes in multiple tables. Once we have those tables, we frequently want to see&...