In prepare to migrate our Exchange 2010 to O365, I am trying some Exchange 2010 powershell commands to list our public folders. I need to display the "last access time" and "who access it" of all the public folders and the sub-folders.
The get-publicfolderstatistics
result has missing public folders in the Public Folder Management Console, such as EX:/o=mydomain/ou=Exchange
Administr...., internal, exchageV1, OAB Version 2, 3a, 4. Do you think these folder are from older version of Exchange?
How can I display those missing folders in the command and is it possible to display both the "last access time" and "who access the folders?"
The "get-publicfolder -recurse -resultsize unlimited" command seems to show all folders and sub-folders in our environment. How can I use it with the above command to display the result I need?
I use this reference link:
https://technet.microsoft.com/en-us/library/aa997949(v=exchg.150).aspx
Thanks.
Couldn't find public folder "\W/N\b-charters1\simo" on server "myserver.mydomain.com".
+ CategoryInfo : InvalidData: (\W/N\b-charters1\simo:Pub
], InvalidOperationException
+ FullyQualifiedErrorId : 7132D31B,Microsoft.Exchang
I think this is related to the missing folder in the get-publicfolderstatistics
Thanks.