Search results for query: *

  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 =...
  2. P

    Question Split, search and append files

    Hi All, I have 270 files that I need to merge. These files are basically database files containing information strings. so far straight forward. the problem is that some of the information strings are duplicated so i need to be able to extract these informations strings from file2 and ensure...
  3. P

    Question Resetting an AD Password?

    Hi all, First of all please let me apologise in advance. I'm not a VB programmer (not yet anyway). I have been searching around for solutions to my problem, but the examples I find don't make sense to me, so please be patient! Basically I have a textbox with a username and on tab out I want to...
Back
Top