Archive

HP Exchange 2010 Sizing Tool

HP has released their sizing tool for Exchange 2010. This successor to the Exchange 2007 Sizing tool does recommendations for deployment and sizing of servers and storage and includes a (HP) bill of materials. The tool supports multi-site deployments, Database Availability Groups (DAG), DAS or or SAN-based storage and high availability and client options.

As with the 2007 version it uses a combination of technical and business requirements and projects best practices for high available Exchange configurations (when applicable). The tool can update itself and the product information it uses.

This tool can be used as a good guideline together with Microsoft’s own Exchange 2010 Mailbox Server Role Requirements Calculator.

You can download the HP Sizer for Exchange Server 2010 here.

OCS Remote Connectivity Analyzer

The OCS team has now made a Remote Connectivity Analyzer, like we know from Exchange. The tool is a great way of verifying that your remote access is configured properly.

The Office Communications Server Remote Connectivity Analyzer is a great tool for performing testing, troubleshooting, and diagnostics on OCS 2007 & OCS 2007 R2 deployments. The tool will assist you in finding answers to the before mentioned scenarios.  You should use the RCA as your initial stop when attempting to troubleshoot an OCS edge server connectivity issue. 

The Office Communications Server Remote Connectivity Analyzer is a web site for IT Administrators to validate and diagnose end-to-end Office Communications Server scenarios. The site simulates multiple Office Communications Server client access scenarios from outside the customer’s infrastructure and reports whether the test was successful.  If the test fails, we inform the IT Admin exactly where in the process it failed as well as provide troubleshooting tips on resolving the issue.

The OCS Remote Connectivity Analyzer is found here. Right now the tool is still a BETA release.

Happy New Year 2010

Happy New Year to everyone!
MS Digest (www.msdigest.net) (Formerly known as IIS Digest (www.iis-digest.com) has now been online for 5 years by now, amazing as time flies. Looking back 2009 was an exciting year, especially with products from Microsoft, such as Exchange 2010, Windows 7 and Windows Server 2008 R2. In 2010 we can look forward to Office 2010 and OCS next gen (UC wave 14, properly 2010 as well). For myself it’s been an exciting year as well, with the archival of Microsoft Certified Master in Exchange 2007.
I hope everyone still like my site, MS Digest should still be worth visiting in 2010.

Exchange 2010 and ISA 2006 SP1

The Exchange Team has made a blog post about ISA 2006 SP1 configuration with Exchange 2010.

While ISA 2006 SP1 includes a Client Access Web Publishing Wizard for both Exchange 2003 and Exchange 2007, the wizard does not have any knowledge of Exchange 2010.

Read it here.

Microsoft Certified Master – Exchange 2007

I just got the news, I’m now officially qualified as a MCM: Exchange 2007. This is the best Christmas present ever! Well it wasn’t actually a present, but really tough work and a final exam. :)

I attended the MCM: Exchange 2007 Rotation 3 in May 2009. I enjoyed the tough 3 weeks of training in Redmond, it was an incredible learning experience and also great opportunity network with fellow Exchange specialists. I can only recommend this experience and very dedicated training to everyone who specializes within one of the MCM areas.

The Microsoft Certified Master: Exchange Server 2007 program provides the most in-depth and comprehensive training that is available today for Microsoft Exchange Server 2007.

Meet more Masters here.

I’ll not write about the program and the training, a lot of fellow Masters has already done this and there’s The Masters Blog.

Exchange 2010 Rollup Update 1

Microsoft has released the first update for Exchange 2010, the Exchange 2010 Rollup Update 1. It includes minor updates to areas including calendaring, OWA, and transport.

Read more and download here.

Use PFDAVAdmin to recover deleted public folder or items

This might be old news to some :)
But PFDAVADmin is still a great utility and it works perfect for Exchange 2007 (from a client, see my last post). Besides using it to handle folder permissions, it can also recover public folders or public folder items, that have been accidentally deleted, as long as it’s within the retention time.

This article describes how to recover deleted public folders or items that are deleted from public folders in Microsoft Exchange Server 2003 or in Microsoft Exchange 2000 Server. You can use the Microsoft Exchange Server Public Folder DAV-based Administration (PFDAVAdmin) tool to recover public folders or items. You can use the methods that are described in this article when you cannot recover folders or items by using the Recover deleted items command in Microsoft Outlook.

Read more in the MS article.

PFDAVAdmin, Exchange 2007 and .NET v.1.1 issue

PFDAVAadmin is still a great tool to manage public folders. It helps you do a lot of things "in bulk" that you would not easily be able to do otherwise (in a GUI). At least not as quickly and it works with Exchange 2000/2003/2007 even though it’s an old utility. However, on two different Exchange 2007 servers, I have received messages similar to this:

‘Could not expand https://localhost/exadmin/admin/mydomain.com/public%20folders/: name cannot begin with the ‘0′ character, hexadecimal value 0×30. Line 1, position 386′

I figured something was wrong with my public folder configuration, but thanks to a discussions on the web, I found that it relates to the .Net framework used by the utility. This message occurs if you do not have the Microsoft .NET Framework v1.1 installed on the server. (Exchange 2007 uses the v2.0 Framework).
Microsoft recommends using the PFDAVAdmin utility from a workstation, not from the console of the Exchange server, though. If you get this message, do NOT install the v1.1 Framework on an existing Exchange 2007 server. You run the risk of resetting some of the v2.0 Framework settings and, thus, breaking Exchange Server 2007!

So if you want to run PFDAVAdmin from the console of an Exchange 2007 server, you need to install the v1.1 .NET Framework prior to building Exchange.

Thanks to Jim McBee for highlighting this.