PowerShell PowerShell $client = New-Object System.Net.Http.HttpClient $response = $client.GetAsync("https://www.example.com").Result $content = $response.Content.ReadAsStringAsync().Result Write-Output $content 1234 $client = New-Object System.Net.Http.HttpClient$response = $client.GetAsync("https://www.example.com").Result$content = $response.Content.ReadAsStringAsync().ResultWrite-Output $content