Is it possible to apply a group policy only to certain computers / groups of computers

active-directoryfolder-redirectiongroup-policynetworkingwindows-server-2008

I want to setup folder redirection for all of the workstations in the office, with the exception of several laptop users.

Is there a way to create a Group Policy that applies only to a certain set of computers? Please be advised that this is computer-specific, not user-specific. Several users work on both laptops and workstations.

Best Answer

You could probably apply a WMI filter (spit) to your Folder Redirection GPO. The following link describes a WMI query that determines if a computer is a laptop or not: http://blogs.technet.com/heyscriptingguy/archive/2004/09/21/how-can-i-determine-if-a-computer-is-a-laptop-or-a-desktop-machine.aspx.

This is a computer property but one good thing about WMI filters is that they will work in this kind of scenario against a user GPO.