How to find public folder path from it's email ID
Hi, I have 4000+ public folder in my exchange 2007 server. I wanted to find 1 public folder for wich i have it smtp id.Exchange Admin
March 22nd, 2011 3:38am

Finding a Public Folder by Email AddressJesper Bernle | Blog: http://xchangeserver.wordpress.com
Free Windows Admin Tool Kit Click here and download it now
March 22nd, 2011 4:16am

Hi If you can get smtp address by smtp id from email header, you can run Get- MailPublicFolder to get folder path.
March 23rd, 2011 4:40am

Hi , Team since last few months we were struggling for finding public folder path by their email id. He comes the solution. Type the falling command in power shell and you will get the folder path. Note: change email address while executing this comman. get-mailpublicfolder name@contoso.com | get-publicfolderstatistics |select AdminDisplayName, FolderPath Exchange Admin
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2011 7:49am

This works great when you run the powershell command directly on the Exchange 2010 server but does not work when you run it via Remote Powershell session on an administration PC. Possibly something to do with deserialization issues? Is there a way to get this to work without having to manually log onto the Exchange server every time? Thanks. Error I get is: PS M:\> Get-MailPublicFolder "is office" | Get-PublicFolderStatistics No existing 'PublicFolderEntry' matches the following Identity: 'mydomain.com/Microsoft Exchange System Objects/IS Office-1'. Make sure that you specified the correct 'PublicFolderEntry' Identity and that you have the necessary permi ssions to view 'PublicFolderEntry'. + CategoryInfo : NotSpecified: (0:Int32) [Get-PublicFolderStatistics], MapiOperationException + FullyQualifiedErrorId : A36629E,Microsoft.Exchange.Management.MapiTasks.GetPublicFolderStatistics
June 20th, 2012 12:13pm

This works great when you run the powershell command directly on the Exchange 2010 server but does not work when you run it via Remote Powershell session. Possibly something to do with deserialization issues? Is there a way to get this to work without having to manually log onto the Exchange server every time? Thanks. Error I get is: PS M:\> Get-MailPublicFolder "is office" | Get-PublicFolderStatistics No existing 'PublicFolderEntry' matches the following Identity: 'mydomain.com/Microsoft Exchange System Objects/IS Office-1'. Make sure that you specified the correct 'PublicFolderEntry' Identity and that you have the necessary permi ssions to view 'PublicFolderEntry'. + CategoryInfo : NotSpecified: (0:Int32) [Get-PublicFolderStatistics], MapiOperationException + FullyQualifiedErrorId : A36629E,Microsoft.Exchange.Management.MapiTasks.GetPublicFolderStatistics
Free Windows Admin Tool Kit Click here and download it now
June 20th, 2012 12:25pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics