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 d0a3fce commit 6e147e9Copy full SHA for 6e147e9
reference/6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md
@@ -104,7 +104,7 @@ From Value 1
104
To Value 5280
105
```
106
107
-The first command issues the request and saves the response in the `$R` variable.
+The first command issues the request and saves the response in the `$response` variable.
108
109
The second command gets any **InputField** where the **name** property is like "* Value". The
110
filtered results are piped to `Select-Object` to select the **name** and **value** properties.
0 commit comments