Skip to content

Commit 774cdd7

Browse files
author
Schneider
committed
exchange-online-powershell-v2: fix typo
1 parent cdfc01d commit 774cdd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/docs-conceptual/exchange-online/exchange-online-powershell-v2/exchange-online-powershell-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ In contrast, the same **Get-Mailbox** cmdlet would return at least 230 propertie
250250

251251
For details about the property sets that are available in EXO V2 module cmdlets, see [Property sets in Exchange Online PowerShell V2 cmdlets](cmdlet-property-sets.md) or the individual EXO V2 module cmdlet reference topics.
252252

253-
EXO cmdlets also provide a way to retreive all properties for an object by using the _ProperySets_ parameter with the value `All`.
253+
EXO cmdlets also provide a way to retrieve all properties for an object by using the _ProperySets_ parameter with the value `All`.
254254

255255
The following example returns all properties for the 10 mailboxes:
256256

@@ -259,7 +259,7 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
259259
```
260260

261261
> [!NOTE]
262-
> We highly discourage using the _PropertySets_ parameter with the value `All` because it slows down the cmdlet and reduces reliability. Always use the _PropertySets_ and _Properties_ parameters to retreive only the requires properties.
262+
> We highly discourage using the _PropertySets_ parameter with the value `All` because it slows down the cmdlet and reduces reliability. Always use the _PropertySets_ and _Properties_ parameters to retrieve only the requires properties.
263263
264264
## Release notes
265265

0 commit comments

Comments
 (0)