Monthly Archives: November 2007

PowerShell Remoting

The ability to run PowerShell commands on remote machines was at the top, or close to the top, of everyone’s requirements for the V2 version of PowerShell.  The V2 CTP delivers remoting functionality. The Windows Remote Management service must be … Continue reading

Posted in Powershell | 4 Comments

Get-member

Get-member and get-help are two of the most used cmdlets when learning (and using PowerShell).  Get-member has some improvements in V2 that are worth exploring.  I even found some functionality that is in V1 that I wasn’t aware of.  If … Continue reading

Posted in Powershell | Leave a comment

PowerShell V2 Out-GridView

One of the starting points for any demonstration of PowerShell basics is the Get-Process cmdlet.  It returns a list of the currently running processes in a table format.  We can then use Sort, Select or even Where to refine the … Continue reading

Posted in Powershell | 1 Comment

PowerShellCommunity.org

If you haven’t seen this site –  http://www.powershellcommunity.org – it is well worth a look.  Sponsored by Quest, Sapien, ShellTools and Microsoft it provides an excellent introduction to the greater PowerShell community.   Forums, Blogs (links and internal to the site), … Continue reading

Posted in Powershell | Leave a comment

PowerShell Plus

One bonus of the trip to IT Forum the other week was a chance to meet up with some of the leaders of the PowerShell community.  I had a number of talks with MOW about various things PowerShell related (amongst … Continue reading

Posted in Powershell | 1 Comment

Videos

Nice video of Jeffrey Snover explaining some of the back ground to PowerShell.  The last few seconds are brilliant http://blogs.technet.com/eileen_brown/archive/2007/11/23/the-inventor-of-powershell.aspx Also check this one http://blogs.msdn.com/powershell/archive/2007/11/17/redmonk-interview.aspx Technorati Tags: PowerShell

Posted in Powershell | Leave a comment

Calculations revisited

In my previous post  http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!896.entry I showed that the totalitemsize property of Get-mailBoxStatistics usually returned a string showing the mailbox size in bytes with the string ending in a "B".  However If the size is an exact number of kilobytes then … Continue reading

Posted in PowerShell and Exchange 2007 | 1 Comment

Calculated Expressions revisited

In this post http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!334.entry I showed how to use a calculated column in Format-Table to modify the data being displayed. The code ended up as follows Get-MailboxStatistics | Where {$_.Displayname -notlike "SystemMail*"} | Select DisplayName, ItemCount, TotalItemSize, StorageLimitStatus | Sort itemcount -desc | … Continue reading

Posted in Powershell | 1 Comment

PowerGUI 1.0.12 is live

PowerGUI 1.0.12 is now available for download from http://www.powergui.org Please take the time to download and use this.  The PowerGUI guys have put in a tremendous amount of work over the last couple of weeks to get this ready and … Continue reading

Posted in Powershell | 1 Comment

November User Group meeting

We had what I think is our most successful meeting last night.  As well as the people in the physical meeting we had a number of members link in through Live Meeting. Many thanks to Ben, Jeremy, Adam and James … Continue reading

Posted in PowerShell User Group | Leave a comment