Jump to content

Manage Windows Vista policy from WS 2003


jpatto

Recommended Posts

  • 3 weeks later...

I'm sure some of XP's policies will work on Vista. It's a case where you should use WMI filtering to prevent them from applying to Vista machines though...that is, if you want your XP and Vista policies to be different from each other (which I personally would).

Just create a WMI filter on root\CIMv2 with a query like this:

Select * from Win32_OperatingSystem where Caption like "Microsoft Windows XP%"

Then apply that filter to the GPOs that you want to apply only to Windows XP. I don't have any Vista machines in my domain yet, but the filter for that would probably be something like:

Select * from Win32_OperatingSystem where Caption like "Microsoft Windows Vista%"

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...