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.
1 parent 515ca71 commit 940c99eCopy full SHA for 940c99e
Modules/CIPPCore/Public/GraphRequests/Get-GraphRequestList.ps1
@@ -174,7 +174,7 @@ function Get-GraphRequestList {
174
Write-Information "Total results (`$count): $Count"
175
}
176
177
- Write-Information ( 'GET [ {0} ]' -f $GraphQuery.ToString())
+ #Write-Information ( 'GET [ {0} ]' -f $GraphQuery.ToString())
178
179
try {
180
if ($QueueId) {
0 commit comments