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 9305079 commit 435440aCopy full SHA for 435440a
Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAutopilotProfile.ps1
@@ -59,7 +59,7 @@ function Invoke-CIPPStandardAutopilotProfile {
59
if ($Settings.NotLocalAdmin -eq $true) { $userType = 'Standard' } else { $userType = 'Administrator' }
60
if ($Settings.SelfDeployingMode -eq $true) {
61
$DeploymentMode = 'shared'
62
- $Setings.AllowWhiteGlove = $false
+ $Settings.AllowWhiteGlove = $false
63
} else {
64
$DeploymentMode = 'singleUser'
65
}
0 commit comments