Add-BackupNetworkAddress

Add-BackupNetworkAddress

Specifies a backup network for the server to use.

Syntax

Add-BackupNetworkAddress [-DPMServerName] <String> [-Address] <string> [-SequenceNumber] <UInt32> [<CommonParameters>]

Detailed Description

The Add-BackupNetworkAddress cmdlet specifies a backup network for the server to use.

Parameters

-DPMServerName

The name of a DPM server.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

0

-Address

The IP address or subnet mask of the network.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

1

-SequenceNumber

Specifies the priority of the address for use as backup.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

2

-CommonParameter

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.

Input and Return Types

The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet emits.

Notes

  • For more information, type "Get-Help Add-BackupNetworkAddress -detailed".
    For technical information, type "Get-Help Add-BackupNetworkAddress -full".

    Additionally, any updated information about the cmdlet will be available at https://go.microsoft.com/fwlink/?LinkId=95130.

Examples

EXAMPLE 1

Add-BackupNetworkAddress  -DpmServername TestingServer -Address  10.10.10.0/16   -SequenceNumber  1

This command adds the address 10.10.10.1 as the backup network address for the server named TestingServer.