Get-DPMProductionServer
Gets computers on which the DPM protection agent is installed.
Syntax
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.
Type: | String |
Aliases: | ComputerName, CN |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
ProductionServer