First  |  Prev |  Next  |  Last
Pages: 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
Verifying IIS certificates
Is it possible to use WMI via vbscript to query IIS server (Win 2000/IIS 5 and 2003/IIS 6) for SSL certificates and their expiration dates? ... 21 Jul 2008 14:06
Editing extended Active Directory user's informations with VBScrip
Since with VBScript we are limited to input one field at a time using the inputbox function, I'm trying to write down something that will open an IE form where I will get multiple extended user's information: - employeeNumber - preferredLanguage - division I found some samples, but I'm always getting a lot... 21 Jul 2008 15:08
More job id's in wsf file
Is there any way to call the individual job id's in a main job in a wsf file . See example below, I want to call job GetBuild and InstallBuild in job id "Main". Is it possible and what is the syntax. <?XML Version="1.0"?> <?job Error="true" Debug="true"?> <package> <job id="Main"> <script language="VBScrip... 21 Jul 2008 13:04
acl.dll & CDO
Starsaur, Did you every manage to sort this out? "starsaur" wrote: Bump. Help please, anyone? "starsaur" wrote: Thanks for the suggestion. But the error I get is as follows; Script: C:\scripts\convperm1.vbs Line: 39 Char: 1 Error: The information store c... 20 Jul 2008 15:33
key and subkey
Is there any way to delete a key with subkeys under it with a vbscript? From what I have tried you have to delete all the subkeys first before you can delete the key. exp: To delete the key ddeexec I have to delete the Topic and the Application keys first before I can delete the ddeexec key. Any way around this?... 20 Jul 2008 20:41
Embedded HTA
To give VBSCript an Interface you use an hta Using CreateObject (in Visual Basic for instance) is it possible to embed a HTA - like you can with a Webbrowser Object - or is HTA not the way to do this I want to script on the machine from within an application with a web browser like rendering (and maintain cont... 24 Jul 2008 19:06
populating two dimensional array with excel data
Hi, I'm looking for an efficient way to populate a two dimensional array. The first cell of each row contains the First Name and the second cell has the Last Name. I'm ok up to the part where I actually need to read the data in The code I have for reading the data into the array works but it is just awful:... 24 Jul 2008 10:50
Dynamic Radio button in HTA will not selecting.
My option buttons are not working! When I click on one of them. the bullet turns grey momentarily but does not stick. I just can't figure out why! Can someone help me! The purpose of this script will be to enumerate files in the current folder. Select the files and it will eventually (not yet implemented) comp... 21 Jul 2008 14:06
File parsing on steroids needed - Part II
Hello all. Many moons ago, I posted a request for help with this same type of issue: http://groups.google.com/group/microsoft.public.scripting.vbscript/browse_thread/thread/f1f78014008099fc/8991e865aeb0bfe6?lnk=gst&q=File+parsing+on+steroids+needed#8991e865aeb0bfe6 As always, I received excellent help on my p... 28 Jul 2008 13:06
VBS waiting for program to finish
hello, I have this script that I use on a servicedesk. Basically it starts the Telnet service on a remote PC and then connects me to it. myans = Inputbox("Enter PC Name or IP address") Dim objShell Set objShell = CreateObject("WScript.Shell") objShell.Run "sc \\"& myans &" config tlntsvr start= auto" objS... 19 Jul 2008 07:51
First  |  Prev |  Next  |  Last
Pages: 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80