File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
microsoftgraph/docs-conceptual Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ Microsoft PowerShell SDK cmdlets may support one or more of the following OData
23
23
| Name| Description| Example|
24
24
| --------| ----| -----|
25
25
| [ -Count] ( #count-parameter ) | Retrieves the total count of matching resources| ` Get-MgUser -ConsistencyLevel eventual -Count count ` <br >` $count ` |
26
- | [ -Expand] ( #expand-parameter ) | Retrieves related resources| ` Get-MgGroup -GroupId '0e06b38f-931a-47db-9a9a-60ab5f492005' -Expand members \| Select -ExpandProperty members ` |
26
+ | [ -Expand] ( #expand-parameter ) | Retrieves related resources| < code > Get-MgGroup -GroupId '0e06b38f-931a-47db-9a9a-60ab5f492005' -Expand members &# 124 ; Select -ExpandProperty members</ code > |
27
27
| [ -Filter] ( #filter-parameter ) | Filters results (rows)| ` Get-MgUser -Filter "startsWith(DisplayName, 'Conf')" ` |
28
28
| [ -OrderBy] ( #orderby-parameter ) | Orders results| ` Get-MgUser -OrderBy DisplayName ` |
29
29
| [ -Search] ( #search-parameter ) | Returns results based on search criteria| ` Get-MgUser -ConsistencyLevel eventual -Search '"DisplayName:Conf"' ` |
30
- | [ -Select] ( #select-parameter ) | Filters properties (columns)| ` Get-MgUser \| Select DisplayName, Id ` |
30
+ | [ -Select] ( #select-parameter ) | Filters properties (columns)| < code > Get-MgUser &# 124 ; Select DisplayName, Id</ code > |
31
31
| [ -Top] ( #top-parameter ) | Sets the page size of results. | ` Get-MgUser -Top 10 ` |
32
32
33
33
## Count parameter
You can’t perform that action at this time.
0 commit comments