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.
1 parent 9f1ad36 commit 823b7d1Copy full SHA for 823b7d1
reference/5.1/Microsoft.PowerShell.Utility/Invoke-WebRequest.md
@@ -453,6 +453,11 @@ Accept wildcard characters: False
453
Indicates that the cmdlet returns the results, in addition to writing them to a file. This parameter
454
is valid only when the **OutFile** parameter is also used in the command.
455
456
+> [!NOTE]
457
+> When you use the **PassThru** parameter, the output is written to the pipeline but the file is
458
+> empty. For more information, see
459
+> [PowerShell Issue #15409](https://github.com/PowerShell/PowerShell/issues/15409).
460
+
461
```yaml
462
Type: System.Management.Automation.SwitchParameter
463
Parameter Sets: (All)
0 commit comments