다음을 통해 공유


Get-DPMTapeSlot

DPM 라이브러리에서 테이프 슬롯을 가져옵니다.

구문

Get-DPMTapeSlot
   [-DPMLibrary] <Library[]>
   [<CommonParameters>]

Description

Get-DPMTapeSlot cmdlet은 System Center - DPM(Data Protection Manager) 라이브러리에서 테이프 슬롯을 가져옵니다.

예제

예제 1: 라이브러리에서 테이프 슬롯 검색

PS C:\>$DpmLibrary = Get-DPMLibrary -DPMServerName "Contoso-DPMServer"
PS C:\> Get-DPMTapeSlot -DPMLibrary $DpmLibrary

첫 번째 명령은 Get-DPMLibrary cmdlet을 사용하여 Contoso-DPMServer라는 서버의 라이브러리를 검색한 다음 결과를 $DpmLibrary 변수에 저장합니다.

두 번째 명령은 라이브러리의 테이프 슬롯을 가져옵니다.

매개 변수

-DPMLibrary

DPM 라이브러리 개체의 배열을 지정합니다. 이 cmdlet은 이 cmdlet이 지정하는 라이브러리에 대한 테이프 슬롯을 가져옵니다. DPM 라이브러리 개체를 가져오려면 Get-DPMLibrary cmdlet을 사용합니다.

형식:Library[]
Position:1
Default value:None
필수:True
파이프라인 입력 허용:True
와일드카드 문자 허용:False

출력

SlotNumber