Location: Mail List

Ads

Skyscraper

The GPTalk Mailing List

The GPTALK mailing list is where you can send and receive email related to Windows Group Policy. You must subscribe to the list to send and receive mail from the list. The purpose of the list is to provide a forum for asking and answering technical questions related to Group Policy. Any question is fair game as long as it is related to Windows Group Policy.  The Archives for this list can be found on this page.

 

List Posts

Subject: [gptalk] Disable Ipv6
Prev Next
You are not authorized to post a reply.

Page 1 of 212 > >>
AuthorMessages
craigmeyer8User is Offline

Posts:48

02/20/2012 2:21 PM  

Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance

JohnCookUser is Offline

Posts:4

02/20/2012 4:01 PM  
I don't think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action, MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.

John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6


Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers
________________________________
From: craigmeyer8@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200
Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance

________________________________
CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need to.

This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments.

DarraghOShaughnessyUser is Offline

Posts:177

02/20/2012 4:05 PM  
Try this:



REM **********

REM ECHO ** Disable IPv6 Globally
*

REM ECHO **
See:http://technet.microsoft.com/en-us/library/bb878057.aspx *

REM **********

REM REM Note: The check box on the interface will still be
enabled but IPv6 address will not be used or obtained by DHCP enabled
adpters

REM @ECHO ON

REM REG ADD
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip6\Parameters" /v
DisabledComponents /t REG_DWORD /d 0xFFFFFFFF /f

REM @ECHO OFF

REM ECHO Returned Errorlevel:!ERRORLEVEL!

REM ECHO.



Just uncomment anything you need.



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of John Cook
Sent: 20 February 2012 13:51
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



I don't think there is a native GPO that will do this but keep in mind that
there are a number of things this could break. IIRC it is not a supported
action, MS will probably not help you much if you do. If indeed you can
factually show that IPv6 is degrading an application I would open a ticket
with Microsoft.



John W. Cook

Network Operations Manager

Partnership For Strong Families

5950 NW 1st Place

Gainesville, Fl 32607

Office (352) 244-1610

Cell (352) 215-6944

MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6




Apologies, i should add it is a combination of Windows Server
2003/2008/2008 R2 servers

_____

From: craigmeyer8@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200

Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6
is messing around with our Quality-of-Service and we want to disable it on
the servers

thanks in advance



_____

CONFIDENTIALITY STATEMENT: The information transmitted, or contained or
attached to or with this Notice is intended only for the person or entity to
which it is addressed and may contain Protected Health Information (PHI),
confidential and/or privileged material. Any review, transmission,
dissemination, or other use of, and taking any action in reliance upon this
information by persons or entities other than the intended recipient without
the express written consent of the sender are prohibited. This information
may be protected by the Health Insurance Portability and Accountability Act
of 1996 (HIPAA), and other Federal and Florida laws. Improper or
unauthorized use or disclosure of this information could result in civil
and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really
need to.



This email and any attached files are confidential and intended solely for
the intended recipient(s). If you are not the named recipient you should not
read, distribute, copy or alter this email. Any views or opinions expressed
in this email are those of the author and do not represent those of the
company. Warning: Although precautions have been taken to make sure no
viruses are present in this email, the company cannot accept responsibility
for any loss or damage that arise from the use of this email or attachments.


frevereUser is Offline

Posts:28

02/20/2012 4:11 PM  
Craig,

Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection properties.

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6

I don't think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action, MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.

John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6


Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers
________________________________
From: craigmeyer8@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200
Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance

________________________________
CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need to.


This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments.

partlakeUser is Offline

Posts:43

02/20/2012 5:03 PM  
You may find this blog useful:
http://tinyurl.com/7zgu6wf

I don’t vouch for it’s accuracy, but it does include a good link to Microsoft!
Nick

From: Francis Revere
Sent: Monday, February 20, 2012 9:05 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6

Craig,



To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to “Disable all IPv6 components”. This is all really explained well within the GPO itself (a typical MS backwards thinking).



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



Craig,



Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection properties.



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



I don’t think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action, MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.



John W. Cook

Network Operations Manager

Partnership For Strong Families

5950 NW 1st Place

Gainesville, Fl 32607

Office (352) 244-1610

Cell (352) 215-6944

MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6




Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers


--------------------------------------------------------------------------------

From: craigmeyer8@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200

Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance




--------------------------------------------------------------------------------

CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need to.

This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments.

craigmeyer8User is Offline

Posts:48

02/21/2012 7:27 AM  

Thanks Nic

From: nickportlock@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: Re: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 09:52:29 -0500













You may find this blog useful:http://tinyurl.com/7zgu6wf



I don’t vouch for it’s accuracy, but it does
include a good link to Microsoft!
Nick


From: Francis Revere
Sent: Monday, February 20, 2012 9:05 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



Craig,

To
clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options
to “Disable all IPv6 components”. This is all really explained well within
the GPO itself (a typical MS backwards thinking).



From:
gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On
Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00
AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable
Ipv6

Craig,

Under
Computer Configuration > Policies > Administrative Templates > Network
> IPv6 Configuration Policy, I have set this to Disable all IPv6
components. This has to be done on a Windows 2008 or higher server.
IPv6 is disabled, although the properties of the Local Area Connection might
still show it enabled (ticked). An ipconfig does confirm this. I
have not found a way yet to un-tick the setting on the LAN connection
properties.



From:
gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On
Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51
AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable
Ipv6

I
don’t think there is a native GPO that will do this but keep in mind that there
are a number of things this could break. IIRC it is not a supported
action, MS will probably not help you much if you do. If indeed you can
factually show that IPv6 is degrading an application I would open a ticket with
Microsoft.


John
W. Cook
Network
Operations Manager
Partnership
For Strong Families
5950
NW 1st Place
Gainesville,
Fl 32607
Office
(352) 244-1610
Cell
(352) 215-6944
MCSE,
MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4



From:
gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On
Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21
AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable
Ipv6



Apologies, i
should add it is a combination of Windows Server 2003/2008/2008 R2
servers




From:
craigmeyer8@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: [gptalk]
Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200

Hi all

Is
there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is
messing around with our Quality-of-Service and we want to disable it on the
servers

