Skip to content

Commit f585bd8

Browse files
update group assignment
1 parent 88fa2f4 commit f585bd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ function Invoke-CIPPStandardIntuneTemplate {
8686
remediate = $Template.remediate
8787
existingPolicyId = $ExistingPolicy.id
8888
templateId = $Template.TemplateList.value
89+
customGroup = $Template.customGroup
8990
}
9091
} else {
9192
Write-Host "IntuneTemplate: $($Template.TemplateList.value) - No differences found."
@@ -101,6 +102,7 @@ function Invoke-CIPPStandardIntuneTemplate {
101102
remediate = $Template.remediate
102103
existingPolicyId = $ExistingPolicy.id
103104
templateId = $Template.TemplateList.value
105+
customGroup = $Template.customGroup
104106
}
105107
}
106108
}

0 commit comments

Comments
 (0)