Skip to content

Commit 98fb2f8

Browse files
authored
Merge pull request MicrosoftDocs#8014 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 2bd500f + 41d70c2 commit 98fb2f8

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

exchange/exchange-ps/exchange/New-MailboxRepairRequest.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -95,37 +95,37 @@ This example creates a variable that identifies Ann Beebe's mailbox and then use
9595
### -CorruptionType
9696
The CorruptionType parameter specifies the type of corruption that you want to detect and repair. You can use the following values:
9797

98-
- AbandonedMoveDestination: Exchange 2016 or later, but only with the Database parameter, not the Mailbox parameter.
99-
- AggregateCounts: Aggregate counts on folders that aren't reflecting correct values.
100-
- BigFunnelMissingPOIs: Exchange 2016.
98+
- AbandonedMoveDestination\*: Exchange 2016 or later, but only with the Database parameter, not the Mailbox parameter.
99+
- AggregateCounts\*: Aggregate counts on folders that aren't reflecting correct values.
100+
- BigFunnelMissingPOIs\*: Exchange 2016.
101101
- BigFunnelPOI: Exchange 2019.
102-
- CleanupFilesFolder: Exchange 2016 or later.
103-
- CleanupGraphNodesWithPropertyError: Exchange 2016 or later.
104-
- CleanupOfficeGraphFolders: Exchange 2016 or later.
102+
- CleanupFilesFolder\*: Exchange 2016 or later.
103+
- CleanupGraphNodesWithPropertyError\*: Exchange 2016 or later.
104+
- CleanupOfficeGraphFolders\*: Exchange 2016 or later.
105105
- CleanupOfficeGraphSsc: Exchange 2016 or later.
106-
- CleanupOrphanedIndexes: Exchange 2016 or later.
107-
- CleanupTrendingAroundMe: Exchange 2016 or later.
108-
- CorruptJunkRule: Exchange 2013 or later.
109-
- CorruptSearchFolderCriteria: Exchange 2016 or later.
110-
- CorruptedPerUserData: Exchange 2016 or later.
111-
- DropAllLazyIndexes: Exchange 2013 or later.
112-
- EmptyFilesFolder: Exchange 2016 or later.
106+
- CleanupOrphanedIndexes\*: Exchange 2016 or later.
107+
- CleanupTrendingAroundMe\*: Exchange 2016 or later.
108+
- CorruptJunkRule\*: Exchange 2013 or later.
109+
- CorruptSearchFolderCriteria\*: Exchange 2016 or later.
110+
- CorruptedPerUserData\*: Exchange 2016 or later.
111+
- DropAllLazyIndexes\*: Exchange 2013 or later.
112+
- EmptyFilesFolder\*: Exchange 2016 or later.
113113
- Extension1: Exchange 2013 or later, but reserved for internal Microsoft use.
114114
- Extension2: Exchange 2013 or later, but reserved for internal Microsoft use.
115115
- Extension3: Exchange 2013 or later, but reserved for internal Microsoft use.
116116
- Extension4: Exchange 2013 or later, but reserved for internal Microsoft use.
117117
- Extension5: Exchange 2013 or later, but reserved for internal Microsoft use.
118-
- FocusedInboxCleanup: Exchange 2016 or later.
119-
- FolderACL: Exchange 2013 or later.
120-
- FolderView: Views on folders that aren't returning correct contents.
121-
- ImapId: Exchange 2013 or later.
122-
- LockedMoveTarget: Exchange 2013 or later, but only if the mailbox is locked.
118+
- FocusedInboxCleanup\*: Exchange 2016 or later.
119+
- FolderACL\*: Exchange 2013 or later.
120+
- FolderView\*: Views on folders that aren't returning correct contents.
121+
- ImapId\*: Exchange 2013 or later.
122+
- LockedMoveTarget\*: Exchange 2013 or later, but only if the mailbox is locked.
123123
- MessageId
124124
- MessagePtagCn
125125
- MissingSpecialFolders: Exchange 2013 or later.
126126
- OlcFolderCleanup: Exchange 2016 or later.
127127
- ProvisionedFolder: Provisioned folders that are incorrectly pointing into parent folders that aren't provisioned.
128-
- ReduceRedundantAI: Exchange 2016 or later, and only by itself.
128+
- ReduceRedundantAI\*: Exchange 2016 or later.
129129
- RemovePICWFolder: Exchange 2016 or later, but reserved for internal Microsoft use.
130130
- ReplState: Exchange 2013 or later.
131131
- RestrictionFolder: Exchange 2013 or later.
@@ -137,6 +137,8 @@ The CorruptionType parameter specifies the type of corruption that you want to d
137137

138138
You can specify multiple values separated by commas.
139139

140+
\* You can only use this value by itself.
141+
140142
```yaml
141143
Type: MailboxStoreCorruptionType[]
142144
Parameter Sets: (All)

0 commit comments

Comments
 (0)