PS C:\Windows\System32> Invoke-WebRequest “https://get.rainbond.com/install-dind.ps1” -o install-dind.ps1 ; .\install-dind.ps1 Invoke-WebRequest: Parameter cannot be processed because the parameter name ‘o’ is ambiguous. Possible matches include: -OperationTimeoutSeconds -OutFile -OutVariable -OutBuffer. .\install-dind.ps1: The term ‘.\install-dind.ps1’ is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.