thanks in advance




CONFIDENTIALITY
STATEMENT: The information transmitted, or contained or attached to or with this
Notice is intended only for the person or entity to which it is addressed and
may contain Protected Health Information (PHI), confidential and/or privileged
material. Any review, transmission, dissemination, or other use of, and taking
any action in reliance upon this information by persons or entities other than
the intended recipient without the express written consent of the sender are
prohibited. This information may be protected by the Health Insurance
Portability and Accountability Act of 1996 (HIPAA), and other Federal and
Florida laws. Improper or unauthorized use or disclosure of this information
could result in civil and/or criminal penalties.
Consider the environment.
Please don't print this e-mail unless you really need to.
This email and any attached files are confidential and intended solely for
the intended recipient(s). If you are not the named recipient you should not
read, distribute, copy or alter this email. Any views or opinions expressed in
this email are those of the author and do not represent those of the company.
Warning: Although precautions have been taken to make sure no viruses are
present in this email, the company cannot accept responsibility for any loss or
damage that arise from the use of this email or
attachments.
craigmeyer8User is Offline

Posts:48

02/21/2012 7:40 AM  

maybe someone can comment/use this:
http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html

admx/adml that you import and it gives you the extra option under IPv6 Configuration called Disable all IPv6 components

From: frevere@hahnlaw.com
To: gptalk@lists.gpoguy.com
Date: Mon, 20 Feb 2012 09:05:00 -0500
Subject: RE: [gptalk] Disable Ipv6



Craig, To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to “Disable all IPv6 components”. This is all really explained well within the GPO itself (a typical MS backwards thinking). From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6 Craig, Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection properties. From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6 I don’t think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action, MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft. John W. CookNetwork Operations ManagerPartnership For Strong Families5950 NW 1st PlaceGainesville, Fl 32607Office (352) 244-1610Cell (352) 215-6944MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4 From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6
Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 serversFrom: craigmeyer8@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need to.This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments.
frevereUser is Offline

Posts:28

02/21/2012 2:46 PM  
Craig,

