Jump to content

Recommended Posts

Posted

Hi Everyone,

 

We use Impero here as a classroom management tool that needs over 100 port exceptions so in Win XP I've made a script that does this automatically however the same script doesn't work in Windows Vista and above, does anybody have an idea?

 


FOR /L %%I IN (start of port range here,1,end of port range here) DO netsh firewall add portopening TCP %%I "Impero services: port %%I" enable subnet


 

Many Thanks,

 

Martin

Posted
If you start using the newer ADMX templates for Windows 7 you can configure this in Group Policy.

We only have server 2003 at the moment so no ADMX compatibility, I was being an idiot I forgot that unlike windows XP you can add port ranges in Windows 7 so there is no need to use a batch script I can just make it part of our laptop image.

 

Big fan of your blog, I especially like the gerbal incident. :D

Posted
Hi Everyone,

 

We use Impero here as a classroom management tool that needs over 100 port exceptions so in Win XP I've made a script that does this automatically however the same script doesn't work in Windows Vista and above, does anybody have an idea?

 


FOR /L %%I IN (start of port range here,1,end of port range here) DO netsh firewall add portopening TCP %%I "Impero services: port %%I" enable subnet


 

Many Thanks,

 

Martin

 

Hi Martin

 

Usually Impero will add in your port exceptions If using windows firewall strange if windows firewall not allowing Impero client through.

 

Russell

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...