Check Fix Items Operations
-CheckItems Checks items for known problems. Currently, the only known problem it checks for is the corrupt TNEF issue that prevents public folder replication. The intent is to eventually include all the functionality of the Fix-PFItems script as well.
-FixItems Fixes known problems with items. Currently, the only known problem it fixes is the corrupt TNEF issue. The intent is to eventually include all the functionality of the Fix-PFItems script as well.
-CheckItems examples
Check items in one specific public folder:
MAPIFolders -CheckItems "\MyFolder"
Check items in all folders under a specific folder:
MAPIFolders -CheckItems -Scope:Subtree "\MyFolder"
Check items in all public folders:
MAPIFolders -CheckItems -Scope:Subtree
-FixItems examples
The syntax for -FixItems is identical to -CheckItems.