You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use -OutFile instead of ambiguous -o in PowerShell install command
In PowerShell 7.6.0+, the -o shorthand for Invoke-WebRequest is
ambiguous because it matches multiple parameters (-OperationTimeoutSeconds,
-OutFile, -OutVariable, -OutBuffer), causing the install command to fail.
Replace -o with the full -OutFile parameter in all installation
documentation files.
Fixes#3199
Signed-off-by: rvasikarla <rvasikarla@splunk.com>
0 commit comments