Remove-DPMBackupNetworkAddress
Removes a backup network from a DPM server.
Parameter Set: Default
Remove-DPMBackupNetworkAddress [[-DPMServerName] <String> ] [-Address] <String> [-Confirm] [-WhatIf] [ <CommonParameters>]
The Remove-DPMBackupNetworkAddress cmdlet removes a backup network from a System Center 2012 – Data Protection Manager (DPM) server.
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 |
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 |
Prompts you for confirmation before running the cmdlet.
Required? |
false |
Position? |
named |
Default Value |
false |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
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 |
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).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
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"