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")
|