Browse by Tags

All Tags » Script » Exchange (RSS)

Exchange Disk Space, version 2.1

It was pointed out to me, by a party that shall remain nameless, that I depended in today's earlier post Finding Disk Space Used By Exchange Version 2 , that I ASSumed that msExchCurrentServerRoles would never be higher than 64 and that that was a...

Finding Disk Space Used by Exchange, version 2

In July of 2006, I had a blog entry named Finding Disk Space Used By Exchange , and it was quite well received and it worked well for most people. However, it had a few issues: It doesn't work with Exchange Server 2007 because the streaming file was...

Export Mailboxes Larger than 2 GB to ANSI PSTs

I don't often just link to another blog posting for MY blog posting, but this one deserves it. It's not new, but last year fellow Exchange MVP Glen Scales wrote a script which allows you to export large mailboxes to ANSI PSTs. It does this by...
Posted by michael | 1 comment(s)
Filed under: , ,

Creating Many Users with PowerShell and Admod

One of the mailing lists I read and occaisionally post on is named ActiveDir. A lot of heavy-hitters in the AD world hang-out around there. I've learned quite a bit by lurking there. A recent poster had wanted to create a few thousand accounts for...

Chapter 12 - Exchange 2003 Scripting

Over three years ago, a particular publisher in the computer field contracted me to write a book - which I did. They paid me for it, but they chose to never publish it. It was written with Exchange Server 2003 service pack 1 in mind - as you read the...
Posted by michael | 3 comment(s)

Multivalued Parameters in PowerShell (RemoteIPRanges in Set-ReceiveConnector)

A number of parameters for EMS (the Exchange Management Shell - which is just PowerShell v1 plus the Exchange snap-ins) require the specification of a multivalued property. A multivalued property is just what it sounds like - a property that has multiple...
Posted by michael | with no comments
Filed under: , ,

32-bit or 64-bit - What Is My Processor?

Almost everything you can buy in the server market these days is 64-bit capable - whether AMD or Intel. Almost. Much of what you buy in the desktop market is 64-bit capable - whether AMD or Intel. Much. Why do you care? Exchange Server 2007 is only supported...
Posted by michael | with no comments

A Script for Getting Mailbox Sizes (using WMI in PowerShell)

Originally published June 28, 2007 This post and the script is Exchange 2003 friendly. As long as you point the “ExchServer” in the attached script to an Exchange 2003 server, this script can work in a mixed environment containing Exchange 2000, Exchange...
Posted by michael | with no comments
Filed under: , ,

More Exchange Message Tracking

Originally published November 10, 2006 So, in today's earlier post, I talked about exporting the message tracking logs into XML and then using an XSL sheet to report on that data. What's the problem with that? Well, the ESM Message Tracking Center...
Posted by michael | with no comments
Filed under: ,

Exchange Message Tracking

Originally published November 10, 2006 The message tracking log files that Exchange 2003 generates contain very useful information, especially if “Enable subject logging and display” is enabled. See the image below: Note that the log files are kept, by...
Posted by michael | with no comments
Filed under: ,

Displaying Security on Active Directory, Exchange, and Registry Objects

Originally published July 19, 2006 A common request is “how do I determine what security applies to a given [user | mailbox | registry value]”? The attached script shows you how to do that. None of this is unique to me, I just put it together in a pretty...
Posted by michael | with no comments

Utility Libraries for Exchange Scripting

Originally published July 11, 2006 I write many many many Exchange scripts. There are some things that are common in Exchange script - you need to get mailbox sizes, or a list of all the servers in an administrative group, or a list of all Exchange servers...
Posted by michael | 2 comment(s)
Filed under: , ,

Finding disk space used by Exchange

Originally published July 11, 2006 I apologize for the long absence, but I've been tied up in Exchange 2007 testing and learning. If you haven't seen it yet - just wait. You'll be very impressed, especially from the administrator's perspective...
Posted by michael | 3 comment(s)

Exchange 200x Catchall Script, Version 2

Originally published December 28, 2005 (Note November 13, 2007: this works with Exchange 2000 and Exchange 2003; but not Exchange 2007 and above.) I've been promising an update to my Exchange Catchall script, since almost the week it was first released...
Posted by michael | 1 comment(s)
Filed under: , ,

Sending an e-mail to users whose password is about to expire

Originally published September 13, 2005 (Note November 13, 2007: My second most popular blog post ever. Also due for some cleanup and re-write.) This has come up a number of times, and I actually thought I'd blogged about it in the past -- but I guess...
Posted by michael | with no comments
Filed under: , ,
More Posts Next page »