Hi, I got this error message when running the PS script - "**Could not create SSL/TLS secure channel" After some research on the internet and thanks to Dr. BING I was able to solve the error with this line entered after the Param declaration [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 got this thanks to ZitRos - https://github.com/denoland/deno_install/issues/51