Expand Minimize
This topic has not yet been rated - Rate this topic

Get-DPMLibrary

Updated: January 14, 2013

Applies To: System Center 2012 - Data Protection Manager

Get-DPMLibrary

Returns the list of libraries attached to the DPM server and their status.

Syntax

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




Detailed Description

The Get-DPMLibrary cmdlet returns the list of libraries attached to the DPM server and their status.

Parameters

-DPMServerName<String>

Specify the name of the DPM server.


Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Library

Notes

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



    For technical information, type "Get-Help Get-DPMLibrary -full".


Examples

EXAMPLE 1

This command returns the list of libraries attached to the specified DPM server and their status.


PS C:\>Get-DPMLibrary -DPMServerName "TestingServer"
 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.