Administrator Guide

For example:
<BackupConfiguration>
<Nodes>
<Node Name="S20B01" DeploymentStatus="DomainJoined" ConfigurationID="828bc360-fd65-4304-
bc50-81ea4027ad7f" Password="" SerialNumber="22PGD42">
b Update the DPM node conguration. Search for <BackupVMs> in the le. For each DPM server, update DeploymentStatus
to "DomainJoined".
For example:
<BackupVMs>
<Role Type="DPM" DeploymentStatus="DomainJoined" Name="S20DPM01" BackupHostName="S20B01"
ConfigurationID="02651dd9-3028-45a8-9188-9997aa816418" Password="">
<IPv4Addresses>
<IPv4Address NetworkId="Management">10.10.20.32</IPv4Address>
</IPv4Addresses>
<BackupVhd NumberOfVHDs="20" VhdSize="1024" />
</Role>
<Role Type="DPM" DeploymentStatus="DomainJoined" Name="S20DPM02" BackupHostName="S20B01"
ConfigurationID="b7a1b6bd-23ff-4f4b-b68e-20ac5e19d005" Password="">
7 Set the password eld in the .xml le for the backup host.
a In a Windows PowerShell session, run the following script to set the $password variable to the password you want to set.
$password = "
YourPassword
"
ConvertTo-SecureString $password -AsPlainText -Force | ConvertFrom-SecureString
b Copy the output of this script.
c In the XML le, search for the backup host name, and paste the output from the previous step between the quotes in the
Password="" eld.
<BackupConfiguration>
<Nodes>
<Node Name="S20B01" DeploymentStatus="DomainJoined" ConfigurationID="828bc360-fd65-4304-
bc50-81ea4027ad7f" Password="
PasswordOutput
" SerialNumber="22PGD42">
For example:
<BackupConfiguration>
<Nodes>
<Node Name="S20B01" DeploymentStatus="DomainJoined" ConfigurationID="828bc360-fd65-4304-
bc50-81ea4027ad7f"
Password="01000000d08c9ddf0115d1118c7a00c04fc297eb0100000012adbc74a67cfe48ac4404f29b4d43c
c000000000200000000001066000000010000200000001565d7d65f0ca2fcf0e0d82f24c481689ccdb7aa4d85
ac400906c7768e6228ba000000000e8000000002000020000000750649ad99b3809f7b66f9eb1ff4bb67afa10
8bac79372a56b53ca81ef235c5e30000000eb537f00952fc2d36d3821571b65fc7ccca26066e47eb5de0be691
9a3a24f08e693031d3b8928e1cfa00d32410dfacda40000000e53617e63be31270a1ed37cb2f54682f802a171
41153741f454be9b3ec7fc6fff1cc0e1a3ca2e56fb7f7af16c5d4a6fd71e0d91c742b38782e03a648c8eb39da
" SerialNumber="22PGD42">
Operations
87