Client Management Suite

 View Only
Expand all | Collapse all

CMS 7.1 Creating a script to allow SMA/pcAnywhere through firewall.

  • 1.  CMS 7.1 Creating a script to allow SMA/pcAnywhere through firewall.

    Posted Mar 07, 2012 07:21 PM

    In the past i have sent out some machines with the firewall disabled, I would now like to enable the client firewall (win7 machines)

    I would like to allow the following through the client firewall.
    allow ping
    allow Smantec Management Agent
    allow remote desktop
    allow pc anywhere
     

    im guessing the script will look something like this:

    netsh firewall add portopening TCP 3389 RemoteDesktop
    netsh firewall add portopening TCP 5631 pcAnywhere(TCP)
    netsh firewall add portopening TCP 5632 pcAnywhere(TCP)
    netsh firewall add portopening TCP 5631 pcAnywhere(UDP)
    netsh firewall add portopening TCP 5632 pcAnywhere(UDP)


    Please can someone assist me with the rest of this.

    Also can this be done via group policy 2003 domain, win 7 clients.

    Thanks.



  • 2.  RE: CMS 7.1 Creating a script to allow SMA/pcAnywhere through firewall.

    Posted Mar 12, 2012 09:55 AM

    Don't reinvent the wheel.  Just use group policy to set that stuff.  

    http://technet.microsoft.com/en-us/library/bb490626.aspx