I'm assuming this is related: I can't do any development using Visual Studio 2019 at the moment because it calls home to verify the license and it is currently unable to log me in to to verify my license. So VS is basically bricked for me until this gets fixed :-( Screenshot: https://rog.gy/ss/3b14f7a2ac.png
Microsoft 365 Outage
41–50 of 166 posts
Re: Microsoft 365 Outage
#42Earlier quoted context omitted.
Doesn't work for me, I get: At line:1 char:16 + $loop = "loop" do {$response = $null; Start-Sleep -Seconds 5 try {$re ... + ~~ Unexpected token 'do' in expression or statement. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnexpectedToken
Cleaned-up version while ($true) { $response = $null; try { $response = Invoke-WebRequest " https://login.microsoftonline.com/common/oauth2/ " -ErrorAction SilentlyContinue | select status*; if ($response) { "OK $($response.StatusCode) $(Get-Date)" | Write-Host; } } catch { "Down $(Get-Date)" | Write-Host; }; Start-Sleep -Seconds 5; }
Re: Microsoft 365 Outage
#43Earlier quoted context omitted.
Doesn't work for me, I get: At line:1 char:16 + $loop = "loop" do {$response = $null; Start-Sleep -Seconds 5 try {$re ... + ~~ Unexpected token 'do' in expression or statement. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnexpectedToken
Sorry about that - I have no idea how to format comments. I placed a copy here: https://www.codepile.net/pile/gz77EXzd
Re: Microsoft 365 Outage
#44This seems catastrophically bad.
Re: Microsoft 365 Outage
#45Earlier quoted context omitted.
Doesn't work for me, I get: At line:1 char:16 + $loop = "loop" do {$response = $null; Start-Sleep -Seconds 5 try {$re ... + ~~ Unexpected token 'do' in expression or statement. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnexpectedToken
Cleaned-up version while ($true) { $response = $null; try { $response = Invoke-WebRequest " https://login.microsoftonline.com/common/oauth2/ " -ErrorAction SilentlyContinue | select status*; if ($response) { "OK $($response.StatusCode) $(Get-Date)" | Write-Host; } } catch { "Down $(Get-Date)" | Write-Host; }; Start-Sleep -Seconds 5; }
Re: Microsoft 365 Outage
#46Re: Microsoft 365 Outage
#47#HugOps to the SRE's rolling back changes. I can’t reliably access anything right now so I’ll just use this as an excuse to take a brief walk.
Re: Microsoft 365 Outage
#48You could play status page roulette... https://status.azure.com/en-us/status https://status.office365.com https://portal.office.com/servicestatus
Re: Microsoft 365 Outage
#49You could play status page roulette... https://status.azure.com/en-us/status https://status.office365.com https://portal.office.com/servicestatus
I like how this isn't Critical (yet)