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 2beb9d4 commit b2c84fbCopy full SHA for b2c84fb
Modules/CIPPCore/Public/Functions/Get-CIPPTenantAlignment.ps1
@@ -162,7 +162,7 @@ function Get-CIPPTenantAlignment {
162
Write-Host "Processing Intune Tag: $($Tag.value)"
163
$IntuneActions = if ($IntuneTemplate.action) { $IntuneTemplate.action } else { @() }
164
$IntuneReportingEnabled = ($IntuneActions | Where-Object { $_.value -and ($_.value.ToLower() -eq 'report' -or $_.value.ToLower() -eq 'remediate') }).Count -gt 0
165
- $TagTemplates | Where-Object -Property package -EQ $Tag.value
+ $TagTemplate = $TagTemplates | Where-Object -Property package -EQ $Tag.value
166
$TagTemplates | ForEach-Object {
167
$TagStandardId = "standards.IntuneTemplate.$($_.GUID)"
168
[PSCustomObject]@{
0 commit comments