Public Folder DL ArchiveYou want to use a public folder to archive content from a distribution list.
- New-PublicFolder -Name "Company News" -path "\Discussion List Archives"
- Add-PublicFolderClientPermission "\Discussion List Archives\Company News" -User YourUserAlias -AccessRights FolderOwner
- Use Outlook 2003/2007 to assign permissions to groups and users.
- Enable-MailPublicFolder "\Discussion List Archives\Company News" -HiddenFromAddressListsEnabled $true
- Set-MailPublicFolder "\Discussion List Archives\Company News" -EmailAddressPolicyEnabled $false -EmailAddresses companynews-archive@domain.com -WindowsEmailAddress companynews-archive@domain.com
- Use the Exchange Management Console to create a Distribution Group called "Company News" as you normally would
- (Pre-Exchange 2007 SP1 step) Using ADSIEdit, locate the public folder object called "Company News" in the Microsoft Exchange System Objects container in the domain partition. Copy the value of distinguishedName to the clipboard
- (Pre-Exchange 2007 SP1 step) Using ADSIEdit, locate the distribution list object for "Company News" and add the distinguishedName value you copied in the previous step as an entry to the members property
- Remove-PublicFolderClientPermission "\Discussion List Archives\Company News" -User YourUserAlias -AccessRights FolderOwner
|