Answers for "update powershell using cmd windows 10"

6

update powershell using cmd windows 10

# Update powershell using powershell command line
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
Posted by: Guest on May-07-2022

Code answers related to "update powershell using cmd windows 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language