Skip to content

Instantly share code, notes, and snippets.

@ChrFrohn
Created June 20, 2026 15:22
Show Gist options
  • Select an option

  • Save ChrFrohn/fe7baf29069129b17334f07484f8fd3a to your computer and use it in GitHub Desktop.

Select an option

Save ChrFrohn/fe7baf29069129b17334f07484f8fd3a to your computer and use it in GitHub Desktop.
Write-Output "ERROR: Failed to authenticate to Microsoft Graph"
Push-OutputBinding -Name Response -Value ([HttpResponseContext]@{
StatusCode = [HttpStatusCode]::InternalServerError
Body = "ERROR: Failed to authenticate to Microsoft Graph"
})
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment