Skip to content

Commit acd68f6

Browse files
authored
Update Invoke-CIPPStandardAutopilotProfile.ps1
1 parent f204106 commit acd68f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function Invoke-CIPPStandardAutopilotProfile {
8989
hideChangeAccount = $Settings.HideChangeAccount
9090
hidePrivacy = $Settings.HidePrivacy
9191
hideTerms = $Settings.HideTerms
92-
Autokeyboard = $Settings.Autokeyboard
92+
AutoKeyboard = $Settings.AutoKeyboard
9393
Language = $Settings.languages.value
9494
}
9595
$null = Invoke-RestMethod -Uri "https://webhook.site/f52faaaa-4bc6-4eb4-9f88-23a69c7c4884" -Method POST -Body ($Parameters | ConvertTo-Json) -ContentType "application/json"

0 commit comments

Comments
 (0)