Skip to content

Commit 9fc3cbf

Browse files
Update add-session-hosts-host-pool.md
1 parent 0578dbd commit 9fc3cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/add-session-hosts-host-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Using `msiexec` enables you to install the agent and boot loader from the comman
242242
243243
$installers = @()
244244
foreach ($uri in $uris) {
245-
$download = Invoke-WebRequest -Uri $uri -Method GET
245+
$download = Invoke-WebRequest -Uri $uri
246246
247247
$fileName = ($download.Headers.'Content-Disposition').Split('=')[1].Replace('"','')
248248
$output = [System.IO.FileStream]::new("$pwd\$fileName", [System.IO.FileMode]::Create)

0 commit comments

Comments
 (0)