The OSArchitecture property in Win32_OperatingSystem isn't supported on XP.

The OSArchitecture property in Win32_OperatingSystem isn't supported on XP.
I'm moving the way we deploy printers over to GPP and have got a problem where it causes an issue when logging onto Terminal Services. We don't need printers installing when using TS so I wanted to get a WMI filter to exclude the machines begining with TS. Can I do this by using something similar to below
Replacing LAP% for TS%
We still have some Windows XP clients so I thought it would be easier to apply the Group Policy only if the user wasn't logging onto a TS machine rather than applying it to every Windows Client we have.
Would this work?
I've tried this and it seems to work ok when I check it with the WMI Filter Validator
SELECT * FROM Win32_OperatingSystem WHERE (NOT CSName LIKE "TS%") AND (NOT ProductType="3")
Can anyone see any reason why I couldn't use this?
There are currently 2 users browsing this thread. (0 members and 2 guests)