* Powershell: <source lang="winbatch">Enable-NetFirewallRule -DisplayGroup "Distributed Transaction Coordinator"</source>
* Netsh: <source lang="winbatch">netsh advfirewall firewall set rule group="Distributed Transaction Coordinator" new enable=yes</source>
* Or use Windows Firewall Advanced Settings, enabling the 3 Inbound and 1 Outbound Rulesregarding the "Distributed Transaction Coordinator"
=== Custom dynamic ports ===