Skip to content

Commit 85a094b

Browse files
committed
Update Invoke-EditGroup.ps1
1 parent 7a106ff commit 85a094b

File tree

1 file changed

+1
-1
lines changed
  • Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Groups

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Groups/Invoke-EditGroup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ function Invoke-EditGroup {
298298
Write-Information "Graph Bulk Requests: $($BulkRequests.Count)"
299299
if ($BulkRequests.Count -gt 0) {
300300
#Write-Warning 'EditUser - Executing Graph Bulk Requests'
301-
Write-Information ($BulkRequests | ConvertTo-Json -Depth 10)
301+
#Write-Information ($BulkRequests | ConvertTo-Json -Depth 10)
302302
$RawGraphRequest = New-GraphBulkRequest -tenantid $TenantId -scope 'https://graph.microsoft.com/.default' -Requests @($BulkRequests) -asapp $true
303303
#Write-Warning 'EditUser - Executing Graph Bulk Requests - Completed'
304304
#Write-Information ($RawGraphRequest | ConvertTo-Json -Depth 10)

0 commit comments

Comments
 (0)