I am new to powershell and run into a weird error from:
\Downloads> dlurl = "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3.msi"
dlurl : The term 'dlurl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ dlurl = "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3.msi"
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (dlurl:String) [], CommandNotFoundException
Some suggestions?