Relatively quick post here, just wanted to share this because I’ve wasted a lot of time on this in the last two weeks. I’ve been working to build up a malware testing environment and am adding an email component to it (including Outlook & Exchange) …
Read More >The company policy where I work is that everyone has Reviewer permissions for everyone else’s calendar. This is for scheduling purposes as well as for pulling the right people in to meetings as they’re getting set up. The problem is that (as far as I …
Read More >After a recent server migration from SBS2005 to SBS 2008, I ran into an issue where users were not able to download the offline address book. They would continue to receive Sync Issues consisting of the message “Microsoft Exchange Offline Address Book …
Read More >Here is a quick-fix for an unsettling error message. The error message is: An IIS directory entry couldn’t be created. The error message is Access is denied. . HResult = -2147024891 + CategoryInfo : NotInstalled: (MB2Exchange (Default Web Site):ADObje …
Read More >During and Exchange 2010 installation recently, I received the following message during the Client Access Server installation: Client Access Role Failed Error: The following error was generated when “$error.Clear(); $thisServer = Get-ExchangeServer $Ro …
Read More >Recently I had an Exchange migration from 2003 to 2007 and had an issue with a few users who were unable to receive calendar invites and users were unable to view their calendars. I came across a Microsoft article which had the fix for us, it required …
Read More >Autodiscover is a very nice service to have, especially internally, but it can be a pain if it’s not configured correctly. When purchasing an SSL certificate, if it’s not purchased for the server name, (which it’s usually not) it will give certificate …
Read More >There is a new feature in Outlook 2007 to autodiscover all mail settings based on your email address. To set this up for your domain, all that is required is a mail server that supports the autodiscover service and creating SRV records. Usually the i …
Read More >A couple quick commands to export/import mailboxes using the PST format in Exchange 2007. These must be run from the Exchange Tools Console on a 32-bit machine. Export-Mailbox –Identity <mailboxUser> -PSTFolderPath <pathToSavePST> The foll …
Read More >After upgrading from Exchange 2003 to Exchange 2007, your address lists and email address policies will continue to work, but you will not be able to edit them. In order to upgrade them to Exchange 2007, I have included a few quick commands as well as …
Read More >Recently we performed some maintenance on our Exchange server at the office, we had to reinstall the Client Access Role in an attempt to regain OWA functionality. After the maintenance was completed, we found that we were no longer receiving external …
Read More >In Exchange 2003 there was a feature called Mailbox Manager, which allowed an administrator to control many things about the messages that existed in users’ mailboxes. One of the main features for this was to delete or move messages older than a certa …
Read More >
Recent Comments