ljh171 Posted November 19, 2013 Posted November 19, 2013 Hi all, Forgive me if there is already a thread on this. I am currently trying to setup a windows 8 tablet on our network. The problem is our network is all setup for windows 7 so the GPO's are not what they want to be for windows 8. For example our start menu for windows 7 is very big with department programs. When this goes onto the tablet the start menu looks ridiculous. My question is : is there a way in which i can tell GPO to use one GPO if its windows 7 or a different one if its Windows 8. Thanks Liam
AngryTechnician Posted November 19, 2013 Posted November 19, 2013 Two options: Create Windows 7 and Windows 8 security groups for the computer accounts in AD and add the appropriate clients to each group. Then modify the security filtering on the GPO to apply only to the correct group. Use WMI Filters to apply Group Policy to a target operating system
ljh171 Posted December 2, 2013 Author Posted December 2, 2013 Hi, i have created a WMI filter with this code : select * from Win32_OperatingSystem where (Version like "6.2%" or Version like "6.3%") and ProductType = "1" i have then applied this to the group policy i want it to use if the operating system is windows 8. It doesnt seem to be working. when i logon the windows content on the start menu appears and all the policy's applied to windows 7 have applied to windows 8. Am i missing something? Thanks for the reply
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