Add-DPMBackupNetworkAddress

Add-DPMBackupNetworkAddress

Specifies a backup network for a DPM server.

Syntax

Parameter Set: Default
Add-DPMBackupNetworkAddress [[-DPMServerName] <String> ] [-Address] <String> [-SequenceNumber] <UInt32> [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Add-DPMBackupNetworkAddress cmdlet specifies an address of a backup network for a System Center 2012 – Data Protection Manager (DPM) server to use. DPM lets you configure backup network addresses so that DPM backups do not slow down your primary network. Assign a priority for each backup network you add.

Parameters

-Address<String>

Specifies the IP address or subnet mask of a backup network that this cmdlet adds for the server.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-DPMServerName<String>

Specifies the name of a DPM server for which this cmdlet adds an address.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-SequenceNumber<UInt32>

Specifies the priority of this address for use as a backup network.

Aliases

none

Required?

true

Position?

3

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

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: Add a backup network address

This command adds the subnet address 10.10.10.0/16 as the backup network address for a DPM server named DPMServer07. The command specifies a sequence value of 1.

PS C:\> Add-DPMBackupNetworkAddress -DpmServername "DPMServer07" -Address "10.10.10.0/16" -SequenceNumber 1

Get-DPMBackupNetworkAddress

Remove-DPMBackupNetworkAddress