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 829beb2 commit 3996a7aCopy full SHA for 3996a7a
Modules/CIPPCore/Public/TenantGroups/Update-CIPPDynamicTenantGroups.ps1
@@ -161,7 +161,7 @@ function Update-CIPPDynamicTenantGroups {
161
}
162
Add-CIPPAzDataTableEntity @LicenseCacheTable -Entity $CacheEntity -Force
163
} catch {
164
- Write-LogMessage -API 'TenantGroups' -message 'Error getting licenses' -Tenant $_.defaultDomainName -sev Warning -LogData (Get-CippExeception -Exception $_)
+ Write-LogMessage -API 'TenantGroups' -message 'Error getting licenses' -Tenant $_.defaultDomainName -sev Warning -LogData (Get-CippException -Exception $_)
165
166
167
0 commit comments