Skip to content

Commit 44b3e93

Browse files
type check
1 parent c149d69 commit 44b3e93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function Invoke-CIPPStandardIntuneTemplate {
2020
$displayname = $request.body.Displayname
2121
$description = $request.body.Description
2222
$RawJSON = $Request.body.RawJSON
23+
$TemplateTypeURL = $Request.body.Type
2324

2425
Set-CIPPIntunePolicy -TemplateType $Request.body.Type -Description $description -DisplayName $displayname -RawJSON $RawJSON -AssignTo $null -tenantFilter $Tenant
2526

0 commit comments

Comments
 (0)