Add-DPMBackupNetworkAddress
Specifies a backup network for a DPM server.
Syntax
Add-DPMBackupNetworkAddress
[[-DPMServerName] <String>]
[-Address] <String>
[-SequenceNumber] <UInt32>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Add-DPMBackupNetworkAddress cmdlet specifies an address of a backup network for a System Center - Data Protection Manager (DPM) server to use. DPM lets you configure backup network addresses so that DPM backups do not slow down your primary network. Assign a priority for each backup network you add.
Examples
Example 1: Add a backup network address
PS C:\>Add-DPMBackupNetworkAddress -DpmServername "DPMServer07" -Address "10.10.10.0/16" -SequenceNumber 1
This command adds the subnet address 10.10.10.0/16 as the backup network address for a DPM server named DPMServer07. The command specifies a sequence value of 1.
Parameters
-Address
Specifies the IP address or subnet mask of a backup network that this cmdlet adds for the server.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
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 a DPM server for which this cmdlet adds an address.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SequenceNumber
Specifies the priority of this address for use as a backup network.
Type: | UInt32 |
Position: | 3 |
Default value: | None |
Required: | True |
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 |