Skip to content

Commit bf39f66

Browse files
authored
Merge pull request #441 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 0f151cf + baa198d commit bf39f66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardGroupTemplate.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ function Invoke-CIPPStandardGroupTemplate {
2828
https://docs.cipp.app/user-documentation/tenant/standards/list-standards
2929
#>
3030
param($Tenant, $Settings)
31-
$TestResult = Test-CIPPStandardLicense -StandardName 'GroupTemplate' -TenantFilter $Tenant -RequiredCapabilities @('EXCHANGE_S_STANDARD', 'EXCHANGE_S_ENTERPRISE', 'EXCHANGE_S_STANDARD_GOV', 'EXCHANGE_S_ENTERPRISE_GOV', 'EXCHANGE_LITE') -SkipLog
3231

3332
##$Rerun -Type Standard -Tenant $Tenant -Settings $Settings 'GroupTemplate'
3433
$existingGroups = New-GraphGETRequest -uri 'https://graph.microsoft.com/beta/groups?$top=999' -tenantid $tenant

0 commit comments

Comments
 (0)