Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exchange/exchange-ps/exchange/Get-EXOMailboxStatistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This example retrieves the minimum set of properties and the specified propertie
## PARAMETERS

### -Archive
The Archive switch parameter specifies whether to return mailbox statistics for the archive mailbox associated with the specified mailbox. You don't need to specify a value with this switch.
The Archive switch specifies whether to return mailbox statistics for the archive mailbox associated with the specified mailbox. You don't need to specify a value with this switch.

```yaml
Type: SwitchParameter
Expand Down
2 changes: 1 addition & 1 deletion exchange/exchange-ps/exchange/Set-UserPhoto.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Accept wildcard characters: False
```

### -Cancel
The Cancel switch parameter deletes the photo that's currently uploaded as the preview photo. You don't need to specify a value with this switch.
The Cancel switch deletes the photo that's currently uploaded as the preview photo. You don't need to specify a value with this switch.

To delete the photo that's currently associated with a user's account, use the Remove-UserPhoto cmdlet. The Cancel switch only deletes the preview photo.

Expand Down