Windows PowerShell 指令碼:下載 SharePoint 2010 必要條件
英文原文已於 2011 年 12 月 20 日星期二發佈
本文為新系列文章的頭一篇,為您介紹儲存在 TechNet 組件庫中適用於 SharePoint 2010 產品之 Windows PowerShell 指令碼。每篇文章都會說明指令碼的功能和用途,並詳盡分析您可使用的特定 Windows PowerShell 程式設計技巧。
下載 SharePoint 2010 必要條件
下載 SharePoint 2010 必要條件 (可能為英文網頁) Windows PowerShell 指令碼 (https://gallery.technet.microsoft.com/bcf3332d-f726-4ac7-b01a-eeda4b7ece8e (可能為英文網頁)) 可下載並將 SharePoint Server 2010 必要條件的所有檔案儲存在特定位置。這在離線環境中安裝 SharePoint Server 2010 或將其當作自動安裝程式時非常有用,且是使用必要條件安裝程式 (PrerequisiteInstaller.exe) 工具的 Windows PowerShell 替代方案,如從網路共用安裝必要條件所述。
您可以將程式碼複製到文字編輯器中 (按一下程式碼頁面上的複製程式碼 (Copy Code),然後貼上)、另存為 .PS1 檔案,然後為 Windows PowerShell 提示指定其路徑與 .ps1 檔案名稱 (例如:PS C:\users\default> c:\users\joedavies\sp2010prereq.ps1) 來執行並測試指令碼。
對於想要磨練 Windows PowerShell 程式設計技能的朋友,請特別留意這個指令碼如何載入含有下載 URL 集的 $UrlList 物件,以及其如何使用 Foreach{} 結構將每個檔案下載至含有 Start-BitsTransfer (可能為英文網頁) 背景智慧型傳送服務 (BITS) Cmdlet 的指定資料夾。
如需適用於 SharePoint 2010 產品使用的 Windows PowerShell 指令碼清單,請參閱 TechNet 組件庫 (可能為英文網頁)。
如需 SharePoint Server 2010 中支援 Windows PowerShell 的詳細資訊,請參閱下列網站:
- 適用於 SharePoint Server 2010 資源中心的 Windows PowerShell (可能為英文網頁) (https://technet.microsoft.com/zh-tw/sharepoint/ff603532 (可能為英文網頁))
- 適用於 SharePoint Server 2010 的 Windows PowerShell (https://technet.microsoft.com/zh-tw/library/ee662539.aspx)
若要開始使用 SharePoint Server 2010,請參閱下列網站:
- SharePoint Server 2010 TechCenter (https://technet.microsoft.com/zh-tw/sharepoint/ee263917)
- TechNet 上的 SharePoint Server 2010 技術文件庫 (https://technet.microsoft.com/zh-tw/library/cc303422.aspx)
希望您會喜歡!
Joe Davies
資深文件工程師
SharePoint 平台和基礎結構文件製作團隊
這是翻譯後的部落格文章。英文原文請參閱 Windows PowerShell Script: Download SharePoint 2010 Prerequisites