Answered by:
Public Folder information

Question
-
I have an E2k7 environment, with public folders.
In 2003 you could find the email address assigned to a public folder by looking at the E-mail Addresses tab in Public Folder properties.
How can you find this information with 2007?
PS doesn't return this info with get-publicfolder, EMC doesn't display this info?
Thanks!
Friday, April 19, 2013 9:12 PM
Answers
All replies
-
Same way in 2007. Under the email addresses tab under the properties of the folder.
or Get-MailPublicFolder via powershell
http://technet.microsoft.com/en-us/library/bb123938(v=exchg.80).aspx
How to View or Configure the Settings of Mail-Enabled Public Folders
Friday, April 19, 2013 9:37 PM -
On Fri, 19 Apr 2013 21:12:09 +0000, The_Messenger wrote:>>>I have an E2k7 environment, with public folders.>>In 2003 you could find the email address assigned to a public folder by looking at the E-mail Addresses tab in Public Folder properties.>>How can you find this information with 2007?By looking at the "E-Mail Addresses" tab on the public folderproperties page in the EMC?>PS doesn't return this info with get-publicfolder,How about get-mailpublicfolder?>EMC doesn't display this info?Yes, it does.---Rich MatheisenMCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVPSaturday, April 20, 2013 2:42 AM -
This is what I have looking at ECM
Same folder in ESM/2003
Monday, April 22, 2013 12:46 PM -
-
Thanks Andy, this is what I was thinking. Going through the PFs in 2k7 folders that are seen as mail-enabled do have the email tab.
Do you know of a way to automate the process of finding folders that 2k7 doesn't see as mail-enabled? I don't see any way of identifying this with PS to run a script that would mail-enable. Maybe I need to look at it from an AD view, not Exchange. ??
It could be that when this folder was created, a few Exchange admins ago, it was created with a dot at the beginning and/or spaces in the alias. 2003 doesn't seem to mind this.
Monday, April 22, 2013 1:33 PM -
On Mon, 22 Apr 2013 13:33:35 +0000, The_Messenger wrote:>Thanks Andy, this is what I was thinking. Going through the PFs in 2k7 folders that are seen as mail-enabled do have the email tab.>>>>Do you know of a way to automate the process of finding folders that 2k7 doesn't see as mail-enabled? I don't see any way of identifying this with PS to run a script that would mail-enable. Maybe I need to look at it from an AD view, not Exchange. ??I suppose you could get a list of all public folders fromget-publicfolder. Then get another list of folders fromget-mailpublicfolder | get-publicfolderstatistics | selectidentity,folder,folderpath. Match the content of the two ists and youshould have the folders that aren't mail-enabled.>>It could be that when this folder was created, a few Exchange admins ago, it was created with a dot at the beginning and/or spaces in the alias. 2003 doesn't seem to mind this.---Rich MatheisenMCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVPTuesday, April 23, 2013 1:53 AM