Skip to content

Commit 4740fab

Browse files
committed
Update Get-GraphRequestList.ps1
1 parent 95d8295 commit 4740fab

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 -and !$ManualPagination.IsPresent) {
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)