Umm... Look at the bottom line:
AND (Destination Like '10.3..61.1' ) )

You have one too many periods between 3 and 61.


DAMIEN SOLODOW
Systems Engineer
317.447.6033 (office)
317.447.6014 (fax)
HARRISON COLLEGE

From: Jeff Brown [mailto:[email protected]]
Sent: Thursday, December 08, 2011 2:53 PM
To: NT System Admin Issues
Subject: WMI filter help

I am trying to create a WMI filter to apply a GPO to a specific IP address.  I 
have been googling and am so far not able to find anything dumbed down enough 
for me to copy/paste modify and get to work.  There is one existing WMI filter 
here that applies a range of subnets.  I have tried modifying that existing 
filter to point only to the server I am trying to apply the GPO to, it looks 
like this:

Select * FROM Win32_IP4RouteTable
WHERE ((Mask='255.255.255.255' AND NextHop='127.0.0.1' OR NextHop='0.0.0.0')
AND (Destination Like '10.3..61.1' ) )

Anyone care to offer suggestions or resources?  W2k8 R2 server environment.  I 
simply need to create a WMI filter for a GPO that applies to the server at 
internal address: 10.3.61.1.  may need to add others later, but for now the one 
will do.  Thank for any help.

Jeff Brown
IT Operations
Webco Industries
(918) 246-2455


This email and any attachments transmitted with it are confidential and 
intended solely for the use of the addressee. If you have received this email 
in error please notify the sender immediately. All inquiries, quotations, 
purchase orders, acknowledgments, invoices or other documents memorializing 
offers, acceptances or contractual obligations are subject to Webco's standard 
terms and conditions of sale (when Webco is the seller, 
www.webcoindustries.com/tcsales.aspx<http://www.webcoindustries.com/tcsales.aspx>)
 or purchase (when Webco is the buyer, 
www.webcoindustries.com/tcpurchase.aspx<http://www.webcoindustries.com/tcpurchase.aspx>).
 Webco manufactures tubular products to meet customer dimensional and materials 
specifications. Webco is not an engineering or design business. Any engineering 
information provided is purely incidental to the tube manufacturing process and 
not offered or intended to be engineering services related to the performance 
specifications a customer may require, which is the customer's responsibility 
to determine.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
[email protected]<mailto:[email protected]>
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to [email protected]
with the body: unsubscribe ntsysadmin

Reply via email to