This is the admx policy I was speaking of, and it does disable all IPv6. The only caveat is the check mark on the LAN connection remains even though IPv6 is completely disabled. This policy works like a charm. Just remember to create a new GPO for this policy only (label it good and don't add any other policies) and apply to the OU you want to disable IPv6 on.

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 12:27 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6

maybe someone can comment/use this:
http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html

admx/adml that you import and it gives you the extra option under IPv6 Configuration called Disable all IPv6 components
________________________________
From: frevere@hahnlaw.com
To: gptalk@lists.gpoguy.com
Date: Mon, 20 Feb 2012 09:05:00 -0500
Subject: RE: [gptalk] Disable Ipv6
Craig,

To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to "Disable all IPv6 components". This is all really explained well within the GPO itself (a typical MS backwards thinking).

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6

Craig,

Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection properties.

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6

I don't think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action, MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.

John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6


Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers
________________________________
From: craigmeyer8@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200
Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance

________________________________
CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need to.
This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments.

craigmeyer8User is Offline

Posts:48

02/21/2012 3:05 PM  

Hi

just wondering...would i need to copy the admx/adml only to the DC's or to all servers where i want the settings to take effect?

From: frevere@hahnlaw.com
To: gptalk@lists.gpoguy.com
Date: Tue, 21 Feb 2012 07:54:14 -0500
Subject: RE: [gptalk] Disable Ipv6



Craig, This is the admx policy I was speaking of, and it does disable all IPv6. The only caveat is the check mark on the LAN connection remains even though IPv6 is completely disabled. This policy works like a charm. Just remember to create a new GPO for this policy only (label it good and don’t add any other policies) and apply to the OU you want to disable IPv6 on. From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 12:27 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6 maybe someone can comment/use this:
http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html

admx/adml that you import and it gives you the extra option under IPv6 Configuration called Disable all IPv6 componentsFrom: frevere@hahnlaw.com
To: gptalk@lists.gpoguy.com
Date: Mon, 20 Feb 2012 09:05:00 -0500
Subject: RE: [gptalk] Disable Ipv6Craig, To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to “Disable all IPv6 components”. This is all really explained well within the GPO itself (a typical MS backwards thinking). From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6 Craig, Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection properties. From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6 I don’t think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action, MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft. John W. CookNetwork Operations ManagerPartnership For Strong Families5950 NW 1st PlaceGainesville, Fl 32607Office (352) 244-1610Cell (352) 215-6944MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4 From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6
Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 serversFrom: craigmeyer8@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need to.This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments.
cievoUser is Offline

Posts:9

02/21/2012 3:12 PM  
Hi

You need amdx/adml file only to DC where you edit GPOs. Computers do not need admx/adml files to apply GPOs.

Peace

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 1:58 PM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6

Hi

just wondering...would i need to copy the admx/adml only to the DC's or to all servers where i want the settings to take effect?
________________________________
From: frevere@hahnlaw.com<mailto:frevere@hahnlaw.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Date: Tue, 21 Feb 2012 07:54:14 -0500
Subject: RE: [gptalk] Disable Ipv6
Craig,

This is the admx policy I was speaking of, and it does disable all IPv6. The only caveat is the check mark on the LAN connection remains even though IPv6 is completely disabled. This policy works like a charm. Just remember to create a new GPO for this policy only (label it good and don't add any other policies) and apply to the OU you want to disable IPv6 on.

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 12:27 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6

maybe someone can comment/use this:
http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html

admx/adml that you import and it gives you the extra option under IPv6 Configuration called Disable all IPv6 components
________________________________
From: frevere@hahnlaw.com<mailto:frevere@hahnlaw.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Date: Mon, 20 Feb 2012 09:05:00 -0500
Subject: RE: [gptalk] Disable Ipv6
Craig,

To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to "Disable all IPv6 components". This is all really explained well within the GPO itself (a typical MS backwards thinking).

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6

Craig,

Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection properties.

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6

I don't think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action, MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.

John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6


Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers
________________________________
From: craigmeyer8@hotmail.com<mailto:craigmeyer8@hotmail.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200
Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance

________________________________
CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need to.
This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments.

craigmeyer8User is Offline

Posts:48

02/21/2012 3:14 PM  


thank you

From: ondrej.zilinec@atos.net
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6
Date: Tue, 21 Feb 2012 13:00:25 +0000











Hi

You need amdx/adml file only to DC where you edit GPOs. Computers do not need admx/adml files to apply GPOs.

Peace



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer

Sent: Tuesday, February 21, 2012 1:58 PM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6




Hi



just wondering...would i need to copy the admx/adml only to the DC's or to all servers where i want the settings to take effect?




From:
frevere@hahnlaw.com

To: gptalk@lists.gpoguy.com

Date: Tue, 21 Feb 2012 07:54:14 -0500

Subject: RE: [gptalk] Disable Ipv6

Craig,

This is the admx policy I was speaking of, and it does disable all IPv6. The only caveat is the check mark on the LAN connection remains even though IPv6 is
completely disabled. This policy works like a charm. Just remember to create a new GPO for this policy only (label it good and don’t add any other policies) and apply to the OU you want to disable IPv6 on.



From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer

Sent: Tuesday, February 21, 2012 12:27 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6




maybe someone can comment/use this:

http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html



admx/adml that you import and it gives you the extra option under IPv6 Configuration called Disable all IPv6 components




From:
frevere@hahnlaw.com

To: gptalk@lists.gpoguy.com

Date: Mon, 20 Feb 2012 09:05:00 -0500

Subject: RE: [gptalk] Disable Ipv6

Craig,

To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to “Disable all IPv6 components”. This is all really explained well within
the GPO itself (a typical MS backwards thinking).



From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Francis Revere

Sent: Monday, February 20, 2012 9:00 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6



Craig,

Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This
has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection
properties.



From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of John Cook

Sent: Monday, February 20, 2012 8:51 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6



I don’t think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action,
MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.


John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4




From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer

Sent: Monday, February 20, 2012 7:21 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6






Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers




From:
craigmeyer8@hotmail.com

To: gptalk@lists.gpoguy.com

Subject: [gptalk] Disable Ipv6

Date: Mon, 20 Feb 2012 14:19:37 +0200

Hi all



Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers



thanks in advance







CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person
or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or
entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper
or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.

Consider the environment. Please don't print this e-mail unless you really need to.
This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy
or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept
responsibility for any loss or damage that arise from the use of this email or attachments.







cievoUser is Offline

Posts:9

02/21/2012 3:20 PM  
But great how to make central place for adm/amdx/adml for all domain controllers is to create Central Store.

More at http://support.microsoft.com/kb/929841.

Then you have not problem with distributing those files across whole environment.

Have a nice day,

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 2:05 PM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6


thank you
________________________________
From: ondrej.zilinec@atos.net<mailto:ondrej.zilinec@atos.net>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6
Date: Tue, 21 Feb 2012 13:00:25 +0000
Hi

You need amdx/adml file only to DC where you edit GPOs. Computers do not need admx/adml files to apply GPOs.

Peace

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 1:58 PM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6

Hi

just wondering...would i need to copy the admx/adml only to the DC's or to all servers where i want the settings to take effect?
________________________________
From: frevere@hahnlaw.com<mailto:frevere@hahnlaw.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Date: Tue, 21 Feb 2012 07:54:14 -0500
Subject: RE: [gptalk] Disable Ipv6
Craig,

This is the admx policy I was speaking of, and it does disable all IPv6. The only caveat is the check mark on the LAN connection remains even though IPv6 is completely disabled. This policy works like a charm. Just remember to create a new GPO for this policy only (label it good and don't add any other policies) and apply to the OU you want to disable IPv6 on.

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 12:27 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6

maybe someone can comment/use this:
http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html

admx/adml that you import and it gives you the extra option under IPv6 Configuration called Disable all IPv6 components
________________________________
From: frevere@hahnlaw.com<mailto:frevere@hahnlaw.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Date: Mon, 20 Feb 2012 09:05:00 -0500
Subject: RE: [gptalk] Disable Ipv6
Craig,

To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to "Disable all IPv6 components". This is all really explained well within the GPO itself (a typical MS backwards thinking).

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6

Craig,

Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection properties.

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6

I don't think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action, MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.

John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6


Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers
________________________________
From: craigmeyer8@hotmail.com<mailto:craigmeyer8@hotmail.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200
Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance

________________________________
CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need to.
This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments.

craigmeyer8User is Offline

Posts:48

02/21/2012 3:22 PM  

guys

seeing that it does not take away the tick next to tcpip v6 what is a way to test and see that it actually disabled and not working?

oh well, then again some of you have tested and confirm that it is working

From: ondrej.zilinec@atos.net
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6
Date: Tue, 21 Feb 2012 13:00:25 +0000











Hi

You need amdx/adml file only to DC where you edit GPOs. Computers do not need admx/adml files to apply GPOs.

Peace



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer

Sent: Tuesday, February 21, 2012 1:58 PM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6




Hi



just wondering...would i need to copy the admx/adml only to the DC's or to all servers where i want the settings to take effect?




From:
frevere@hahnlaw.com

To: gptalk@lists.gpoguy.com

Date: Tue, 21 Feb 2012 07:54:14 -0500

Subject: RE: [gptalk] Disable Ipv6

Craig,

This is the admx policy I was speaking of, and it does disable all IPv6. The only caveat is the check mark on the LAN connection remains even though IPv6 is
completely disabled. This policy works like a charm. Just remember to create a new GPO for this policy only (label it good and don’t add any other policies) and apply to the OU you want to disable IPv6 on.



From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer

Sent: Tuesday, February 21, 2012 12:27 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6




maybe someone can comment/use this:

http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html



admx/adml that you import and it gives you the extra option under IPv6 Configuration called Disable all IPv6 components




From:
frevere@hahnlaw.com

To: gptalk@lists.gpoguy.com

Date: Mon, 20 Feb 2012 09:05:00 -0500

Subject: RE: [gptalk] Disable Ipv6

Craig,

To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to “Disable all IPv6 components”. This is all really explained well within
the GPO itself (a typical MS backwards thinking).



From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Francis Revere

Sent: Monday, February 20, 2012 9:00 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6



Craig,

Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This
has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection
properties.



From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of John Cook

Sent: Monday, February 20, 2012 8:51 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6



I don’t think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action,
MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.


John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4




From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer

Sent: Monday, February 20, 2012 7:21 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6






Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers




From:
craigmeyer8@hotmail.com

To: gptalk@lists.gpoguy.com

Subject: [gptalk] Disable Ipv6

Date: Mon, 20 Feb 2012 14:19:37 +0200

Hi all



Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers



thanks in advance







CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person
or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or
entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper
or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.

Consider the environment. Please don't print this e-mail unless you really need to.
This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy
or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept
responsibility for any loss or damage that arise from the use of this email or attachments.







DarraghOShaughnessyUser is Offline

Posts:177

02/21/2012 3:27 PM  
Simply run an ipconfig/all. You'll see if any interfaces are configured with
Ipv6.



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer
Sent: 21 February 2012 13:09
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



guys

seeing that it does not take away the tick next to tcpip v6 what is a way to
test and see that it actually disabled and not working?

oh well, then again some of you have tested and confirm that it is working

_____

From: ondrej.zilinec@atos.net
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6
Date: Tue, 21 Feb 2012 13:00:25 +0000

Hi



You need amdx/adml file only to DC where you edit GPOs. Computers do not
need admx/adml files to apply GPOs.



Peace



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 1:58 PM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



Hi

just wondering...would i need to copy the admx/adml only to the DC's or to
all servers where i want the settings to take effect?

_____

From: frevere@hahnlaw.com
To: gptalk@lists.gpoguy.com
Date: Tue, 21 Feb 2012 07:54:14 -0500
Subject: RE: [gptalk] Disable Ipv6

Craig,



This is the admx policy I was speaking of, and it does disable all IPv6.
The only caveat is the check mark on the LAN connection remains even though
IPv6 is completely disabled. This policy works like a charm. Just remember
to create a new GPO for this policy only (label it good and don't add any
other policies) and apply to the OU you want to disable IPv6 on.



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 12:27 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



maybe someone can comment/use this:
http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html

admx/adml that you import and it gives you the extra option under IPv6
Configuration called Disable all IPv6 components

_____

From: frevere@hahnlaw.com
To: gptalk@lists.gpoguy.com
Date: Mon, 20 Feb 2012 09:05:00 -0500
Subject: RE: [gptalk] Disable Ipv6

Craig,



To clarify a bit, ENABLE the IPv6 Configuration and set the configuration
Options to "Disable all IPv6 components". This is all really explained well
within the GPO itself (a typical MS backwards thinking).



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



Craig,



Under Computer Configuration > Policies > Administrative Templates > Network
> IPv6 Configuration Policy, I have set this to Disable all IPv6 components.
This has to be done on a Windows 2008 or higher server. IPv6 is disabled,
although the properties of the Local Area Connection might still show it
enabled (ticked). An ipconfig does confirm this. I have not found a way
yet to un-tick the setting on the LAN connection properties.



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



I don't think there is a native GPO that will do this but keep in mind that
there are a number of things this could break. IIRC it is not a supported
action, MS will probably not help you much if you do. If indeed you can
factually show that IPv6 is degrading an application I would open a ticket
with Microsoft.



John W. Cook

Network Operations Manager

Partnership For Strong Families

5950 NW 1st Place

Gainesville, Fl 32607

Office (352) 244-1610

Cell (352) 215-6944

MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6




Apologies, i should add it is a combination of Windows Server
2003/2008/2008 R2 servers

_____

From: craigmeyer8@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200

Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6
is messing around with our Quality-of-Service and we want to disable it on
the servers

thanks in advance



_____

CONFIDENTIALITY STATEMENT: The information transmitted, or contained or
attached to or with this Notice is intended only for the person or entity to
which it is addressed and may contain Protected Health Information (PHI),
confidential and/or privileged material. Any review, transmission,
dissemination, or other use of, and taking any action in reliance upon this
information by persons or entities other than the intended recipient without
the express written consent of the sender are prohibited. This information
may be protected by the Health Insurance Portability and Accountability Act
of 1996 (HIPAA), and other Federal and Florida laws. Improper or
unauthorized use or disclosure of this information could result in civil
and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really
need to.

This email and any attached files are confidential and intended solely for
the intended recipient(s). If you are not the named recipient you should not
read, distribute, copy or alter this email. Any views or opinions expressed
in this email are those of the author and do not represent those of the
company. Warning: Although precautions have been taken to make sure no
viruses are present in this email, the company cannot accept responsibility
for any loss or damage that arise from the use of this email or attachments.


frevereUser is Offline

Posts:28

02/21/2012 3:39 PM  
Craig,

At a command prompt (Start > Run > cmd), type "ipconfig /all" (without the quotes). You should not see anything related to IPv6.

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 8:09 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6

guys

seeing that it does not take away the tick next to tcpip v6 what is a way to test and see that it actually disabled and not working?

oh well, then again some of you have tested and confirm that it is working
________________________________
From: ondrej.zilinec@atos.net
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6
Date: Tue, 21 Feb 2012 13:00:25 +0000
Hi

You need amdx/adml file only to DC where you edit GPOs. Computers do not need admx/adml files to apply GPOs.

Peace

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 1:58 PM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6

Hi

just wondering...would i need to copy the admx/adml only to the DC's or to all servers where i want the settings to take effect?
________________________________
From: frevere@hahnlaw.com<mailto:frevere@hahnlaw.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Date: Tue, 21 Feb 2012 07:54:14 -0500
Subject: RE: [gptalk] Disable Ipv6
Craig,

This is the admx policy I was speaking of, and it does disable all IPv6. The only caveat is the check mark on the LAN connection remains even though IPv6 is completely disabled. This policy works like a charm. Just remember to create a new GPO for this policy only (label it good and don't add any other policies) and apply to the OU you want to disable IPv6 on.

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 12:27 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6

maybe someone can comment/use this:
http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html

admx/adml that you import and it gives you the extra option under IPv6 Configuration called Disable all IPv6 components
________________________________
From: frevere@hahnlaw.com<mailto:frevere@hahnlaw.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Date: Mon, 20 Feb 2012 09:05:00 -0500
Subject: RE: [gptalk] Disable Ipv6
Craig,

To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to "Disable all IPv6 components". This is all really explained well within the GPO itself (a typical MS backwards thinking).

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6

Craig,

Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection properties.

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6

I don't think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action, MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.

John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6


Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers
________________________________
From: craigmeyer8@hotmail.com<mailto:craigmeyer8@hotmail.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200
Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance

________________________________
CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need to.
This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments.

craigmeyer8User is Offline

Posts:48

02/21/2012 5:09 PM  
Thought so but thought you guys would've used a different way to send. Thanks
-----Original Message-----
From: Darragh O'Shaughnessy
Sent: 21/02/2012, 3:57 PM
To: "gptalk@lists.gpoguy.com"
Subject: RE: [gptalk] Disable Ipv6


Simply run an ipconfig/all. You'll see if any interfaces are configured with
Ipv6.



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer
Sent: 21 February 2012 13:09
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



guys

seeing that it does not take away the tick next to tcpip v6 what is a way to
test and see that it actually disabled and not working?

oh well, then again some of you have tested and confirm that it is working

_____

From: ondrej.zilinec@atos.net
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6
Date: Tue, 21 Feb 2012 13:00:25 +0000

Hi



You need amdx/adml file only to DC where you edit GPOs. Computers do not
need admx/adml files to apply GPOs.



Peace



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 1:58 PM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



Hi

just wondering...would i need to copy the admx/adml only to the DC's or to
all servers where i want the settings to take effect?

_____

From: frevere@hahnlaw.com
To: gptalk@lists.gpoguy.com
Date: Tue, 21 Feb 2012 07:54:14 -0500
Subject: RE: [gptalk] Disable Ipv6

Craig,



This is the admx policy I was speaking of, and it does disable all IPv6.
The only caveat is the check mark on the LAN connection remains even though
IPv6 is completely disabled. This policy works like a charm. Just remember
to create a new GPO for this policy only (label it good and don't add any
other policies) and apply to the OU you want to disable IPv6 on.



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer
Sent: Tuesday, February 21, 2012 12:27 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



maybe someone can comment/use this:
http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html

admx/adml that you import and it gives you the extra option under IPv6
Configuration called Disable all IPv6 components

_____

From: frevere@hahnlaw.com
To: gptalk@lists.gpoguy.com
Date: Mon, 20 Feb 2012 09:05:00 -0500
Subject: RE: [gptalk] Disable Ipv6

Craig,



To clarify a bit, ENABLE the IPv6 Configuration and set the configuration
Options to "Disable all IPv6 components". This is all really explained well
within the GPO itself (a typical MS backwards thinking).



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



Craig,



Under Computer Configuration > Policies > Administrative Templates > Network
> IPv6 Configuration Policy, I have set this to Disable all IPv6 components.
This has to be done on a Windows 2008 or higher server. IPv6 is disabled,
although the properties of the Local Area Connection might still show it
enabled (ticked). An ipconfig does confirm this. I have not found a way
yet to un-tick the setting on the LAN connection properties.



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6



I don't think there is a native GPO that will do this but keep in mind that
there are a number of things this could break. IIRC it is not a supported
action, MS will probably not help you much if you do. If indeed you can
factually show that IPv6 is degrading an application I would open a ticket
with Microsoft.



John W. Cook

Network Operations Manager

Partnership For Strong Families

5950 NW 1st Place

Gainesville, Fl 32607

Office (352) 244-1610

Cell (352) 215-6944

MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6




Apologies, i should add it is a combination of Windows Server
2003/2008/2008 R2 servers

_____

From: craigmeyer8@hotmail.com
To: gptalk@lists.gpoguy.com
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200

Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6
is messing around with our Quality-of-Service and we want to disable it on
the servers

thanks in advance



_____

CONFIDENTIALITY STATEMENT: The information transmitted, or contained or
attached to or with this Notice is intended only for the person or entity to
which it is addressed and may contain Protected Health Information (PHI),
confidential and/or privileged material. Any review, transmission,
dissemination, or other use of, and taking any action in reliance upon this
information by persons or entities other than the intended recipient without
the express written consent of the sender are prohibited. This information
may be protected by the Health Insurance Portability and Accountability Act
of 1996 (HIPAA), and other Federal and Florida laws. Improper or
unauthorized use or disclosure of this information could result in civil
and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really
need to.

This email and any attached files are confidential and intended solely for
the intended recipient(s). If you are not the named recipient you should not
read, distribute, copy or alter this email. Any views or opinions expressed
in this email are those of the author and do not represent those of the
company. Warning: Although precautions have been taken to make sure no
viruses are present in this email, the company cannot accept responsibility
for any loss or damage that arise from the use of this email or attachments.



acjuelichUser is Offline

Posts:147

02/21/2012 8:21 PM  
I don't see this:

Under Computer Configuration > Policies > Administrative Templates >
Network > IPv6 Configuration Policy, I have set this to Disable all IPv6
components

I'm on a Windows 7 Management machine with all the updated ADMXs and I
don't see this setting.

*-----------------------------------------------*

*Adam Juelich*

MCSA, MCSE, MCTS: Vista, A+, Network+

Pulaski Community School District <http://www.pulaski.k12.wi.us>

920-822-6075

*"Reason is not automatic. Those who deny it cannot be conquered by it. Do
not count on them. Leave them alone." *
-- *Ayn Rand*




On Mon, Feb 20, 2012 at 11:13 PM, Craig Meyer <craigmeyer8@hotmail.com>wrote:

> Thanks Nic
>
> ------------------------------
> From: nickportlock@hotmail.com
> To: gptalk@lists.gpoguy.com
> Subject: Re: [gptalk] Disable Ipv6
> Date: Mon, 20 Feb 2012 09:52:29 -0500
>
> You may find this blog useful:
> *http://tinyurl.com/7zgu6wf*
> I don't vouch for it's accuracy, but it does include a good link to
> Microsoft!
> Nick
>
> *From:* Francis Revere <frevere@hahnlaw.com>
> *Sent:* Monday, February 20, 2012 9:05 AM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* RE: [gptalk] Disable Ipv6
>
>
> Craig,
>
>
>
> To clarify a bit, ENABLE the IPv6 Configuration and set the configuration
> Options to "Disable all IPv6 components". This is all really explained
> well within the GPO itself (a typical MS backwards thinking).
>
>
>
> *From:* gptalk-owner@lists.gpoguy.com [mailto:
> gptalk-owner@lists.gpoguy.com] *On Behalf Of *Francis Revere
> *Sent:* Monday, February 20, 2012 9:00 AM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* RE: [gptalk] Disable Ipv6
>
>
>
> Craig,
>
>
>
> Under Computer Configuration > Policies > Administrative Templates >
> Network > IPv6 Configuration Policy, I have set this to Disable all IPv6
> components. This has to be done on a Windows 2008 or higher server. IPv6
> is disabled, although the properties of the Local Area Connection might
> still show it enabled (ticked). An ipconfig does confirm this. I have not
> found a way yet to un-tick the setting on the LAN connection properties.
>
>
>
> *From:* gptalk-owner@lists.gpoguy.com [mailto:
> gptalk-owner@lists.gpoguy.com] *On Behalf Of *John Cook
> *Sent:* Monday, February 20, 2012 8:51 AM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* RE: [gptalk] Disable Ipv6
>
>
>
> I don't think there is a native GPO that will do this but keep in mind
> that there are a number of things this could break. IIRC it is not a
> supported action, MS will probably not help you much if you do. If indeed
> you can factually show that IPv6 is degrading an application I would open a
> ticket with Microsoft.
>
>
>
> *John W. Cook*
>
> *Network Operations Manager*
>
> *Partnership For Strong Families*
>
> *5950 NW 1st Place*
>
> *Gainesville, Fl 32607*
>
> *Office (352) 244-1610*
>
> *Cell (352) 215-6944*
>
> *MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4*
>
>
>
> *From:* gptalk-owner@lists.gpoguy.com [mailto:
> gptalk-owner@lists.gpoguy.com] *On Behalf Of *Craig Meyer
> *Sent:* Monday, February 20, 2012 7:21 AM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* RE: [gptalk] Disable Ipv6
>
>
>
>
> Apologies, i should add it is a combination of Windows Server
> 2003/2008/2008 R2 servers
> ------------------------------
>
> From: craigmeyer8@hotmail.com
> To: gptalk@lists.gpoguy.com
> Subject: [gptalk] Disable Ipv6
> Date: Mon, 20 Feb 2012 14:19:37 +0200
>
> Hi all
>
> Is there a way to disable IPv6 on all servers in a specific OU via GPO?
> IPv6 is messing around with our Quality-of-Service and we want to disable
> it on the servers
>
> thanks in advance
>
>
> ------------------------------
>
> CONFIDENTIALITY STATEMENT: The information transmitted, or contained or
> attached to or with this Notice is intended only for the person or entity
> to which it is addressed and may contain Protected Health Information
> (PHI), confidential and/or privileged material. Any review, transmission,
> dissemination, or other use of, and taking any action in reliance upon this
> information by persons or entities other than the intended recipient
> without the express written consent of the sender are prohibited. This
> information may be protected by the Health Insurance Portability and
> Accountability Act of 1996 (HIPAA), and other Federal and Florida laws.
> Improper or unauthorized use or disclosure of this information could result
> in civil and/or criminal penalties.
> Consider the environment. Please don't print this e-mail unless you really
> need to.
> This email and any attached files are confidential and intended solely for
> the intended recipient(s). If you are not the named recipient you should
> not read, distribute, copy or alter this email. Any views or opinions
> expressed in this email are those of the author and do not represent those
> of the company. Warning: Although precautions have been taken to make sure
> no viruses are present in this email, the company cannot accept
> responsibility for any loss or damage that arise from the use of this email
> or attachments.
>

frevereUser is Offline

Posts:28

02/21/2012 8:32 PM  
Adam,

You have to download the admx/adml and extract to your central store:

http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Juelich, Adam
Sent: Tuesday, February 21, 2012 1:17 PM
To: gptalk@lists.gpoguy.com
Subject: Re: [gptalk] Disable Ipv6

I don't see this:

Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components

I'm on a Windows 7 Management machine with all the updated ADMXs and I don't see this setting.

-----------------------------------------------

Adam Juelich

MCSA, MCSE, MCTS: Vista, A+, Network+

Pulaski Community School District<http://www.pulaski.k12.wi.us>

920-822-6075
"Reason is not automatic. Those who deny it cannot be conquered by it. Do not count on them. Leave them alone."
― Ayn Rand


On Mon, Feb 20, 2012 at 11:13 PM, Craig Meyer <craigmeyer8@hotmail.com<mailto:craigmeyer8@hotmail.com>> wrote:
Thanks Nic
________________________________
From: nickportlock@hotmail.com<mailto:nickportlock@hotmail.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: Re: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 09:52:29 -0500
You may find this blog useful:
http://tinyurl.com/7zgu6wf
I don't vouch for it's accuracy, but it does include a good link to Microsoft!
Nick

From: Francis Revere<mailto:frevere@hahnlaw.com>
Sent: Monday, February 20, 2012 9:05 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6


Craig,



To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to "Disable all IPv6 components". This is all really explained well within the GPO itself (a typical MS backwards thinking).



From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com>] On Behalf Of Francis Revere
Sent: Monday, February 20, 2012 9:00 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6



Craig,



Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection properties.



From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com>] On Behalf Of John Cook
Sent: Monday, February 20, 2012 8:51 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6



I don't think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action, MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.



John W. Cook

Network Operations Manager

Partnership For Strong Families

5950 NW 1st Place

Gainesville, Fl 32607

Office (352) 244-1610<tel:%28352%29%20244-1610>

Cell (352) 215-6944<tel:%28352%29%20215-6944>

MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4



From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com>] On Behalf Of Craig Meyer
Sent: Monday, February 20, 2012 7:21 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] Disable Ipv6



Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers

