Remove-BackupNetworkAddress

Remove-BackupNetworkAddress

Stops the DPM server from trying to use the specified network.

Syntax

Remove-BackupNetworkAddress [-DPMServerName] <String> [-Address] <string> [<CommonParameters>]

Detailed Description

The Remove-BackupNetworkAddress cmdlet from using only the specified backup network.

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?

true (ByValue)

Position?

1

-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 Remove-BackupNetworkAddess -detailed".
    For technical information, type "Get-Help Remove-BackupNetworkAddess -full".

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

Examples

EXAMPLE 1

Remove- BackupNetworkAddress  -DpmServername  TestingServer -Address 10.10.10.1/16    
                           

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