dell / OpenManage-PowerShell-Modules

Apache License 2.0
20 stars 8 forks source link

Slow response #20

Open wgjhstt247 opened 7 months ago

wgjhstt247 commented 7 months ago

The module frequently uses Invoke-WebRequest, which makes the functions in the module very slow. Use Invoke-WebRequest only for authentication, since access to the response headers are needed. Use Invoke-RestMethod everywhere else.