How to find Oldest Creation date of a public folder content using powershell
My organization is planning to set age limit on the public folders but we want to send a notification to the public folder if there are any items older than 3 years.Anyone have any idea how to find the item dates such as creation and modification.Please note that i am looking for the dates of the public folder content.Anyone know the powershell command to find these details?
December 14th, 2010 11:06am

Get-PublicFolderItemStatistics
Free Windows Admin Tool Kit Click here and download it now
December 14th, 2010 2:21pm

Hi Rmn77, Regarding your concern, I would like to explain that Andy's opinion is correct. “Get-PublicFolderItemStatistics” can view information about items within a specified public folder which includes subject, last modification time, last access time, creation time, attachments, message size, and the type of item. You can get more information of this command from the following document: Get-PublicFolderItemStatistics http://technet.microsoft.com/en-us/library/ee332344.aspx If anything is unclear, please feel free to let me know and I will be glad to help. Best Regards, Evan Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
December 16th, 2010 12:06am

I do not find this cmdlet in Exchange 2007.My servers are exchange 2007 and do not have any 2010 servers.
Free Windows Admin Tool Kit Click here and download it now
December 17th, 2010 12:05pm

You can use pfdavadmin: http://msexchangeteam.com/archive/2006/02/01/418566.aspx PFDAVAdmin Content Report - First step to explore the ‘jungle’ of your public folders
December 17th, 2010 6:24pm

I am aware of this report in pfdavadmin but i was looking for powershell as my intention is to automate the process to 1) find the folders in each public folders where there are items older than 3 years and 2) send notification to the identified public folder indicating our age limit policies I am unsure how can i automate this with pfdavadmin.We do not keep replicas in multiple places.We have only one copy of each public folder.
Free Windows Admin Tool Kit Click here and download it now
December 18th, 2010 12:55am

You can script pfdavadmin: ( there is probably more info in the pfdavadmin download as well) http://blogs.technet.com/b/austinmc/archive/2009/07/29/how-to-set-the-default-calendar-permissions-for-all-users-in-exchange-2000-2003-and-2007.aspx If Get-PublicFolderItemStatistics is not avail in 2007, this is probably the only option otherwise.
December 18th, 2010 8:52am

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

Other recent topics Other recent topics