________________________________

From: craigmeyer8@hotmail.com<mailto:craigmeyer8@hotmail.com>
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: [gptalk] Disable Ipv6
Date: Mon, 20 Feb 2012 14:19:37 +0200

Hi all

Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers

thanks in advance



________________________________

CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need to.
This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments.


craigmeyer8User is Offline

Posts:48

02/22/2012 7:08 AM  

Thank you, will definitely look into this

From: ondrej.zilinec@atos.net
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] Disable Ipv6
Date: Tue, 21 Feb 2012 13:08:32 +0000











But great how to make central place for adm/amdx/adml for all domain controllers is to create Central Store.

More at
http://support.microsoft.com/kb/929841.

Then you have not problem with distributing those files across whole environment.

Have a nice day,



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com]
On Behalf Of Craig Meyer

Sent: Tuesday, February 21, 2012 2:05 PM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6






thank you




From:
ondrej.zilinec@atos.net

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6

Date: Tue, 21 Feb 2012 13:00:25 +0000

Hi

You need amdx/adml file only to DC where you edit GPOs. Computers do not need admx/adml files to apply GPOs.

Peace



From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer

Sent: Tuesday, February 21, 2012 1:58 PM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6




Hi



just wondering...would i need to copy the admx/adml only to the DC's or to all servers where i want the settings to take effect?




