mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 15:42:31 +00:00
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# iwr
|
|
|
|
> In PowerShell, this command is an alias of `Invoke-WebRequest`.
|
|
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr invoke-webrequest`
|