I'm working on the following:
I managed to build a VBS script that will fill a custom attribute for computer objects in AD.
This script uses WMI data to get the required data from the machine and stores it in 'ExtensionAttribute1' as a semicolon seperated text-string.
This script runs during the logon script, so every time a user logs on, the computer data is updated.
Then I created a script that retreives the 'ExtensionAttribute1' attribute for all computer objects and stores it in a CSV file.
Which obviously is a semicolon CSV file

I have this script scheduled to run once every hour
It takes less than a second to run... (mind you, our AD is single domain, and we only have about 250 computers)
So I created an Import template, which maps the fields from the file to the fields in CMDB.
Et voila, I can populate the CMDB with the IMPORT function.
So the question is: Can I run the import automatically, like maybe once an day, or even once an hour?
I tried the Generic Agent, but I cant quite see how that would work...
Any help would be greatly appreciated.
And if someone would like to have the scripts n stuff I'd be happy to share

Thanks!
Kris