First  |  Prev |  Next  |  Last
Pages: 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
posting data to a web form
Hi, Gang, I would like to use a VBA script in Access to attach files to a company wiki page, but I'm not having much luck. Admittedly, I am very green at doing this sort of thing and the Access group wasn't able to help me out much, so I'm hoping someone here could help. I think my problem is coming in with t... 12 Feb 2010 11:11
Vista and AD Terminal Services Properties
I have installed RSAT SP1 and later (KB941314 2/24/2009) and the hotfix for AD Users and Computers (KB960890 6/22/2009) on my Vista 32 bit OS. I can now view the Terminal Services tabs in ADUC. However, I am unable to query or write any AD terminal services properties via VBScript or Powershell. The scripts wor... 11 Feb 2010 18:30
ANTIVIRUS FREE DOWNLOAD 5351
Is this guy a spammer, a liar or a virus merchant? Perhaps all three - can't quite make up my mind. ... 11 Feb 2010 05:02
regex help
In regular expression how do I say characters A-Z except I and O? I'd rather not list each of the 24 valid characters. Thanks, LJB ... 14 Feb 2010 15:11
Connect to WMI remotely with vbscript
Hi guys, I'm trying to connect to WMI remotely with vbscript, Is anyone have some idea to share, thanks in advance. it failed in this way, the credential was not provided here because i had used administrator account to log on the remote host via Remote Desktop Connection before execution. strComputer = "sh-ser... 10 Feb 2010 07:47
Script broken on upgrade to IE8
Hi, I have the following script that takes a password from IE (just to make use of the password masking). Set objExplorer = WScript.CreateObject _ ("InternetExplorer.Application", "IE_") objExplorer.Navigate "file:///C:\Documents and Settings\username\Desktop\password.htm" objExplorer.ToolBar = 0... 10 Feb 2010 06:42
on keypress
Hi, I would like to add an onkey press as an alternative to the Ok button in this code. How would I go about doing this (I'm fairly new to VBS)? <SCRIPT LANGUAGE="VBScript"> Sub RunScript OKClicked.Value = "OK" End Sub Sub CancelScript OKClicked.Value = "Cancelled" End Sub </SCRIPT> <BOD... 8 Feb 2010 14:33
DN & Email Address
Hi, I have a text file with email address (exchange users) of users.I need to pull their DN from AD.Does someone have a code snippet to share on which I can build. cheers Babu ... 8 Feb 2010 10:00
Read value in txt file
Hello to everybody I would like to read a value in a txt file. For example, the value will following the egual sign. So I want to look for language and get "fr" as value. language = fr country = france Thank you by advance and have a nice day. ... 11 Feb 2010 17:22
enumerating all of the services using the <fill-in-the-blank> Acco
Will this work for you? You could add an "Input Box" to this script to charge the variable "strDomain" with what ever domain you will be running it in.\ Option Explicit Dim objWMIService, colServices, objFSO, objTS, objService, strComputer, strDomain strDomain = "MYDOMAIN" strComputer = "." Set objWMIServi... 8 Feb 2010 18:00
First  |  Prev |  Next  |  Last
Pages: 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53