Share via


Remove-DPMBackupNetworkAddress

Removes a backup network from a DPM server.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DPMServerName

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

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

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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