Skip to main content

Posts

Showing posts from September, 2007

Adding additional e-mail address to Exchange 2007 public folder

If you want to add additional e-mail address to your public folder in Exchange 2007 Service Pack 1 (BETA!!!!) you open Exchange Management Console , select Toolbox and open Public Folders Management Console . On Public Folders - SERVERNAME right-click and choose Connect to Server ... --> Browse and Select the server from the list. Under Default Public Folders choose the public folder you want to add additional e-mail address to and in the right-click menu choose Properties --> E-mail Addresses . To add additional e-mail addresses to Public Folder in Exchange Management Shell (pre-SP1 and SP1) use following commands: First, always check what is already in... Get-MailPublicFolder -Identity "YOURPUBLICFOLDERNAME" | FL You need to disable Email Address Policy for this Public Folder (like uncheck - Automatically update e-mail addresses based on e-mail address policy) Set-MailPublicFolder -Identity "YOURPUBLICFOLDERNAME" -EmailAddressPolicyEnabled:$