We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0578dbd + 9fc3cbf commit 05d44f7Copy full SHA for 05d44f7
articles/virtual-desktop/add-session-hosts-host-pool.md
@@ -242,7 +242,7 @@ Using `msiexec` enables you to install the agent and boot loader from the comman
242
243
$installers = @()
244
foreach ($uri in $uris) {
245
- $download = Invoke-WebRequest -Uri $uri -Method GET
+ $download = Invoke-WebRequest -Uri $uri
246
247
$fileName = ($download.Headers.'Content-Disposition').Split('=')[1].Replace('"','')
248
$output = [System.IO.FileStream]::new("$pwd\$fileName", [System.IO.FileMode]::Create)
0 commit comments