We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a7c65 commit 6179443Copy full SHA for 6179443
1 file changed
Modules/CIPPCore/Public/Set-CIPPAssignedApplication.ps1
@@ -29,6 +29,9 @@ function Set-CIPPAssignedApplication {
29
'macOsVpp' {
30
$assignmentSettings.useDeviceLicensing = $true
31
}
32
+ 'iosVpp' {
33
+ $assignmentSettings.useDeviceLicensing = $true
34
+ }
35
default {
36
# No additional settings
37
0 commit comments