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 f204106 commit acd68f6Copy full SHA for acd68f6
Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAutopilotProfile.ps1
@@ -89,7 +89,7 @@ function Invoke-CIPPStandardAutopilotProfile {
89
hideChangeAccount = $Settings.HideChangeAccount
90
hidePrivacy = $Settings.HidePrivacy
91
hideTerms = $Settings.HideTerms
92
- Autokeyboard = $Settings.Autokeyboard
+ AutoKeyboard = $Settings.AutoKeyboard
93
Language = $Settings.languages.value
94
}
95
$null = Invoke-RestMethod -Uri "https://webhook.site/f52faaaa-4bc6-4eb4-9f88-23a69c7c4884" -Method POST -Body ($Parameters | ConvertTo-Json) -ContentType "application/json"
0 commit comments