You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is no way to download multiple files with Invoke-WebRequest, trying to do so with Invoke-WebRequest -Uri link1,link2 will result in error Invoke-WebRequest: Cannot convert 'System.Object[]' to the type 'System.Uri' required by parameter 'Uri'. Specified method is not supported., this feature depends on #17553
Summary of the new feature / enhancement
Right now there is no way to download multiple files with Invoke-WebRequest, trying to do so with
Invoke-WebRequest -Uri link1,link2will result in errorInvoke-WebRequest: Cannot convert 'System.Object[]' to the type 'System.Uri' required by parameter 'Uri'. Specified method is not supported., this feature depends on #17553Proposed technical implementation details (optional)
No response