Skip to content

Commit 6179443

Browse files
committed
Fix: Default to device licencing as the MS portal does too
1 parent 29a7c65 commit 6179443

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Modules/CIPPCore/Public/Set-CIPPAssignedApplication.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ function Set-CIPPAssignedApplication {
2929
'macOsVpp' {
3030
$assignmentSettings.useDeviceLicensing = $true
3131
}
32+
'iosVpp' {
33+
$assignmentSettings.useDeviceLicensing = $true
34+
}
3235
default {
3336
# No additional settings
3437
}

0 commit comments

Comments
 (0)