Configuration DPM Protection of the servers which are not on the same domain as DPM server

After you installed DPM agent on the protected server which is not on the same domain as DPM server you have to run: On Protected Server in elevated command prompt navigate to : C:\Program Files\Microsoft Data Protection Manager\DPM\bin and run: SetDpmServer.exe –dpmServerName DPMSERVERNAME(FQDN) -isNonDomainServer -userName dpmaccount -productionserverdnssuffix domainname where dpmaccount – give some name to the new account with password Example: On the DPM Server you can run script Attach-NonDomainServer.ps1 in DPM PowerShell: PS C:\Program Files\Microsoft DPM\DPM\bin\Attach-NonDomainServer.ps1 Enter DPM server name, Protected server FQDN and the same credentials you use for configuration on the protected server: Or you can use … Continue reading Configuration DPM Protection of the servers which are not on the same domain as DPM server

DPM–Can’t Remove Protected Computer in DPM Console

Sometimes Protected Computers are decommissioned and you even didn’t uninstall DPM agent on it. In this case this Computer will be stacked under ‘Unprotected computers’group in the DPM Console. You can remove it using script – remove-productionserver.ps1 Go to the DPM server, open DPM PowerShell and run script: 1. Enter DPM server name (ec-ms-scdpm-01); 2.Enter FQDN of the protected computer (ec-ms-adfs2.vsb.bc.ca) Done.