Invoke-WebRequest: Perform HTTP Requests, Download Files, Parse Web with PowerShell
The Invoke-WebRequest cmdlet can be used to request HTTP/HTTPS/FTP resources directly from the PowerShell console. You can use this command to send HTTP requests (GET and POST), download files from…