PowerShell Bible Update


I’m excited to announce that Thomas Lee has joined our team! For those that don’t know Thomas, he runs 2 PowerShell Blogs: The “PowerShell Scripts Blog” is (You guessed it) Mostly PowerShell Scripts. The “Under The Stairs” blog is his technical blog, where he provides deeper insight into PowerShell. No matter how you look at […]

Leave a comment

One year on WordPress


Wow, what a year it’s been since I posted “Script remote DCOM / WMI access for a non admin” 29 posts and  21,698 views later, and here I am writing seven chapters in a book Who’d a thought THAT would happen! Thanks to Marco Shaw for getting me started on all this. And, a special […]

Leave a comment

CopyToColorizedHTML–Script Editor Add-on for PowerGUI


I posted my script editor add-in on the PowerGUI Challenge folder http://powergui.org/kbcategory.jspa?categoryID=389 Based on Lee Holmes Set-ClipboardScript located here: http://www.leeholmes.com/blog/2009/02/03/more-powershell-syntax-highlighting/This script editor add-on will copy the current window to HTML ready to post on a blog or web page.This tool is found under Edit -> Copy As -> Colorized HTMLThe script will copy the entire […]

2 Comments

Retrieve all Exchange mailboxes by OU with PowerShell


A question came up on powershellcommunity.org: ”Hi guys, I’ve been blindsided by the General Manager and need to get a list of all our Mailboxes, as well as the smtp addresses attached to them. I need these to be pumped out per OU (we have a lot) so that I can do costings per OU. […]

10 Comments

PowerShell rename a mailbox folder using Exchange Web Services API


A question came up on the Exchange Server Forum on powershellcommunity.org: ‘Is it possible to use PowerShell with a COM access to connect to a remote outlook mailbox and change the name of a folder, especially a custom folder not a system folder like inbox,sent items,contact…etc? I have a project where I need to change […]

13 Comments

Creating random users for a domain


I needed to create some users for my Active Directory domain I created to use in the book “Windows PowerShell Bible” for the Exchange Management chapter. I could have done something simple like: 001 1..120 | ForEach { Net User “BookUser$_” P@ssW0rd /ADD /Domain} This would have created 120 users in the Users ou on my domain, but they would have all […]

8 Comments

Working on a book :)


I have been asked to be a co-author on the upcoming Wiley book “Windows PowerShell Bible” My Co Authors are: Douglas FinkeMark SchillTome Tanasovski Marco Shaw is our Technical Editor The book is tentatively scheduled for a June 2011 release.

4 Comments

PowerGUI Challenge 2010


The PowerGUI Challenge 2010 is nearly here. The challenge runs from October 15th to November 15th, so you have plenty of time to create a really cool Add-On or PowerPack I plan to upload my first Add-On on October 15th. Judges this year are Jeffrey Snover and Hemant Mahawar from Microsoft Corporation, along with MVP’s […]

Leave a comment

PowerShell EWS Managed API Get Calendar Booked Time


As part of our Full-Cost Maturity Model (FMM), my management chain took the number of employees and created a SWAG of our billable time – they then took these billable hours, and in my case divided them by the number of mailboxes in our organization. – That’s how much it costs for 1 Exchange Administrator […]

2 Comments

PowerShell Search AD by GUID


A question was posted on http://social.technet.microsoft.com/Forums/en/ITCG/thread/728c6aed-a3ef-4b6f-b5bc-28024251d5eb “I have GUID’s from event log’s and such that I need to be able to take and convert to a human readable name” PowerShell can do this with the RSAT tools or the Quest AD cmdlets have this functionality built in, but I like doing things the hard way. […]

6 Comments

Design a site like this with WordPress.com
Get started