Remove-DPMBackupNetworkAddress

Remove-DPMBackupNetworkAddress

Removes a backup network from a DPM server.

Syntax

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

Detailed Description

The Remove-DPMBackupNetworkAddress cmdlet removes a backup network from a System Center 2012 – Data Protection Manager (DPM) server.

Parameters

-Address<String>

Specifies the IP address or subnet mask of a backup network.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

-DPMServerName<String>

Specifies the name of a DPM server.

Aliases

none

Required?

false

Position?

1

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.

Notes

  • For more information, type "Get-Help Remove-DPMBackupNetworkAddess -detailed".

Examples

Example 1: Remove a backup network

This command removes the network address 10.10.10.1/16 as a backup network address for the DPM server named DPMServer07.

PS C:\> Remove-BackupNetworkAddress -DpmServername "DPMServer07" -Address "10.10.10.1/16"

Add-DPMBackupNetworkAddress

Get-DPMBackupNetworkAddress