diff --git a/content/telegraf/v1/install.md b/content/telegraf/v1/install.md index 247b8e7fb..696663572 100644 --- a/content/telegraf/v1/install.md +++ b/content/telegraf/v1/install.md @@ -302,7 +302,7 @@ In PowerShell _as an administrator_, do the following: wget ` https://dl.influxdata.com/telegraf/releases/telegraf-{{% latest-patch %}}_windows_amd64.zip ` -UseBasicParsing ` - -OutFile telegraf-{{< latest-patch >}}_windows_amd64.zip ` + -OutFile telegraf-{{< latest-patch >}}_windows_amd64.zip Expand-Archive .\telegraf-{{% latest-patch %}}_windows_amd64.zip ` -DestinationPath 'C:\Program Files\InfluxData\telegraf\' ```