More Disk Management on Remote PC

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”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.