Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.42 KB

Configure backup.md

File metadata and controls

62 lines (43 loc) · 1.42 KB
created modified
2024-12-09 17:10:59 UTC
2024-12-12 11:45:42 UTC
cls

# Configure backup

# Install DPM agent

$installerPath = "\\TT-FS01\Products\Microsoft\System Center 2019" `
    + "\DPM\Agents\DPMAgentInstaller_x64.exe"

$installerArguments = "TT-DPM05.corp.technologytoolbox.com"

Start-Process `
    -FilePath $installerPath `
    -ArgumentList "$installerArguments" `
    -Wait

Review the licensing agreement. If you accept the Microsoft Software License Terms, select I accept the license terms and conditions, and then click OK.

Confirm the agent installation completed successfully and the following firewall exceptions have been added:

  • Exception for DPMRA.exe in all profiles
  • Exception for Windows Management Instrumentation service
  • Exception for RemoteAdmin service
  • Exception for DCOM communication on port 135 (TCP and UDP) in all profiles

Reference

Installing Protection Agents Manually
Pasted from <http://technet.microsoft.com/en-us/library/hh757789.aspx>


TT-ADMIN02 - DPM Management Shell

cls

# Attach DPM agent

$productionServer = 'STORM'

.\Attach-ProductionServer.ps1 `
    -DPMServerName TT-DPM05 `
    -PSName $productionServer `
    -Domain TECHTOOLBOX `
    -UserName jjameson-admin

Add virtual machine to DPM protection group