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 88fa2f4 commit f585bd8Copy full SHA for f585bd8
Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardIntuneTemplate.ps1
@@ -86,6 +86,7 @@ function Invoke-CIPPStandardIntuneTemplate {
86
remediate = $Template.remediate
87
existingPolicyId = $ExistingPolicy.id
88
templateId = $Template.TemplateList.value
89
+ customGroup = $Template.customGroup
90
}
91
} else {
92
Write-Host "IntuneTemplate: $($Template.TemplateList.value) - No differences found."
@@ -101,6 +102,7 @@ function Invoke-CIPPStandardIntuneTemplate {
101
102
103
104
105
106
107
108
0 commit comments