資源描述:
《WindowsPowerShell腳本編程》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。
1、2021年10月7日第10章WindowsPowerShell腳本編程10.1PowerShell概述10.1.1PowerShell簡介10.1.2PowerShell的運行環(huán)境10.2PowerShell的安裝及配置10.2.1在WindowsServer2008中安裝PowerShell10.2.2使用VBScript驗證安裝10.2.3配置PowerShell10.2.4PowerShell的使用運行10.3獲取WindowsPowershell幫助10.4Powershellcmdlet命令第10章WindowsP
2、owerShell腳本編程10.4.1cmdlet介紹10.4.2cmdlet中的一些常用命令10.5PowerShell腳本語言語法10.5.1使用變量和常量10.5.2使用For語句10.5.3使用判斷語句10.5.4使用數(shù)據(jù)類型10.6使用PowerShell管理Windows10.6.1查看網(wǎng)絡(luò)設(shè)置10.6.2配置DNS服務(wù)器設(shè)置10.6.3添加用戶到域組【本章提要】WindowsPowerShell的概述PowerShell的安裝及配置如何使用PowerShell管理Windows基本內(nèi)容可以初步地將Windows
3、PowerShell理解為微軟早期版本操作系統(tǒng)中的CMD.exe命令工具集,但與此相比,WindowsPowerShell的功能更加強大,使用方式更加靈活。WindowsPowerShell作為WindowsServer2008提供的重大改進之一,已成為WindowsServer2008的一個組件。本章將討論PowerShell的基本概念、特點及語法,并介紹如何利用PowerShell對Windows進行基本管理。10.1PowerShell概述10.1.1PowerShell簡介WindowsPowerShell包括一個全
4、新的基于任務(wù)的命令行外殼,以及特別設(shè)計的用于系統(tǒng)管理的腳本語言。它構(gòu)建于.NETFramework的基礎(chǔ)之上,因此WindowsPowerShell也可以運行在支持.NETFramework的操作系統(tǒng)平臺上。WindowsPowerShell內(nèi)置的命令為cmdlets,用戶可以使用cmdlets命令以命令行的方式來管理計算機,而且WindowsPowerShell還具有完整的用戶開發(fā)的腳本語言和豐富的表達式解析程序。10.1.2PowerShell的運行環(huán)境目前可以安裝WindowsPowershell程序包的系統(tǒng)如下:1.
5、安裝有SP2補丁程序包的WindowsXP。2.安裝有SP1補丁程序包的WindowsServer20033.WindowsVista及WindowsServer2008。另外由于WindowsPowershell構(gòu)建于Microsfot.NET框架之上,因此安裝該工具包需要Microsfot.NETFramework2.0及以上版本的環(huán)境。10.2PowerShell的安裝及配置10.2.1在WindowsServer2008中安裝PowerShell1.選擇“開始”
6、“所有程序”
7、“管理工具”
8、“服務(wù)器管理器”菜單命令2
9、.選擇“功能”選項,右側(cè)選擇“添加功能”,便會彈出“添加功能向?qū)А贝翱凇?.在“添加功能向?qū)А贝翱谥虚g的列表框中,選擇“WindowsPowershell”,然后單擊“下一步”按鈕。安裝向?qū)Ь蜁詣影惭b,并將安裝完成的結(jié)果反饋給用戶。10.2.2使用VBScript驗證安裝因為WindowsPowershell目前沒有被默認安裝在微軟已發(fā)布的任何操作系統(tǒng)上,因此在使用前,需要確認目標平臺是否已經(jīng)安裝了WindowsPowershell。運行腳本步驟:方法一:將腳本復制到C盤根目錄下,點擊“開始”菜單,選擇“運行”,輸入“cm
10、d”回車,再輸入命令“c:/FindPowerShell.vbs”回車了;方法二:直接雙擊該腳本文件運行。如果系統(tǒng)安裝了PowerShell,腳本會顯示“PowerShellispresentonyourcomputer”的字樣。10.2.3配置PowerShell創(chuàng)建WindowsPowershell配置文件WindowsPowershell的配置文件中可以保存很多設(shè)置,這些內(nèi)容可以保存在psconsole文件中。如果要到處這些psconsole配置文件,可以使用Export-Consolecmdlet命令。方法如下:首先
11、啟動安裝好的Powershell,在命令窗口中輸入如下命令并回車:PSC:>Export-Consolemyconsole10.2.3配置PowerShell配置WindowsPowershell啟動選項WindowsPowershellde啟動方式有很多,如果雙擊默認的WindowsP