Get-DPMProductionServer
Gets computers on which the DPM protection agent is installed.
Syntax
Default (Default)
Get-DPMProductionServer
[[-DPMServerName] <String>]
[<CommonParameters>]
Description
The Get-DPMProductionServer cmdlet gets computers on which the System Center - Data Protection Manager (DPM) protection agent is installed.
Examples
Example 1: Get computers protected by a DPM server
PS C:\> Get-DPMProductionServer -DPMServerName "DpmTsqa01"
This command gets the list of computers on which the protection agents is installed for the DPM server named DpmTsqa01.
Parameters
-DPMServerName
Specifies the name of a DPM server. This cmdlet gets computers that have the protection agent for the server that this parameter specifies. If you do not specify a name, the cmdlet uses the current computer name.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | ComputerName, CN |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| 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.