Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Many thanks to **@ArmaanMcleod** and others for all their work to improve tab co

## Web cmdlets improvements

- Fix to allow `-PassThru` and `-Outfile` work together ([#24086][24086]) (Thanks @jshigetomi!)
- Add `OutFile` property in `WebResponseObject` ([#24047][24047]) (Thanks @jshigetomi!)
- Show filename in `Invoke-WebRequest -OutFile -Verbose` ([#24041][24041]) (Thanks @jshigetomi!)
- Fix to allow `-PassThru` and `-Outfile` work together ([#24086][24086])
- Add `OutFile` property in `WebResponseObject` ([#24047][24047])
- Show filename in `Invoke-WebRequest -OutFile -Verbose` ([#24041][24041])
- Fix WebCmdlets when `-Body` is specified but `ContentType` is not ([#23952][23952]) (Thanks
@CarloToso!)
- Fix `Invoke-WebRequest` to report correct size when `-Resume` is specified ([#20207][20207])
Expand Down
2 changes: 1 addition & 1 deletion reference/module/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.devlang: powershell
ms.manager: sewhee
ms.product: powershell
ms.topic: landing-page
quickFilterColumn1: powershell-7.4,windowsserver2022-ps
quickFilterColumn1: powershell-7.4,windowsserver2025-ps
quickFilterColumn2: azps-13.0.0,sqlserver-ps
quickFilterColumn3: graph-powershell-1.0,systemcenter-ps-2022
title: PowerShell Module Browser
Expand Down