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 9b81b39 commit b332b88Copy full SHA for b332b88
Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAutopilotProfile.ps1
@@ -92,7 +92,7 @@ function Invoke-CIPPStandardAutopilotProfile {
92
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"
+
96
Set-CIPPDefaultAPDeploymentProfile @Parameters
97
Write-LogMessage -API 'Standards' -tenant $tenant -message "Created Autopilot profile '$($settings.DisplayName)'" -sev Info
98
} catch {
0 commit comments