Get-DPMBackupNetworkAddress

Get-DPMBackupNetworkAddress

Gets addresses of backup networks for a DPM server.

Syntax

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

Detailed Description

The Get-DPMBackupNetworkAddress cmdlet gets addresses of backup networks for a System Center 2012 – Data Protection Manager (DPM) server. DPM lets you configure backup network addresses so that DPM backups do not slow down your primary network.

Parameters

-DPMServerName<String>

Specifies the name of a DPM server for which this cmdlet gets addresses.

Aliases

ComputerName,CN

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

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.

Examples

Example 1: Get a backup network

This command gets the backup network or networks defined for a DPM server named DPMServer07.

PS C:\> Get-DPMBackupNetworkAddress -DpmServerName "DPMServer07"

Add-DPMBackupNetworkAddress

Remove-DPMBackupNetworkAddress