I have a client who was recently migrated from Exchange 2003 to Exchange 2010 to now exchange 2013. Public Folders were migrated successfully with minimal hiccups. This week the client is telling me that whenever someone opens a file inside Public Folders, a read receipt is sent to the original owner. Can this be disabled?
I've tried using the following cmdlet:
Set-PublicFolder '\<Public Folder Name>' -PerUserReadStateEnabled:$false
Am I on the right path with this cmdlet or am I missing something?