We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb71ce0 + 4740fab commit 4ab47dcCopy full SHA for 4ab47dc
Modules/CIPPCore/Public/GraphRequests/Get-GraphRequestList.ps1
@@ -289,7 +289,7 @@ function Get-GraphRequestList {
289
try {
290
$QueueThresholdExceeded = $false
291
292
- if ($Parameters.'$count' -and !$SkipCache -and !$NoPagination) {
+ if ($Parameters.'$count' -and !$SkipCache -and !$NoPagination.IsPresent -and !$ManualPagination.IsPresent) {
293
if ($Count -gt $singleTenantThreshold) {
294
$QueueThresholdExceeded = $true
295
if ($RunningQueue) {
0 commit comments