KelvinTegelaar / PowerShellWarrantyReports

a repo dedicated to automatic warranty reporting and retrieval from different systems such as IT-Glue, Connectwise, Autotask, and N-central.
GNU Affero General Public License v3.0
172 stars 71 forks source link

UseBasicParsing #71

Closed thigley986 closed 6 months ago

thigley986 commented 1 year ago

Running against certain machines where IE Configuration has not occurred, the script generates an error: Invoke-WebRequest : The response content cannot be parsed because the Internet Explorer engine is not available, or Internet Explorer's first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again.

UseBasicParsing seems to work around this issue.