View Single Post
  #6 (permalink)  
Old October 21st, 2003, 02:12 PM
trschepp trschepp is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Again, thank you so much for the help! Unfortunately the script has issues on a line of the script.

Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.

C:\SMS\Verification\smsclientcheck2.vbs(23, 3) Microsoft VBScript runtime error: Variable is undefined: 'objWMIService'

Exit code: 0 , 0000h

This is the line it is referencing. I have tried some different things to no avail. Any help is again appreciated! Thanks, Tom

 Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")

Reply With Quote