Jobos Posted March 2, 2011 Posted March 2, 2011 I've got a WMI filter on a OU but it's not working when I think it should. I'm trying to apply the gp only when a user on machine named OFFICE03 logs on. Namespace: root\CIMv2 Query: SELECT * from Win32_ComputerSystem WHERE name = "OFFICE03" Where am I going wrong please?
Norphy Posted March 2, 2011 Posted March 2, 2011 This is the filter I use to do the same job: select * from Win32_ComputerSystem where DNSHostName LIKE "HOMEWORK%"
Jobos Posted March 2, 2011 Author Posted March 2, 2011 This is the filter I use to do the same job: select * from Win32_ComputerSystem where DNSHostName LIKE "HOMEWORK%" Thanks. I've deleted the profile and when the user logged back on the filter worked fine.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now