Incident Summary: SQL Services affecting central login experienced downtime following routine updates. Issues were encountered when reconnecting encrypted volumes after system reboot.
Root Cause: A recent Windows update modified the default behavior of PowerShell's Invoke-WebRequest cmdlet. Our automated scripts that handle volume reconnection were executing without the -UseBasicParsing parameter, causing them to pause and wait for user confirmation instead of executing non-interactively.
Resolution: Encrypted volumes were manually reconnected to restore service availability. Our automation startup scripts have been updated to include the -UseBasicParsing parameter in all Invoke-WebRequest calls, ensuring scripts execute without requiring user interaction.
Preventive Measures:
-UseBasicParsing parameterTimeline: