Ok,
I guess by the lack of answers that this isn't possible, or that the question isn't sufficiently clear.
I have a terminal services network that need to serve multiple classrooms. All the classrooms are kitted with Wyse Winterm 1200LE terminals. DHCP and DNS are running and working Ok (DNS forward and reverse)
I use GP to redirect start menu's as appropriate to the users' requirements ( on security group membership).
Each classroom will have different applications, which shouldn't be accessed by the user when in the other classroom. If I could add each terminal to an AD organisational Unit, my task would be easy. I have tried, but the policy doesn't get applied as it should.
Does any one have a suggestion of
1) how to get AD to recognise a winterm 1200LE in an OU
or
2) how to differentiate between which terminal a user is using. I suspect that this is a WMI filter, but I am missing the vital step to make the concept wmi filter below work
Code:
select * from win32_computerSystem where name like "Class1-term%"
and apply correctly to a GPO.
Any ideas , clues or responses?
Take Care
Matt
If at first you don't succeed, skydiving is not for you.