1分鐘試用PowerShell 5.0新功能PowerShellGet安裝Script Browser和Script Analyzer

Jialiang發表於2014-05-23

 

微軟PowerShell 產品組上週釋出了PowerShell 5.0 PowerShellGet功能。有了它,IT 人員可以方便地搜尋,安裝,更新PowerShell Module。在這篇部落格中,我將演示如果使用PowerShellGet安裝微軟ScriptBrowser和ScriptAnalyzer應用程式。

首先,你需要下載和安裝PowerShell 5.0 http://go.microsoft.com/fwlink/?LinkId=398175

安裝完成後,啟動PowerShell ISE (Powershell_ise.exe),在PowerShell console中,鍵入如下命令。

Install-Module ScriptBrowser –Scope CurrentUser

image

安裝完成後,你可以鍵入以下命令執行script browser和script analyzer

Enable-ScriptBrowser

Enable-ScriptAnalyzer

image

整個安裝過程非常方便。