Invoke-WebRequest -URI options
John Bell
0
Reputation points
powershell comman Invoke-WebRequest -URI "atos-cov-remote.gpcloudservice.com"
returns
Invoke-WebRequest : The remote server returned an error: (504) Gateway Timeout.
At line:1 char:1
- Invoke-WebRequest -URI "atos-cov-remote.gpcloudservice.com"
-
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Sign in to answer