How can one target user policies to specific computers? Security filtering for computer-groups does not block user policies to apply. In detail, I have some Office 2010 user settings to propagate to computers that have Office 2010 installed and only to those.
I also tried WMI filter based on group membership, but it didn' work either. It filtered out on all computers, including member computers. Maybe the WQL is wrong: SELECT * FROM Win32_GroupUser WHERE GroupComponent="Win32_Group.Domain=\"DOMAIN\", Name=\"Computers-with-Office2010\""
Thanks, Jan