다음을 통해 공유


Operations Manager Shell 사용

 

적용 대상: System Center 2012 R2 Operations Manager, System Center 2012 - Operations Manager, System Center 2012 SP1 - Operations Manager

System Center 2012 - Operations Manager에서 Operations Manager Shell은 Operations Manager 콘솔과 함께 설치되며, 다양한 Operations Manager 관리 작업을 자동화하는 데 사용할 수 있는 명령줄 환경 및 작업 기반 스크립팅 기술을 제공합니다.

Operations Manager Shell은 Windows PowerShell에 기반합니다. Operations Manager Shell은 cmdlet의 추가 집합으로 Windows PowerShell을 확장하며, 이러한 cmdlet은 명령 셸 프롬프트에서 직접 실행하거나 스크립트 내에서 호출할 수 있습니다. 또한 개별적으로 특정 작업을 수행하는 데 cmdlet을 사용할 수도 있고, 복잡한 관리 작업을 수행하기 위해 다른 cmdlet과 결합하여 사용할 수도 있습니다. 최종 사용자에게 텍스트 결과를 반환하거나 다른 명령줄 유틸리티로 텍스트를 라우팅("파이핑")하는 방식으로 작동하는 기존 명령줄 환경과 달리 Windows PowerShell은 Microsoft .NET Framework 개체를 직접 조작합니다. 따라서 시스템과 상호 작용하는 데 보다 안정적이고 효율적인 메커니즘을 제공합니다.

Operations Manager Shell을 열려면 시작, 모든 프로그램, Microsoft System Center 2012, Operations Manager, Operations Manager Shell을 차례로 클릭합니다. 또한 명령 프롬프트에서 다음을 입력하여 기존 Windows PowerShell 세션으로 Operations Manager 모듈을 가져올 수 있습니다.

Import-Module –Name OperationsManager

Get-Help cmdlet 이름을 입력하여 Operations Manager Shell의 cmdlet 도움말에 액세스하거나 Cmdlets in System Center 2012 – Operations Manager에서 온라인 도움말을 확인할 수 있습니다.

Windows PowerShell에 대해 자세히 알아보려면 Windows PowerShell 시작 설명서를 참조하십시오.