Skip to content

Commit 1ad7a8e

Browse files
authored
Merge pull request #6610 from sujnai/patch-1
Not all parameter values available in all builds
2 parents ce6f547 + 7d00333 commit 1ad7a8e

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

exchange/exchange-ps/exchange/Get-MailboxFolderStatistics.md

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -199,49 +199,27 @@ Accept wildcard characters: False
199199
The FolderScope parameter specifies the scope of the search by folder type. Valid parameter values include:
200200
201201
- All
202-
203-
- Archive
204-
202+
- Archive: Exchange 2016 or later.
205203
- Calendar
206-
207204
- Contacts
208-
209205
- ConversationHistory
210-
211206
- DeletedItems
212-
213207
- Drafts
214-
215208
- Inbox
216-
217209
- JunkEmail
218-
219210
- Journal
220-
221-
- LegacyArchiveJournals
222-
223-
- ManagedCustomFolder
224-
225-
- NonIpmRoot
226-
211+
- LegacyArchiveJournals: Exchange 2013 or later.
212+
- ManagedCustomFolder: Returns output for all managed custom folders.
213+
- NonIpmRoot: Exchange 2013 or later.
227214
- Notes
228-
229215
- Outbox
230-
231216
- Personal
232-
233-
- RecoverableItems
234-
217+
- RecoverableItems: Returns output for the Recoverable Items folder and the Deletions, DiscoveryHolds, Purges, and Versions subfolders.
235218
- RssSubscriptions
236-
237219
- SentItems
238-
239220
- SyncIssues
240-
241221
- Tasks
242222
243-
The ManagedCustomFolder value returns output for all managed custom folders. The RecoverableItems value returns output for the Recoverable Items folder and the Deletions, DiscoveryHolds, Purges, and Versions subfolders.
244-
245223
```yaml
246224
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.ElcFolderType
247225
Parameter Sets: (All)

0 commit comments

Comments
 (0)