다음을 통해 공유


Get-DPMProductionServer

DPM 보호 에이전트가 설치된 컴퓨터를 가져옵니다.

구문

Get-DPMProductionServer
   [[-DPMServerName] <String>]
   [<CommonParameters>]

Description

Get-DPMProductionServer cmdlet은 System Center - DPM(Data Protection Manager) 보호 에이전트가 설치된 컴퓨터를 가져옵니다.

예제

예제 1: DPM 서버로 보호되는 컴퓨터 가져오기

PS C:\> Get-DPMProductionServer -DPMServerName "DpmTsqa01"

이 명령은 DpmTsqa01이라는 DPM 서버에 대해 보호 에이전트가 설치된 컴퓨터 목록을 가져옵니다.

매개 변수

-DPMServerName

DPM 서버의 이름을 지정합니다. 이 cmdlet은 이 매개 변수가 지정하는 서버에 대한 보호 에이전트가 있는 컴퓨터를 가져옵니다. 이름을 지정하지 않으면 cmdlet은 현재 컴퓨터 이름을 사용합니다.

형식:String
별칭:ComputerName, CN
Position:1
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

출력

ProductionServer