The magic of Group Policy in an Active Directory environment is that it can reach out and touch so many computers that it can automate many tasks for you while being flexible enough to target only the computers you want. Adding Active Directory users or groups to local groups with the Restricted Groups setting is only another example of that. However, it is one of the more … [Read more...]
Group Policy Administrative Templates differ between Server 2008 R2 and Windows 7 SP1
I was working on a PowerShell script the other day where a VBScript was failing me (I need to get into PowerShell more anyways) and needed to switch the execution policy on a set of computers to allow my script to run. A quick look through documentation told me it could be configured by running a command on each box or even better through a Group Policy setting. However, when … [Read more...]
New Windows 8 and Server 2012 Group Policies
Anxious to see what new Group Policies will be coming with Windows 8? You can dive into the Windows 8 Release Preview or the Server 2012 Release Candidate. However, if you're just looking for a reference, Microsoft has you covered. … [Read more...]
Mapping Active Directory attributes to the Users and Computers interface
If you have ever had to work with the attributes to an Active Directory object, either through the Attribute Editor or scripting, you should find this Microsoft TechNet article very helpful. Through a series of annotated screenshots, it maps where the attributes are accessible through the console fields in the Active Directory Users and Computers interface. … [Read more...]
Why does GPResult say Domain Type: Windows 2000 on a Server 2008 R2 domain?
Using Group Policy, you will likely use Resultant Set of Policies and GPResult to see how group policies are being applied to a user or computer. They are great tools for troubleshooting and ensuring your policies are landing correctly for your clients. One field in GPResult might cause you to do a double-take if you look closely. The output of gpresult will list the Group … [Read more...]