SCRT-HQ / PSGSuite

Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
https://psgsuite.io/
Apache License 2.0
234 stars 68 forks source link

Resolve web requests if no mshtml renderer / IE is disabled #385

Open Xorlent opened 9 months ago

Xorlent commented 9 months ago

Applied -UseBasicParsing parameter to Invoke-Webrequest calls to ensure they succeed if IE is disabled.