Get-DPMLibrary
Gets libraries associated with a DPM server.
Syntax
Default (Default)
Get-DPMLibrary
[[-DPMServerName] <String>]
[<CommonParameters>]
Description
The Get-DPMLibrary cmdlet gets the libraries associated with a System Center - 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 and the library status.
Examples
Example 1: Get libraries associated with a server
PS C:\>Get-DPMLibrary -DPMServerName "DPMServer07"
This command gets the libraries associated with the DPM server named DPMServer07.
Parameters
-DPMServerName
Specifies the name of a DPM server for which this cmdlet gets libraries.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.