From:
frevere@hahnlaw.com

To: gptalk@lists.gpoguy.com

Date: Tue, 21 Feb 2012 07:54:14 -0500

Subject: RE: [gptalk] Disable Ipv6

Craig,

This is the admx policy I was speaking of, and it does disable all IPv6. The only caveat is the check mark on the LAN connection remains even though IPv6 is
completely disabled. This policy works like a charm. Just remember to create a new GPO for this policy only (label it good and don’t add any other policies) and apply to the OU you want to disable IPv6 on.



From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer

Sent: Tuesday, February 21, 2012 12:27 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6




maybe someone can comment/use this:

http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html



admx/adml that you import and it gives you the extra option under IPv6 Configuration called Disable all IPv6 components




From:
frevere@hahnlaw.com

To: gptalk@lists.gpoguy.com

Date: Mon, 20 Feb 2012 09:05:00 -0500

Subject: RE: [gptalk] Disable Ipv6

Craig,

To clarify a bit, ENABLE the IPv6 Configuration and set the configuration Options to “Disable all IPv6 components”. This is all really explained well within
the GPO itself (a typical MS backwards thinking).



From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Francis Revere

Sent: Monday, February 20, 2012 9:00 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6



Craig,

Under Computer Configuration > Policies > Administrative Templates > Network > IPv6 Configuration Policy, I have set this to Disable all IPv6 components. This
has to be done on a Windows 2008 or higher server. IPv6 is disabled, although the properties of the Local Area Connection might still show it enabled (ticked). An ipconfig does confirm this. I have not found a way yet to un-tick the setting on the LAN connection
properties.



