Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gargon1

    WMI System Enclosure Filter

    mrmovie, That clears it up. Thank you.
  2. gargon1

    WMI System Enclosure Filter

    PHV, Yes. The code you posted earlier. In the section of the code you posted, you commented 'your stuff here. For Each objItem In colItems If InStr("," & Join(objItem.ChassisTypes, ",") & ",", ",10,") Then ' your stuff here End If Next How do I integrate, "SELECT * FROM...
  3. gargon1

    WMI System Enclosure Filter

    Markdmac, Will I not run into the same issue that PHV pointed out? "I'm afraid you can't filter a WQL query on an array attribute.
  4. gargon1

    WMI System Enclosure Filter

    PHV, Thanks for pointing out the strComputer variable not being populated. The script worked after I populated it. I am trying to use this as a WMI Filter in group policy. Can you please show me how to integrate the code I posted earlier into your script?
  5. gargon1

    WMI System Enclosure Filter

    PHV, Thanks for responding. I tried running your query and it failed. I can troubleshoot and get it working but will it work as a group policy filter?
  6. gargon1

    WMI System Enclosure Filter

    Hello, I am trying to create a WMI Filter that determine what type enclosure a computer has so that I can determine if the system is a laptop. I have tried the query below but it fail even when I drop the objChassis. I used MS Scriptomatic tool to verify that I am using the correct WMI...
  7. gargon1

    forwarding

    Zelandakh, Thanks for responding. On server B SMTP virtual server exactly where would I put Server A ip address to make it the smarthost?
  8. gargon1

    forwarding

    I have 2 Exchange 2003 servers. How do I configure one sever to forward all outside e-mail so that only one sever delivers mail outside my network?
  9. gargon1

    mysql query

    That did it. Thanks Dude!!
  10. gargon1

    mysql query

    Please help, Am trying to use the query below to return data from a mysql database but when I try compiling am receiving the following errors: com\time\timeclock.java:84: unclosed string literal ("SELECT clocknum,date0,time0,fname,lname,dept,status FROM time_ sheet WHERE...
  11. gargon1

    Newbie: Strange JavaBean Query Problem

    Hello, When I try to return all items in a MySQL database I keep getting the error below. However, when I change the SQL query string to "SELECT dept FROM time_sheet" in the javaBean and make necessary changes in the jsp file it works fine and all departments show up on the web page...
  12. gargon1

    java.lang.NoSuchMethodError

    Thanks guys. That did the trick.
  13. gargon1

    java.lang.NoSuchMethodError

    Hello, I have just started Java programing and am trying to create a java bean that connect to a MySQL database. The program compiles fine with no error but when I attempt to run the program I am getting the following error: Exception in thread "main" java.lang.NoSuchMethodError...
  14. gargon1

    Using user login name to find fullname in Active Directory

    Thanks for the help.
  15. gargon1

    Using user login name to find fullname in Active Directory

    Hi, Can someone tell me how to retrieve a users fullname from Active Directory using their login name or samAccountName? Am using vb script. Thanks in advance. Dalma

Part and Inventory Search

Back
Top