Get-DPMLibrary

Get-DPMLibrary

Gets libraries associated with a DPM server.

構文

Parameter Set: Default
Get-DPMLibrary [[-DPMServerName] <String> ] [ <CommonParameters>]

詳細説明

The Get-DPMLibrary cmdlet gets the libraries associated with a System Center 2012 – Data Protection Manager (DPM) server. You can use this cmdlet to get libraries to use with other cmdlets, such as the Enable-DPMLibrary and Disable-DPMLibrary cmdlets, or you can use the Get-DPMLibrary cmdlet to view the libraries associated with a DPM server, along with library status.

パラメーター

-DPMServerName<String>

Specifies the name of a DPM server.

エイリアス

none

必須?

false

位置は?

1

既定値

none

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Library

  • For more information, type "Get-Help Get-DPMLibrary -detailed".

Example 1: Get libraries associated with a server

This command gets the libraries associated with the DPM server named DPMServer07.

PS C:\> Get-DPMLibrary -DPMServerName "DPMServer07"

関連トピック

Disable-DPMLibrary

Enable-DPMLibrary

Rename-DPMLibrary