I haven't tested it, but you should be able to take the script discussed earlier today:
http://gallery.technet.microsoft.com/office/Report-Retention-3341472a Find this line: $folderidcnt = new-object Microsoft.Exchange.WebServices.Data.FolderId([Microsoft.Exchange.WebServices.Data.WellKnownFolderName]::MsgFolderRoot,$PrimarySMTPAddress); And change it to: $folderidcnt = new-object Microsoft.Exchange.WebServices.Data.FolderId([Microsoft.Exchange.WebServices.Data.WellKnownFolderName]:: ArchiveMsgFolderRoot,$PrimarySMTPAddress); And it should search the Archive instead of the primary mailbox. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Maglinger, Paul Sent: Thursday, May 23, 2013 2:12 PM To: New Exchange List ([email protected]) Subject: [Exchange] Report of Retention Policies of all folders in Archive - feasible - possible? I've put this out there before, but let me rephrase it this way. Is it even possible to pull down a report of all folders in a Personal Archive and the Retention Policy that is assigned to each folder? It just seems there has to be a way, but the method eludes me. -Paul
