Windows 7 Thread, Problems with Windows XP / 7 GPOs & WMI Filters in Technical; Hi All,
I'm new to the forum although have been lurking for a bit!
We are currently planning and testing ...
-
9th March 2012, 12:21 PM #1
- Rep Power
- 0
Problems with Windows XP / 7 GPOs & WMI Filters
Hi All,
I'm new to the forum although have been lurking for a bit!
We are currently planning and testing our Windows 7 deployment for the summer. Rather than inherit our existing GPOs, I'd like to start afresh in order to eliminate all the redundant settings in there...some going back to Windows 2000!
So, I have created two new WMI filters, as follows...
Windows 7 - select * from Win32_OperatingSystem where Version like "6.1%"
Windows XP - select * from Win32_OperatingSystem where Version like "5.1%"
I have assigned the XP WMI filter to our existing user GPOs, and then created new Windows 7 user GPOs and assigned the Windows 7 WMI filter.
I have tested these and my Windows 7 test machines work fine - they pick up the settings from the new Windows 7 GPOs, and ignore everything in the XP ones.
However, many of our Windows XP machines are not working! They are ignoring all user GPO settings, only applying computer GPOs (which I've left unfiltered as WinXP and Win7 machines will live in different OUs).
Errors reported in the Application Log are
1090 - Userenv - Windows couldn't log the RSoP session status. An attempt to connect to WMI failed.
1104 - Userenv - Windows cannot perform filter check for Group Policy object cn={GUID}. The associated filter cannot be found. This Group Policy Object will be skipped.
What is odd is that some of the XP machines are fine. Even within the same room - all machines on the same image - some work and some don't.
I've checked the WMI service and it is running. I've researched those errors - two main solutions are a hotfix from MS which applies to XP SP2 and single label DNS domain (we are on XP SP3 which includes the hotfix, and our domain ISN'T a single label) and a fix which requires rebuilding the WMI repository on each affected workstation. I'm not convinced this will work, but will try it later on one machine.
Has anyone else had these same issues that may be able to shed some light? We are running Windows Server 2003 on both of our DCs.
Thanks!
-
-
IDG Tech News
-
9th March 2012, 12:24 PM #2 Try this for the Windows XP one, I had a few MSI issues with XP and this WMI worked.
Code:
select * from Win32_OperatingSystem where Version like "5.1%" and ProductType = "1"
-
-
9th March 2012, 12:32 PM #3
- Rep Power
- 0
Thanks for your reply! I have tried this one already, I've also tried
Select * from Win32_OperatingSystem where Caption = "Microsoft Windows XP Professional"
However all give the same result. They work fine on some machines, and not others. It's very strange since the machines are on the same image. It's as if they are refusing to process any filter, for whatever reason?
-
-
9th March 2012, 12:35 PM #4 As far as WMI is concerned its a gap in my knowledge im sure someone else could help
-
SHARE: 
Similar Threads
-
By Oops_my_bad in forum *nix
Replies: 3
Last Post: 22nd November 2007, 02:07 AM
-
By maniac in forum Windows
Replies: 12
Last Post: 11th July 2007, 07:44 PM
-
By MikeMyers in forum Wireless Networks
Replies: 10
Last Post: 1st December 2006, 03:05 PM
-
By dezt in forum How do you do....it?
Replies: 10
Last Post: 23rd August 2006, 01:49 PM
-
By tosca925 in forum Windows
Replies: 9
Last Post: 18th January 2006, 12:54 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules