MNHughes Posted June 30, 2011 Posted June 30, 2011 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
AngryTechnician Posted June 30, 2011 Posted June 30, 2011 If you start using the newer ADMX templates for Windows 7 you can configure this in Group Policy.
MNHughes Posted June 30, 2011 Author Posted June 30, 2011 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.
russdev Posted June 30, 2011 Posted June 30, 2011 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
edutech4schools Posted June 30, 2011 Posted June 30, 2011 We only have server 2003 at the moment so no ADMX compatibility You can control Win7 on a 2003 network using RSAT.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now