PowerShell常用命令 下载文件: (new-object System.Net.WebClient).DownloadFile( ‘https://www.abc.com/wac.msi’,’c:\wac.msi’) 2019-09-04 23:30