| View previous topic :: View next topic |
| Author |
Message |
Inspyre Newbie

Joined: 24 Nov 2002 Posts: 4 Location: Always in VDS
|
Posted: Sun Oct 05, 2003 5:21 pm Post subject: VDS and WMI / VBS scripting |
|
|
Being a SysAdmin (not a programmer) I am constantly challenged for quick solutions to everyday problems.
VDS appears to have the "horsepower" to get the job done quickly.
I know VDS has very useful features & some cools DLL addins, but I don't know enough about the capabilities of VDS to make a purchase decision on VDS 5 :
For example, I am looking to develop the following quick & dirty tools with VDS, which I would need to redistribute to co-workers.
1. Mass registry changes based on Computername.
2. Pull active lists of active computers from the network.
3. "Push" Installs of icons and precision file placement on remote PCs.
4. PC stats & software inventory on the click of a button.
5. Automation of FTP uploads & downloads.
6. Dial out and collect data(flat text) from external sources.
All of this can be done from WMI / VBS, but I'd like to have a nice GUI frontend (Preferrably without VDS dropping out to a hidden pipe) in which VDS can handle the returned information.
I've around the forum and I have not heard anyone using VDS with WMI or VBS.
Can VDS directly handle WMI / VBS and capture the results in a usable form in output to a db using VDSDLL3 / (VDSDB.DLL)?
If not, has anyone considered developing a custom solution? |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sun Oct 05, 2003 5:59 pm Post subject: |
|
|
I use to create and run .vbs files via VDS, but that's the extent I've ever
played with this idea.
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Sun Oct 05, 2003 7:11 pm Post subject: |
|
|
Hi Inspyre,
VDS does not have any ActiveX or COM abilities as of yet. So WMI (Windows Management Instramentation) scripts are out of the question unless you use VBS and have it send the info to a file or through a DDE conversation. Keep checking back about this though. Soon there will be a way to do this a bit more elagant  _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
|