From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of John Cook

Sent: Monday, February 20, 2012 8:51 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6



I don’t think there is a native GPO that will do this but keep in mind that there are a number of things this could break. IIRC it is not a supported action,
MS will probably not help you much if you do. If indeed you can factually show that IPv6 is degrading an application I would open a ticket with Microsoft.


John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4




From:
gptalk-owner@lists.gpoguy.com
[mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Craig Meyer

Sent: Monday, February 20, 2012 7:21 AM

To: gptalk@lists.gpoguy.com

Subject: RE: [gptalk] Disable Ipv6






Apologies, i should add it is a combination of Windows Server 2003/2008/2008 R2 servers




From:
craigmeyer8@hotmail.com

To: gptalk@lists.gpoguy.com

Subject: [gptalk] Disable Ipv6

Date: Mon, 20 Feb 2012 14:19:37 +0200

Hi all



Is there a way to disable IPv6 on all servers in a specific OU via GPO? IPv6 is messing around with our Quality-of-Service and we want to disable it on the servers



thanks in advance







CONFIDENTIALITY STATEMENT: The information transmitted, or contained or attached to or with this Notice is intended only for the person
or entity to which it is addressed and may contain Protected Health Information (PHI), confidential and/or privileged material. Any review, transmission, dissemination, or other use of, and taking any action in reliance upon this information by persons or
entities other than the intended recipient without the express written consent of the sender are prohibited. This information may be protected by the Health Insurance Portability and Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. Improper
or unauthorized use or disclosure of this information could result in civil and/or criminal penalties.

Consider the environment. Please don't print this e-mail unless you really need to.
This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy
or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept
responsibility for any loss or damage that arise from the use of this email or attachments.










acjuelichUser is Offline

Posts:147

02/22/2012 3:34 PM  
Thanks, Francis! Very helpful!

*-----------------------------------------------*

*Adam Juelich*

MCSA, MCSE, MCTS: Vista, A+, Network+

Pulaski Community School District <http://www.pulaski.k12.wi.us>

920-822-6075

*"Reason is not automatic. Those who deny it cannot be conquered by it. Do
not count on them. Leave them alone." *
-- *Ayn Rand*




On Tue, Feb 21, 2012 at 10:50 PM, Craig Meyer <craigmeyer8@hotmail.com>wrote:

> Thank you, will definitely look into this
>
> ------------------------------
> From: ondrej.zilinec@atos.net
> To: gptalk@lists.gpoguy.com
> Subject: RE: [gptalk] Disable Ipv6
> Date: Tue, 21 Feb 2012 13:08:32 +0000
>
>
> But great how to make central place for adm/amdx/adml for all domain
> controllers is to create Central Store.
>
>
>
> More at http://support.microsoft.com/kb/929841.
>
>
>
> Then you have not problem with distributing those files across whole
> environment.
>
>
>
> Have a nice day,
>
>
>
> *From:* gptalk-owner@lists.gpoguy.com [mailto:
> gptalk-owner@lists.gpoguy.com] *On Behalf Of *Craig Meyer
> *Sent:* Tuesday, February 21, 2012 2:05 PM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* RE: [gptalk] Disable Ipv6
>
>
>
>
> thank you
> ------------------------------
>
> From: ondrej.zilinec@atos.net
> To: gptalk@lists.gpoguy.com
> Subject: RE: [gptalk] Disable Ipv6
> Date: Tue, 21 Feb 2012 13:00:25 +0000
>
> Hi
>
>
>
> You need amdx/adml file only to DC where you edit GPOs. Computers do not
> need admx/adml files to apply GPOs.
>
>
>
> Peace
>
>
>
> *From:* gptalk-owner@lists.gpoguy.com
> [mailto:gptalk-owner@lists.gpoguy.com] *On Behalf Of *Craig Meyer
> *Sent:* Tuesday, February 21, 2012 1:58 PM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* RE: [gptalk] Disable Ipv6
>
>
>
> Hi
>
> just wondering...would i need to copy the admx/adml only to the DC's or to
> all servers where i want the settings to take effect?
> ------------------------------
>
> From: frevere@hahnlaw.com
> To: gptalk@lists.gpoguy.com
> Date: Tue, 21 Feb 2012 07:54:14 -0500
> Subject: RE: [gptalk] Disable Ipv6
>
> Craig,
>
>
>
> This is the admx policy I was speaking of, and it does disable all IPv6.
> The only caveat is the check mark on the LAN connection remains even though
> IPv6 is completely disabled. This policy works like a charm. Just
> remember to create a new GPO for this policy only (label it good and don't
> add any other policies) and apply to the OU you want to disable IPv6 on.
>
>
>
> *From:* gptalk-owner@lists.gpoguy.com
> [mailto:gptalk-owner@lists.gpoguy.com] *On Behalf Of *Craig Meyer
> *Sent:* Tuesday, February 21, 2012 12:27 AM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* RE: [gptalk] Disable Ipv6
>
>
>
> maybe someone can comment/use this:
> http://www.expta.com/2009/02/how-to-configure-ipv6-using-group.html
>
> admx/adml that you import and it gives you the extra option under IPv6
> Configuration called Disable all IPv6 components
> ------------------------------
>
> From: frevere@hahnlaw.com
> To: gptalk@lists.gpoguy.com
> Date: Mon, 20 Feb 2012 09:05:00 -0500
> Subject: RE: [gptalk] Disable Ipv6
>
> Craig,
>
>
>
> To clarify a bit, ENABLE the IPv6 Configuration and set the configuration
> Options to "Disable all IPv6 components". This is all really explained
> well within the GPO itself (a typical MS backwards thinking).
>
>
>
> *From:* gptalk-owner@lists.gpoguy.com
> [mailto:gptalk-owner@lists.gpoguy.com] *On Behalf Of *Francis Revere
> *Sent:* Monday, February 20, 2012 9:00 AM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* RE: [gptalk] Disable Ipv6
>
>
>
> Craig,
>
>
>
> Under Computer Configuration > Policies > Administrative Templates >
> Network > IPv6 Configuration Policy, I have set this to Disable all IPv6
> components. This has to be done on a Windows 2008 or higher server. IPv6
> is disabled, although the properties of the Local Area Connection might
> still show it enabled (ticked). An ipconfig does confirm this. I have not
> found a way yet to un-tick the setting on the LAN connection properties.
>
>
>
> *From:* gptalk-owner@lists.gpoguy.com
> [mailto:gptalk-owner@lists.gpoguy.com] *On Behalf Of *John Cook
> *Sent:* Monday, February 20, 2012 8:51 AM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* RE: [gptalk] Disable Ipv6
>
>
>
> I don't think there is a native GPO that will do this but keep in mind
> that there are a number of things this could break. IIRC it is not a
> supported action, MS will probably not help you much if you do. If indeed
> you can factually show that IPv6 is degrading an application I would open a
> ticket with Microsoft.
>
>
>
> *John W. Cook*
>
> *Network Operations Manager*
>
> *Partnership For Strong Families*
>
> *5950 NW 1st Place*
>
> *Gainesville, Fl 32607*
>
> *Office (352) 244-1610*
>
> *Cell (352) 215-6944*
>
> *MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4*
>
>
>
> *From:* gptalk-owner@lists.gpoguy.com
> [mailto:gptalk-owner@lists.gpoguy.com] *On Behalf Of *Craig Meyer
> *Sent:* Monday, February 20, 2012 7:21 AM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* RE: [gptalk] Disable Ipv6
>
>
>
>
> Apologies, i should add it is a combination of Windows Server
> 2003/2008/2008 R2 servers
> ------------------------------
>
> From: craigmeyer8@hotmail.com
> To: gptalk@lists.gpoguy.com
> Subject: [gptalk] Disable Ipv6
> Date: Mon, 20 Feb 2012 14:19:37 +0200
>
> Hi all
>
> Is there a way to disable IPv6 on all servers in a specific OU via GPO?
> IPv6 is messing around with our Quality-of-Service and we want to disable
> it on the servers
>
> thanks in advance
>
>
> ------------------------------
>
> CONFIDENTIALITY STATEMENT: The information transmitted, or contained or
> attached to or with this Notice is intended only for the person or entity
> to which it is addressed and may contain Protected Health Information
> (PHI), confidential and/or privileged material. Any review, transmission,
> dissemination, or other use of, and taking any action in reliance upon this
> information by persons or entities other than the intended recipient
> without the express written consent of the sender are prohibited. This
> information may be protected by the Health Insurance Portability and
> Accountability Act of 1996 (HIPAA), and other Federal and Florida laws.
> Improper or unauthorized use or disclosure of this information could result
> in civil and/or criminal penalties.
> Consider the environment. Please don't print this e-mail unless you really
> need to.
>
> This email and any attached files are confidential and intended solely for
> the intended recipient(s). If you are not the named recipient you should
> not read, distribute, copy or alter this email. Any views or opinions
> expressed in this email are those of the author and do not represent those
> of the company. Warning: Although precautions have been taken to make sure
> no viruses are present in this email, the company cannot accept
> responsibility for any loss or damage that arise from the use of this email
> or attachments.
>

You are not authorized to post a reply.
Page 1 of 212 > >>

Forums >GPTalk >GPTalk Mailing List > [gptalk] Disable Ipv6



ActiveForums 3.7

Members

MembershipMembership:
Latest New UserLatest:carmicklec
New TodayNew Today:0
New YesterdayNew Yesterday:0
User CountOverall:1399

People OnlinePeople Online:
VisitorsVisitors:0
MembersMembers:0
TotalTotal:0

Online NowOnline Now:

Ads

Banner Inv
Copyright 2009 by GPOGUY.COM
Terms Of Use