Skip to content

Commit 05d44f7

Browse files
Merge pull request #229704 from dknappettmsft/patch-1
Update add-session-hosts-host-pool.md
2 parents 0578dbd + 9fc3cbf commit 05d44f7

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)