Skip to content

Commit e384589

Browse files
committed
Additional updates to Archive parameter
Per Issue #4777
1 parent 80c9d32 commit e384589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exchange/exchange-ps/exchange/mailboxes/Get-Mailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Accept wildcard characters: False
250250
```
251251
252252
### -Archive
253-
The Archive switch returns only mailboxes that are enabled with an archive in the results. You don't need to specify a value with this switch.
253+
The Archive switch filters the results by mailboxes that have an archive enabled (only mailboxes that have an archive mailbox are returned). You don't need to specify a value with this switch.
254254
255255
```yaml
256256
Type: SwitchParameter

exchange/exchange-ps/exchange/powershell-v2-module/Get-EXOMailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Accept wildcard characters: False
125125
```
126126
127127
### -Archive
128-
The Archive switch returns only mailboxes that have an archive enabled in the results. You don't need to specify a value with this switch.
128+
The Archive switch filters the results by mailboxes that have an archive enabled (only mailboxes that have an archive mailbox are returned). You don't need to specify a value with this switch.
129129
130130
```yaml
131131
Type: SwitchParameter

0 commit comments

Comments
 (0)