Remove-DPMBackupNetworkAddress

Removes a backup network from a DPM server.

Syntax

Remove-DPMBackupNetworkAddress
      [[-DPMServerName] <String>]
      [-Address] <String>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

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

Examples

Example 1: Remove a backup network

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

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

Parameters

-Address

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

Type:String
Position:2
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DPMServerName

Specifies the name of the DPM server that this cmdlet removes.

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

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

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False