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 that this cmdlet removes from the server.
Aliases |
none |
Required? |
true |
Position? |
2 |
Default Value |
none |
Accept Pipeline Input? |
True (ByValue) |
Accept Wildcard Characters? |
false |
-DPMServerName<String>
Specifies the name of the DPM server that this cmdlet removes.
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.
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-DPMBackupNetworkAddress -DpmServername "DPMServer07" -Address "10.10.10.1/16"