Skip to content

Commit

Permalink
Merge pull request #590 from maester365/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update maester.dev powershell docs
  • Loading branch information
merill authored Dec 14, 2024
2 parents cf470a8 + 20ed9d3 commit 5a69ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/commands/Invoke-MtGraphRequest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Note: Batch requests don't support caching.
### EXAMPLE 1

```powershell
Invoke-MtGraph -RelativeUri "users" -Filter "displayName eq 'John Doe'" -Select "displayName" -Top 10
Invoke-MtGraph -RelativeUri "users" -Filter "displayName eq 'John Doe'" -Select "displayName"
```

Get all users with a display name of "John Doe" and return the first 10 results.
Expand Down

0 comments on commit 5a69ea5

Please sign in to comment.