Browse by Tags

All Tags » Hosting » Exchange (RSS)

Microsoft Enters Collaboration Hosting Arena

In a move that was likely a surprise to no-one, last week Microsoft announced its offering for hosted Exchange 2007, hosted SharePoint (MOSS 2007, not WSS 3.0), and hosted LiveMeeting. This was the next logical progression from the Microsoft Office Live...

Configuring Virtual Organizations and Address List Segregation in Exchange 2007

I first got really interested in Exchange Server when I started working on hosting the product for multiple companies (while using only a single server environment). In fact, I started this blog to talk mainly about hosted Exchange. My interests have...
Posted by michael | with no comments

Moving from In-House Exchange to Hosted Exchange

In the December 13, 2007 EMO (Exchange Messaging Outlook) e-newsletter, I had an article titled "'Tis The Season To Host - Or Not?" regarding hosting your Exchange services. You can read this article at http://www.slipstick.com/emo/index...
Posted by michael | with no comments
Filed under: ,

Changing User Passwords with Outlook 2003/2007

Generally speaking, Outlook 2003 and Outlook 2007 have a built-in mechanism that allows a user to change their password. In Outlook 2007, you find this (almost) hidden capability at Tools -> Options -> Other -> Advanced Options -> Custom Forms...
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 | 4 comment(s)
Filed under: , ,

Creating an Offline Address List in VBScript

Originally published April 30, 2005 Given the techniques we learned in this article about working with binary data in VBScript, plus a simple technique for creating GUIDs in VBScript, we are now prepared to use those capabilities in creating Exchange...
Posted by michael | with no comments
Filed under: , ,

Forcing an Offline Address Book to get Updated

Originally published April 26, 2005 I haven't disappeared! I'm writing a book for O'Reilly and that consumes most of my non-work time. A question that I've answered three times in the last week: it seems to take a long time for my Offline...
Posted by michael | 3 comment(s)
Filed under: ,

Setting Mailbox Limits by OU and by Group

Originally published November 18, 2004 It's a common request to set mailbox limits for all the users in a particular OU or for all the users in a group. That functionality is not built-in to Exchange. The following script shows you how to do both...
Posted by michael | with no comments
Filed under: , ,

Adding a Hosted Exchange User With VBScript - Patch 1

Originally published October 5, 2004 OK, I knew there would be bugs. :-) The first bug someone found is that the original script doesn't verify uniqueness of the User Principal Name. As I discuss elsewhere, Active Directory doesn't verify that...
Posted by michael | with no comments
Filed under: , ,

Adding a Hosted Exchange User With VBScript

Originally published September 30, 2004 (Note November 13, 2007: this will work with Exchange 2000 and Exchange 2003, but not with Exchange 2007.) Getting back to scripting, I've finally scrubbed and sanitized and cleaned up one of my core provisioning...
Posted by michael | 1 comment(s)
Filed under: , ,