Hi,
Hope you can suggest any ideas;
We had a public folder that was deleted. When we have gone to recreate it the public folder as far as we can see does not exist anywhere although it still thinks the e-mail address is linked to the now deleted public folder and so cannot be used again.
We have run the following PS commands to try and find where it thinks it is attached to a public folder;
get-recipient -results unlimited | where {$_.emailaddresses -match "email-address-here"} | select name,emailaddresses,recipienttype
The above command returns the result that the e-mail address is related to a public folder but does not state location etc.
get-mailpublicfolder email@example.com | get-publicfolderstatistics | select AdminDisplayName, FolderPath
Ran the command above but says "No existing 'PublicFolderEntry' matches the following Identity......"
Many thanks!