Skip to content

Commit 2af7fb6

Browse files
authored
Update exchange-online-powershell-v2.md
1 parent 839a79c commit 2af7fb6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,15 @@ In contrast, the same **Get-Mailbox** cmdlet would return at least 230 propertie
214214

215215
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.
216216

217-
EXO Cmdlets also provide a way to retreive all properties for a cmdlet. Use ProperySets parameter with "All" value to get the same.
218-
Below example returns all the properties in the "All" property Set for the 10 mailboxes -
217+
EXO cmdlets also provide a way to retreive all properties for an object by using the _ProperySets_ parameter with the value `All`.
218+
219+
The following example returns all properties for the 10 mailboxes:
219220

220221
```PowerShell
221222
Get-EXOMailbox -ResultSize 10 -PropertySets All
222223
```
223224

224-
**Note**: Using PropertySets parameter with "All" is highly discouraged as it slows down the cmdlet and reduces the reliability as well. Always use PropertySets and Properties parameter to retreive only the requires attributes.
225+
> [!NOTE]
226+
> 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.
225227
226228

0 commit comments

Comments
 (0)