RSS All Posts

RSS PowerShell Posts

Tags

2142 Active Directory Administrativia Announcements Battlefield Blogging Cricket Deployment Deployment4 Get-PSUGUK Group Policy HowTo Linux MDT MDT 2010 Microsoft Deployment Toolkit MSDN Music Permissions Personal PowerGui Power Lines PowerShell PowerShell Groups PowerShell Support PowerShell Tools PowerShell V2 Presentations PSUGAU Quick Tips Scripting SDDL Security Tech Talk Ubuntu User Groups Virtualisation VMware Infrastructure Client WAIK Weekly Poll Windows 7 Windows Automation Installation Kit Windows Server 2003 Windows Server 2008 XML

Archives

Meta

Archive for July, 2009

« Previous Entries

Blink-182 TweetDeck

Thursday, July 23rd, 2009

OK, so anyone who is remotely a fan already knows that Blink-182 are back together – especially in the US as their Tour is imminent!
I must admit to being a bit of a Blink-182 Fanboi, so I was really stoked to hear when they reunited!
I’m waiting for the new album, and for them to come [...]

Twitter?

Wednesday, July 22nd, 2009

Twitter isn’t new, not even to me. I tried it, and couldn’t get what all the fuss was about.
Interestingly, I read Scott Hanselman’s post a few weeks ago, and figured I’d give it another go. I’ve been using it for almost a month now, and I’m finding that I’m not alone when I say that [...]

PowerShell Import-CSV and Sort-Object

Monday, July 20th, 2009

Recently I noticed that when I was sorting data imported from a CSV file, the behaviour wasn’t quite as expected.

$scores = Import-Csv .\scores.csv
$scores | Sort-Object -Property Score -Descending

I’m pretty sure Julie’s score of 300 should be higher then Homer’s!

$scores | Get-Member

A quick look shows that even though the score is a number it’s being treated [...]

« Previous Entries