10 Reasons Why Group Policy Fails to Apply

Group Policy can be difficult to design, implement, and troubleshoot unless you are fully aware of the foundational concepts that drive Group Policy with Active Directory. There are many moving parts with Group Policy, not to mention the reliance that Group Policy has on Active Directory functioning properly. When making changes within a Group Policy Object (GPO) in hopes for a desired outcome, only to have Group Policy not working correctly can be very frustrating.

many article is founded in internet about its problems. one of the best articles about reason for failing apply GPO is writen by derek melber. please check these links

http://www.windowsnetworking.com/articles-tutorials/windows-server-2008/Top-10-Reasons-Why-Group-Policy-Fails-to-Apply-Part1.html

http://www.windowsnetworking.com/articles-tutorials/windows-server-2008/Top-10-Reasons-Why-Group-Policy-Fails-to-Apply-Part2.html

http://www.windowsnetworking.com/articles-tutorials/windows-server-2008/Top-10-Reasons-Why-Group-Policy-Fails-to-Apply-Part3.html

thanks by www.windowsnetworking.com

tip in server 2012

Unfortunately there is a problem when you try to add .Net Framework 3.51 to Windows Server 2012 using Server Manager!

In order to fix that issue and get .Net Framework 3.51 installed issue following command from Command Prompt:

dism /online /enable-feature /all /featurename:NetFX3 /source:x:\sources\sxs

 

In order to assign static IPv4 address to Windows Server 2012 Core using power shell use:

New-NetIPAddress -IPAddress 192.168.1.10 -InterfaceAlias “Ethernet” -DefaultGateway 192.168.1.1 -AddressFamily IPv4 -PrefixLength

Introducing Windows Server 2012 (Free ebook)

 

A few weeks ago , held an online seminar and i was attended the seminar by bad speed Internet. I ‘m very happy that a book was introduced by Mitch Tulloch .This is the first book about Server 2012. You can download this book immediately  Continue reading “Introducing Windows Server 2012 (Free ebook)”