Last active
June 20, 2026 17:04
-
-
Save ChrFrohn/988a1855da37891f9cb99a037b2ef685 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Write-Output "SUCCESS: Completed for user: $UserPrincipalName" | |
| Push-OutputBinding -Name Response -Value ([HttpResponseContext]@{ | |
| StatusCode = [HttpStatusCode]::OK | |
| Body = "SUCCESS: Completed for user: $UserPrincipalName" | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment