Use PSExec to launch command on remote PC:
ENABLE:
psexec \\ComputerName cmd /c “netsh advfirewall firewall set rule group=”Remote Volume Management” new enable=yes”
DISABLE:
psexec \\ComputerName cmd /c “netsh advfirewall firewall set rule group=”Remote Volume Management” new enable=no”