How to turn on/off firewall for a win 7 machine using PS tool?
At the local console of the computer, you would run: To stop firewall: net stop mpssvcTo start firewall: net start mpssvc Using PSexec, the command should be: To stop firewall: psexec \\computername net stop mpssvcTo start firewall: psexec \\computername net start mpssvc
May 6th, 2012 2:13am

please some one help me on how to turn on/off firewall of a remote machie(windows 7) using ps tool or any other? thanks in advRegards, Srikanth Paka
Free Windows Admin Tool Kit Click here and download it now
May 13th, 2012 8:33am

netsh firewall set opmode disable have a look at this thread http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/5a438757-d294-483d-8619-df9eb5700561/
May 13th, 2012 11:07am

At the local console of the computer, you would run: To stop firewall: net stop mpssvcTo start firewall: net start mpssvc Using PSexec, the command should be: To stop firewall: psexec \\computername net stop mpssvcTo start firewall: psexec \\computername net start mpssvc
Free Windows Admin Tool Kit Click here and download it now
May 13th, 2012 7:24pm

Thanks a lot Kob & AngRegards, Srikanth Paka
May 14th, 2012 5:10am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics