SharePoint Saturday Perth


Through Jeremy’s (@jthake) hard work, Perth is going to be treated to a SharePoint Saturday event. It’s scheduled for 6th February, at Cliftons Training Facility in Australia Place.

Jeremy has managed to get something for everybody with Information worker, Developer and IT Pro sessions available. Tickets are going fast, at last check there were TEN (10) left!

The full information is available from the Sharepoint Saturday Perth website and there will even be a PowerShell session available, where I’ll run through a fast paced Introduction to PowerShell.

I hope to see you there, but if not, I will post the my session here on the day. :-)

PSUGAU – November 2009

We recently had the November User Group Meeting for Perth in Decemeber. Yeah, we like to do interesting things like that ;-)

Unfortunately, due to a scheduling conflict at Microsoft Perth, we had moved our meeting from the end of November, to the beginning of December which inadvertantly caused a conflict with the .NET Community of Practice UG. This was a shame as there were a few members from the .NET UG who were keen to attend. In future we’re aiming for week 3 each month, which should prevent this happening.

Anyway, what made this a fun evening was that we had three presenters, all from different locations: Jame’s O’Neill (Microsoft Evangelist UK) from the UK, Shane Hoey (PowerShell User Group Australia), from Brisbane, and myself from Perth.

We had a modest turn out in the Microsoft Office’s in Perth as well as a few people logged into Live Meeting. We had a few technical issues, which is to be expected from a UG still finding it’s feet! Though nothing like the running battles Richard Siddaway used to have when I was in the UK!

Apparently editing the Live Meeting media file to clean it up results in an exponential increase in the files size. Seeing as it’s being made availble over the net it would seem like a good idea to keep it as small as possible, so I’ve take Marco Shaw’s advise and will make it available live, raw and unedited.

PowerShell User Group Australia – November 2009 Session

A summary of the session:

Adam Bell – Introductions (0m – 1m)
Adam Bell – 10 useful PowerShell Tricks (5m 5s – 26m)
James O’Neill – Managing Hyper-V (35m 50s -1h 32m)
Shane Hoey – Windows 7 PowerPack (1h 09m 25s – 1h 30m 05s)

Okay. We experienced a few issues, learnt a few things (like my wireless mike sleeping when not being used!) so the recording is a little raw. Hopefully, you’ll be able to see past that and find something in there that was interesting.

I’ve had a couple of requests so I’ll post my presentation up as a session in a few days and detail my demo’s.

PowerShell 2.0

Hidden amongst all the hype of the Windows 7 release two weeks ago is the fact that in Windows 7 and Server 2008 R2 we now have PowerShell installed by default, and version 2.0 at that. From an administration point of view this is going to make my life a heck of a lot easier in time.

For a good view of what’s new in 2 check out Joel “jaykul” Bennett’s excellent slide deck here

To add to the mammoth PowerShell support included in Windows 7, the Windows 7 Resource Kit also includes a PowerShell Pack which adds 10 modules to help supercharge your Windows PowerShell scripting:

WPK - Create rich user interfaces quick and easily from Windows PowerShell. Think HTA, but easy. Over 600 scripts to help you build quick user interfaces
TaskScheduler - List scheduled tasks, create or delete tasks
FileSystem - Monitor files and folders, check for duplicate files, and check disk space
IsePack – Supercharge your scripting in the Integrated Scripting Environment with over 35 shortcuts
DotNet – Explore loaded types, find commands that can work with a type, and explore how you can use PowerShell, DotNet and COM together
PSImageTools - Convert, rotate, scale, and crop images and get image metadata
PSRSS – Harness the FeedStore from PowerShell
PSSystemTools – Get Operating System or Hardware Information
PSUserTools – Get the users on a system, check for elevation, and start-processaadministrator
PSCodeGen -Generates PowerShell scripts, C# code, and P/Invoke

This is all well and good, but what about the other Microsoft Operating Systems? Well, now Microsoft have released the Windows Management Framework, which includes PowerShell 2.0, WinRM 2.0 and BITS 4.0 providing the same rich experience of PowerShell 2.0 for Vista, Server 2003 & 2008 and Windows XP.

Looks to me like Microsoft just super-sized my PowerShell options :-)