You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Successfully created group $($GroupObject.displayName) for $($tenant)"
94
-
Write-LogMessage-headers $Request.Headers-API $APIName-tenant $tenant-message "Created group $($GroupObject.displayName) with id $($GraphRequest.id)"-Sev Info
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Groups/Invoke-AddGroupTemplate.ps1
+30-15Lines changed: 30 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -15,26 +15,41 @@ function Invoke-AddGroupTemplate {
15
15
16
16
$GUID=$Request.Body.GUID?? (New-Guid).GUID
17
17
try {
18
-
if (!$Request.Body.displayname) { throw'You must enter a displayname' }
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Groups/Invoke-ListGroupTemplates.ps1
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,26 @@ function Invoke-ListGroupTemplates {
0 commit comments