Jump to: navigation, search

Changes


HowTo:Solve MSDTC-related problems

52 bytes added, 22:51, 16 August 2023
* 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 ===
1,606
edits