Use the following procedures to list computers that have a protection agent installed.

To list computers that have a protection agent installed

  • In DPM Administrator Console, click Management on the navigation bar, and then click the Agents tab.

    The display lists the agent licenses purchased, agents in use, and agent status for each computer.

To list computers that have a protection agent installed using DPM Management Shell

  • Use the following syntax to list the computers that have a protection agent installed:

    Get-ProductionServer [-DPMServerName] <String> [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    For more information, type "Get-Help Get-ProductionServer -detailed" in DPM Management Shell.

    For technical information, type "Get-Help Get-ProductionServer -full" in DPM Management Shell.

See Also