
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2010 04:52 PM
We are trying to inventory about 200 Computers in our company. I tried to deploy the firewall settings through logon script. However 98% of our users are power users and are unable to change firewall settings. Could I just turn off the windows firewall though GPO?
Labels:
- Labels:
-
Archive
7 REPLIES 7

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2010 10:24 AM
Maybe this can help : http://www.windowsitpro.com/article/permissions/adding-startup-scripts-to-gpos.aspx

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2010 12:18 AM
Can you give me an example of how to format that?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2010 12:14 AM
You can try a startup script instead of a logon script, this runs as local system privileges.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2010 09:51 PM
Is there anyting else I need to have enabled for the GPO to work? I have it exactly like the guide says.
Really what I am running into is that when the logon script tries to execute, I get an Access Denied Error. Is there a way run the following commands as an administrator while the user is logging on?
call netsh firewall set service RemoteAdmin enable
call netsh firewall add portopening protocol=tcp port=135 name=DCOM_TCP135
call netsh firewall add allowedprogram program=%windir%\system32\wbem\unsecapp.exe name=WMI
call netsh firewall add allowedprogram program=%windir%\system32\dllhost.exe name=Dllhost
Really what I am running into is that when the logon script tries to execute, I get an Access Denied Error. Is there a way run the following commands as an administrator while the user is logging on?
call netsh firewall set service RemoteAdmin enable
call netsh firewall add portopening protocol=tcp port=135 name=DCOM_TCP135
call netsh firewall add allowedprogram program=%windir%\system32\wbem\unsecapp.exe name=WMI
call netsh firewall add allowedprogram program=%windir%\system32\dllhost.exe name=Dllhost

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2010 12:35 AM
You can use active scanning or scheduled scanning but if the firewall is blocking the scan it won't make any difference.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2010 09:39 PM
I have tried this, however it didnt seem to work. Is there a way to have it scan without having to run a logon script?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2010 10:50 PM
Yes, see here: http://www.lansweeper.com/kb/firewall.aspx
