共用方式為


使用 Operations Manager 殼層

 

適用於: System Center 2012 R2 Operations Manager, System Center 2012 - Operations Manager, System Center 2012 SP1 - Operations Manager

在 System Center 2012 – Operations Manager 中,Operations Manager 殼層會隨著 Operations Manager 主控台一併安裝;它提供了命令列環境和工作型指令碼技術,可用來自動化許多 Operations Manager 系統管理工作。

Operations Manager 殼層是建置在 Windows PowerShell 之上。 Operations Manager 殼層透過一組額外的 "Cmdlet" 擴充了 Windows PowerShell 的功能;這些 Cmdlet可以直接從命令殼層提示字元執行,或是從批次檔呼叫。 Cmdlet 可個別用於執行特定工作,也可以與其他 Cmdlet 結合以執行複雜的系統管理工作。 傳統命令列環境的運作方式與 Windows PowerShell 不同,傳統命令列會將文字結果傳回給使用者或是透過路由 (「經由管道」) 將文字傳送到不同的命令列公用程式,而 Windows PowerShell 則會直接操作 Microsoft .NET Framework 物件。 這種方式提供了更完備也更有效率的系統互動機制。

若要開啟 Operations Manager 殼層,請依序按一下 [開始]、[所有程式]、[Microsoft System Center 2012]、[Operations Manager] 和 [Operations Manager 殼層]。 您也可以在命令提示中輸入下列命令,將 Operations Manager 模組匯入現有的 Windows PowerShell 工作階段:

Import-Module –Name OperationsManager

您可以在 Operations Manager 殼層中輸入 Get-Help Cmdlet 名稱以存取 Cmdlet 說明,或是檢視 Cmdlets in System Center 2012 – Operations Manager (System Center 2012 – Operations Manager 中的 Cmdlet) 的線上說明。

若要瞭解 Windows PowerShell 的詳細資訊,請參閱 Windows PowerShell 開始使用手冊