Upgrade Email Address Policies During Exchange 2007 Migration
How to upgrade Email Address Policies to Exchange 2007 OPath format using Set-EmailAddressPolicy.
How to upgrade Email Address Policies to Exchange 2007 OPath format using Set-EmailAddressPolicy.
How to remove all legacy Routing Group Connectors during an Exchange Server 2007 transition.
Here is a simple Exchange Management Shell command that will move all of your Offline Address Books from the Exchange 2003 OAB generation server to an Exchange 2007 OAB generation server.
How to export a list of all the SMTP addresses assigned to mailbox users in the Exchange organization.
Every time I do an Exchange 2000/2003 to Exchange 2007 transition I have to run the same shell commands at the end to upgrade the default Email Address Policy, Address Lists, and Global Address List. So I wrote this script to do it automatically. To use the script copy this code into Notepad and save […]
With a simple Exchange Management Shell command you can display a list of your public folders and the item count for each one. All you need to do is pipe Get-PublicFolder into Get-PublicFolderStatistics like this: [PS] C:\>Get-PublicFolder -Recurse | Get-PublicFolderStatistics
When planning a mailbox migration to Exchange Server 2007 you should consider the amount of transaction logging that will be generated by the move. In low risk environments circular logging can be used to avoid disk space problems caused by the volume of transaction logs generated during bulk mailbox moves. You can query the current […]
Project Coconut is underway and the first bit of action is getting the environment up to the pre-requisites for Exchange Server 2007. The existing environment is Active Directory in Windows 2000 Native Mode, with Windows 2000 Server domain controllers, and an Exchange 2000 Server organisation also running on Windows 2000 Server member servers. Part 5 - Its mailbox migration time!
Exchange Server 2007 has some very useful replication features such as Local Continuous Replication (in RTM and SP1) and Standby Continuous Replication (in SP1 only). These features can provide nice and simple disaster recovery options by replicating your storage group logs and databases to another location, be it another disk/LUN with LCR or another mailbox […]
Project Coconut is underway and the first bit of action is getting the environment up to the pre-requisites for Exchange Server 2007. The existing environment is Active Directory in Windows 2000 Native Mode, with Windows 2000 Server domain controllers, and an Exchange 2000 Server organisation also running on Windows 2000 Server member servers. Part 3 - Deploying the first Exchange Server 2007 server.
In earlier versions of Exchange Server the Message Tracking log settings were configured through the GUI interface. Now with Exchange Server 2007 you can set the Message Tracking log path in the GUI, but you need to hit the Exchange Management Shell for other settings such as the log retention period. To view the retention […]