diff --git a/website/docs/commands/Invoke-MtGraphRequest.mdx b/website/docs/commands/Invoke-MtGraphRequest.mdx index 016eb52b..48422166 100644 --- a/website/docs/commands/Invoke-MtGraphRequest.mdx +++ b/website/docs/commands/Invoke-MtGraphRequest.mdx @@ -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.