Multi-Environment PowerShell console – AD, Exchange and PowerCLI in one happy place!

With the increase in the use of PowerShell as part of an administrator’s toolkit, it can be challening with multiple shells to administer different environments. I prefer using a single, multi-functional console, so what I have done is integrate all of the PowerShell modules into a single console using a simple script. This allows me to use one console … Read more

Look who’s guest blogging – Microsoft Scripting Guys

I’ve been so busy with working these days that I’ve been unable to spend as much time with documenting and scripting. One of the fun things I have been able to do though is to be a guest blogger for the Scripting Guys blog at Microsoft. One of the scripts that I had developed for … Read more

PowerShell One-Liners – Take my script, please!

Hail Henny Youngman, the king of one-liners! One of the great things about PowerShell is the ability to create simple, powerful one-line scripts. This is not to say that we need to crunch everything down to single line just to be cute, but we have the ability to build effective processes by making use of the … Read more