Win2008 R2遷移實戰(zhàn)之遷移工具使用 |
發(fā)布時間: 2012/8/12 19:59:52 |
【IT168 應用技巧】微軟的Windows Server 2008 R2在性能和功能上都得到了前所未有的提升,諸多企業(yè)可將舊有的Windows Server 2003等服務器角色、操作系統(tǒng)設置和數(shù)據(jù)遷移到運行Win2008 R2。本文則介紹如何運行 Windows Server 遷移工具 cmdlet。 一、Windows Server 2008 R2 的完整安裝選項 使用下列任一過程啟動 Windows PowerShell 并運行 Windows Server 遷移工具 cmdlet。這些過程可以應用于源服務器或目標服務器。 從「開始」菜單運行 Windows Server 遷移工具的步驟 若要打開 Windows Server 遷移工具自定義 Windows PowerShell 會話,請單擊“開始”,指向“管理工具”,打開“Windows Server 遷移工具”文件夾,右鍵單擊“Windows Server 遷移工具”,然后單擊“以管理員身份運行”。 在新的 Windows PowerShell 會話中運行 Windows Server 遷移工具 cmdlet 的步驟 1、使用提升的用戶權限打開 Windows PowerShell 會話。若要執(zhí)行此操作,請依次單擊「開始」、“所有程序”、“附件”和“Windows PowerShell”,右鍵單擊 Windows PowerShell 快捷方式,然后單擊“以管理員身份運行”。 2、將 Windows Server 遷移工具加載到 Windows PowerShell 會話。若要加載 Windows Server 遷移工具,請鍵入以下內(nèi)容,然后按 Enter。 Add-PSSnapin Microsoft.Windows.ServerManager.Migration 從“命令提示符”窗口中運行 Windows Server 遷移工具的步驟 1、使用提升的用戶權限打開“命令提示符”。若要執(zhí)行此操作,請單擊“開始”,右鍵單擊“命令提示符”,然后單擊“以管理員身份運行”。 2、在命令提示符下鍵入以下內(nèi)容,然后按 Enter。 powershell.exe -PSConsoleFile %SystemRoot%\system32\ServerMigrationTools\ServerMigration.psc1 二、Windows Server 2008 R2 的服務器核心安裝選項 使用下列任一過程啟動 Windows PowerShell 并使用 Windows Server 遷移工具 cmdlet。 將 Windows PowerShell 與 Windows Server 遷移工具一同打開的步驟 在運行 Windows Server 2008 R2 服務器核心安裝選項的計算機上的命令提示符下,鍵入以下內(nèi)容,然后按 Enter。 powershell.exe -PSConsoleFile %SystemRoot%\system32\ServerMigrationTools\ServerMigration.psc1 分別打開 Windows PowerShell 和加載 Windows Server 遷移工具的步驟 1、在命令提示符下,鍵入以下命令,然后按 Enter。 powershell 2、將 Windows Server 遷移工具加載到 Windows PowerShell 會話中。若要加載 Windows Server 遷移工具,請鍵入以下內(nèi)容,然后按 Enter。 Add-PSSnapin Microsoft.Windows.ServerManager.Migration 本文出自:億恩科技【prubsntakaful.com】 |