dell / OpenManage-Enterprise

Script collateral leveraging the OME/OME-M REST APIs
Apache License 2.0
95 stars 49 forks source link

PowerShell code is using deprecated option -UseBasicParsing #64

Closed grantcurell closed 3 years ago

grantcurell commented 3 years ago

In current PowerShell code all calls to Invoke-WebRequest use the option -UseBasicParsing. Per the docs this was deprecated in PowerShell 6. All calls to Invoke-WebRequest use basic parsing by default.

It may make sense to leave it in if we expect customers to still be running Powershell <6.

grantcurell commented 3 years ago

Resolved with https://github.com/dell/OpenManage-Enterprise/pull/74