Folder Redirection Apply Only to Desktop
is there way exclude computers, servers folder redirection not applied?
so user has laptop windows 7 folder redirection gets applied due user config gpo, when login server group policy gets applied also.
how can have users have folder redirection applied laptops not servers loginto ?
use wmi filters:
select * win32_operatingsystem producttype = 1
this cause gpo apply workstations , not servers or domain controllers.
edit: see http://technet.microsoft.com/en-us/library/cc780416%28v=ws.10%29.aspx more information on wmi filtering on group policies.
Windows Server > Group Policy
Comments
Post a Comment