DPM Self Service Recovery feature uses port 6075. Please ensure the firewall rules are configured to accept incoming connections ...

DPM Self Service Recovery feature uses port 6075. Please ensure the firewall rules are configured to accept incoming connections on this port. You can manually configure the firewall rules or run the following commands.

netsh advfirewall firewall add rule name=DPMAM_WCF_SERVICE dir=in program="{DPM Install Path}\bin\DPMAMService.exe" profile=Any action=allow.

netsh advfirewall firewall add rule name=DPMAM_WCF_6075 dir=in action=allow  protocol=TCP localport=6075 profile=Any

Please ignore this warning if the firewall rules for port 6075 are already configured.