Showing results for November 2008 - PowerShell Team

Nov 23, 2008
0
0

PoshBoard and ConvertTo-HashTable

PowerShell Team
PowerShell Team

I’m currently watching an cool video of PoshBoard a PowerShell based Web Portal by Pilosite available on CodePlex.   It looks great.  In the middle of the video I noticed the following script he uses to populate one of the controls on the dashboard: $ht = @{ } $objDrives = gwmi –class “Win32_logicalDisk” –Namespace “root\cimv2” |w...

ConvertTo-HashtablePoshBoard
Nov 22, 2008
0
0

Verbs vs Nouns by Snapin

PowerShell Team
PowerShell Team

A while ago the System Center Virtual Machine Manager team showed me a chart of their cmdlets.  It was an Excel spreadsheet which had the VERBs as rows and the NOUNs as columns.  I thought that this was a wonderful way to look at the cmdlets.  I woke up this morning and decided to write a script which would do something similar. ...

Nov 19, 2008
0
0

Step up your FOREACH Game

PowerShell Team
PowerShell Team

Last night Bruce Payette and I were interviewed on the PowerScripting Podcast with Hal Rottenberg and Jonathan Walz.  It was a blast!  There were a ton of people connected and were firehosing questions & comments in the Chat window.  There were lots of comments/discussions about Twitter.  I confessed to having never used twi...

InterviewHal RottenbergPowerScriptingPodcast
Nov 11, 2008
0
0

PowerShell Comic

PowerShell Team
PowerShell Team

I just found THIS.  ha ha! Jeffrey Snover [MSFT] Windows Management Partner Architect Visit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShell Visit the Windows PowerShell ScriptCenter at:  http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx

Comic
Nov 9, 2008
0
0

Faces From The PowerShell Community

PowerShell Team
PowerShell Team

Jonathan Medd (of the Get-Scripting Podcast) held a PowerShell Panel discussion at TechEd EMEA where he asked various members of the PowerShell community questions.  I had a blast participating in this.  The group consisted of: We wanted to have more people on stage but we ran of chairs! Rolf Masuch the...

Jeffrey SnoverMoWRichard Siddaway
Nov 3, 2008
0
0

Expert to Expert: Erik Meijer and Jeffrey Snover – Inside PowerShell

PowerShell Team
PowerShell Team

I had a great time talking to Erik Meijer about PowerShell - what it is, how it works under the covers, why we do what we do and where we are going. You can see the interview on Channel 9 HERE. Jeffrey Snover [MSFT]Windows Management Partner ArchitectVisit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShellVisi...

InterviewErik Meijer