sccm

  1. P

    Question WMI queries for SMS (SCCM) information

    Hi All, I'm trying to get the assigned SMS site from a remote machine in VB.net I can do this in VBS, but i need it in VB.net* (using framework 4.0) the vbs looks like this: Set smsClient = GetObject("winmgmts://" & strComputer & "/root/ccm:SMS_Client") Set result =...
Back
Top