Hello,
We were having the issue of trying to RDP into a clients machine off site. Come to find out his firewall was enabled. With a little google magic, or Googlin. I crafted this little script.
1. Log into Kace and navigate to Scripting.
2.Choose action>Add New Item
3.Configure the script however you want it and in the actual script enter the following:
netsh advfirewall set domainprofile state off
netsh advfirewall set privateprofile state off
netsh advfirewall set publicprofile state on
This will disale the firewall and you are on your way for what ever fun you can imagine.
Thanks,
Master May (Matt May)
Comments