-
Notifications
You must be signed in to change notification settings - Fork 0
Check Fix Items Operations
Bill Long edited this page May 15, 2015
·
1 revision
-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.
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
The syntax for -FixItems is identical to -CheckItems.