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 MikeeOK 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. Boeboes

    objWMIService.ExecQuery CIM_DataFile with LIKE fails ERROR 80041017

    Thanks, at least I don't have to look where I went wrong anymore. Can anyone point me to some good documentation places. When I wanted to code around it I decided to get all file name s and select the pattern myself "left(objFile.FileName,10)" but then there are versions that don't implement...
  2. Boeboes

    objWMIService.ExecQuery CIM_DataFile with LIKE fails ERROR 80041017

    Hi, I want to delete files with a specific filename pattern older than a specific date. I search for the files with a query and check "lastmodified". It worked fine on my XP system but when I run it on an W2K server it fails. Boils down to a problem with the query: strComputer = "." Set...

Part and Inventory Search

Back
Top