Hi,
I am trying to create a script that automatically populates a database with existing computers. It queries the local machine for UUID and computername then creates a new record for the machine in the database.
This works perfectly at the moment. The problem is, once the record is created, the linked view "ComputerSettings" isn't updated.
I am looking for a way to programatically update the ComputerSettings view using vbscript.
Does anyone have any ideas?