shawn Posted December 11, 2025 Report Share Posted December 11, 2025 Hi, everyone! Patch Tuesday this week brought a forced change to the PowerShell Invoke-WebRequest command to address CVE-2025-54100. The fix for your PS command scripts is pretty simple, just add -UseBasicParsing to your IWR commands. This has been recommended syntax for a while anyway. Failure to include this switch will cause the script to stall and fail waiting for user input to confirm. This goes for the PS alias for IWR "curl", too. Link to comment Share on other sites More sharing options...
shawn Posted December 12, 2025 Author Report Share Posted December 12, 2025 Also applied to Invoke-RestMethod. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now