Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

update powershell using cmd windows 10

# Update powershell using powershell command line
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #update #powershell #cmd #windows
ADD COMMENT
Topic
Name
3+4 =