Get-DPMBackupNetworkAddress
Gets addresses of backup networks for a DPM server.
Syntax
Default (Default)
Get-DPMBackupNetworkAddress
[[-DPMServerName] <String>]
[<CommonParameters>]
Description
The Get-DPMBackupNetworkAddress cmdlet gets addresses of backup networks for a System Center - Data Protection Manager (DPM) server. DPM lets you configure backup network addresses so that DPM backups do not slow down your primary network.
Examples
Example 1: Get a backup network
PS C:\> Get-DPMBackupNetworkAddress -DpmServerName "DPMServer07"
This command gets the backup network or networks defined for a DPM server named DPMServer07.
Parameters
-DPMServerName
Specifies the name of a DPM server for which this cmdlet gets addresses.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | ComputerName, CN |
Parameter sets
(All)
| Position: | 1 |
| 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.