Monthly Archives: December 2007

PowerShell and IIS 7

If you were at IT Forum in Barcelona in November 2006 you will remember the key note speech in which some PowerShell cmdlets were demonstrated administering IIS 7.  Really good demo.  Sadly it doesn’t look like the cmdlets are going … Continue reading

Posted in Powershell | 2 Comments

Microsoft Download beta

Be aware that Microsoft have a new download routine in beta.  It is based on Silverlight looks better than the current flat download pages.  At the moment it you are given the choice of using the beta or the current … Continue reading

Posted in Microsoft | Leave a comment

PowerShell Group Policy

I came across a reference to an administrative template for PowerShell.  It allows the control of PowerShell execution policy via GPO.  Very useful in the enterprise!!! http://www.microsoft.com/downloads/details.aspx?FamilyID=2917a564-dbbc-4da7-82c8-fe08b3ef4e6d&displaylang=en&Hash=eonNXRtSL%2fmjkHPqeR5x83EVD071zxcJeRh%2f76QVK7XU7QmEBbtWkvFjJw%2foHkRpX3h2YhDy5b7MB0NHxJA7oA%3d%3d Technorati Tags: PowerShell

Posted in Powershell | Leave a comment

Scripting Games 2008

The Winter Solstice has been and gone.  Its nearly New Year and the days are beginning to get longer (just).  It can only mean one thing – the 2008 Scripting Games are on the way. Details from here http://www.microsoft.com/technet/scriptcenter/funzone/games/default.mspx Technorati … Continue reading

Posted in Powershell | Leave a comment

PowerShell V2 and /n software NetCmdlets

The /n software NetCmdlets install quite happily on the PowerShell V2 CTP and seem to run just fine. One slight issue is the /n software NetCmdlets and the PowerShell Community Extensions both contain a cmdlet named Write-Zip.  PowerShell tab expansion … Continue reading

Posted in Powershell | Leave a comment

More Free Books

Baen have added three more books to their free library. The books are: Crown of Slaves by David Weber and Eric Flint Emerald Sea by John Ringo Genellan: Planetfall by Scott Gier The first two are really good.  I haven’t … Continue reading

Posted in Science Fiction | Leave a comment

What will happen in 2008

If you want a thought provoking read – try this http://bink.nu/news/what-to-expect-from-microsoft-in-2008.aspx There is some interesting things happening in this list.  If its any way near accurate – next year will be busy & fun.   Technorati Tags: Microsoft, 2008

Posted in Microsoft | Leave a comment

PowerShell Toolbox

The Microsoft TechNet script center (center still doesn’t look even right after all these years 🙂 ) has a PowerShell Toolbox page.  It contains links to Editors, Books, Cmdlets and web sites.   Some very good stuff available from here. It … Continue reading

Posted in Powershell | Leave a comment

List mailboxes by mailbox database

I was asked today how we could look at which users are in which mailbox database on Exchange 2007.  Simple answer is Get-Mailbox | Sort database, name | Format-Table name, database Technorati Tags: PowerShell, Exchange 2007

Posted in PowerShell and Exchange 2007 | 22 Comments

Searching deleted user accounts in AD

In this post http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!851.entry I discussed the [ADSISEARCHER] accelerator that is included with the PowerShell V2 CTP.  I made a comment at the bottom of the post about searching deleted user accounts and posting about this later.  I was reminded … Continue reading

Posted in PowerShell and Active Directory | 4 Comments