Skip to content

Commit 4ab47dc

Browse files
authored
Merge pull request #456 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents cb71ce0 + 4740fab commit 4ab47dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/GraphRequests/Get-GraphRequestList.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ function Get-GraphRequestList {
289289
try {
290290
$QueueThresholdExceeded = $false
291291

292-
if ($Parameters.'$count' -and !$SkipCache -and !$NoPagination) {
292+
if ($Parameters.'$count' -and !$SkipCache -and !$NoPagination.IsPresent -and !$ManualPagination.IsPresent) {
293293
if ($Count -gt $singleTenantThreshold) {
294294
$QueueThresholdExceeded = $true
295295
if ($RunningQueue) {

0 commit comments

Comments
 (0)