Jump to content

Recommended Posts

Posted

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?

Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...