Skip to content

Monthly Archives: June 2007

PowerShell Community Extensions 1.1.1

22-Jun-07

Version 1.1.1 of the PowerShell Community Extensions has been released. Next to bugfixes, there are also some now features such as an elevate function. Check out the announcement from Keith Hill’s blog here. Download the new version here.

The SharePoint Object Model and PowerShell

21-Jun-07

When you are learning to work with the SharePoint object model, it can be handy to use PowerShell as a discovery tool to see what’s available and how it works. Several posts on this blog have already dealt with the SharePoint object model. This post should be seen as an introduction and an how to.
First […]

SMTP .net object demo

17-Jun-07

Evan Dodds has a nice example about the use of PowerShell in combination with Exchange Server 2007 cmdlets and some .net objects. The example sends an e-mail using an authenticated SMTP connection to Exchange. Check it out here.

PowerShell Graphical Help File

03-Jun-07

Head over to the Microsoft site and download the PowerShell help files in chm (Windows Help) format. Good stuff and very helpful while writing PowerShell scripts.
 

It comes with a readme file that explains how to invoke GUI help from the PowerShell command line as well.