First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
Add user to local security group in Win7
The following code works fine in Windows XP to add a user to a local group. It will work on the machine I'm logged on to, and it will also work on remote machines (as a domain admin, I have permissions to modify local groups on all domain machines): strDomain = "enter domain name here" strComputer = "enter co... 3 Mar 2010 10:42
Error 800a03ea on winserver 2008?
I have a set of older .asp files that have been running uneventfully for several years on our old web server, but now as part of our testing on a new web server which has Windows Server 2008, I've discovered that the programs are NOT working, but rather throwing a syntax error 800a03ea on the very first code line,... 2 Mar 2010 12:24
How to send request by HTTP POST method in VBS script?
We have a content which need to send out by HTTP request, but it is too big for HTTP GET method, Is it possible to send request by HTTP POST method in VBS script? and how? ... 2 Mar 2010 10:08
VBScript String Replace - Remove / Replace Characters in String
VBScript String Replace http://www.code-tips.com/2009/04/vbscript-string-clean-function-remove.html Remove or replace specific characters from a string. The article below provides a function in VBScript to remove or replace characters in a string. VBScript String Replace http://www.code-tips.com/2009/04/v... 15 Mar 2010 02:27
Require certificate in HTA?
I'm working on an HTA project and need to be able to definitively tie collected information to specific users. I can get the logged on user name, but given that any logged in user can run the script, including 'generic' accounts, the manually entered information can only be tied to that accout. If I run the sc... 1 Mar 2010 23:11
Changes made to Outlook form don't stay with form when mailed.
I have a script that just about working the way I want it to. I'm using a MultiPage with 13 pages in the Outlook form. I am using checkboxes to make the pages visible and add recipients to the To field. When the checkbox is unchecked, the page and the recipient disappear (as designed). During testing of the f... 1 Mar 2010 17:38
Browse for File Dialog ( W7)
Hi, Have run up against what, based on my web searches, is a very common problem. I want to incorporate a browseforfile dialog box in my script. I'm using Windows 7. Is there a simple way to do this, without resorting to references to IE? Thanks, Stuart ... 18 Mar 2010 11:43
AddWindowsPrinterConnection, but the mapping is NOT stored inthe user profile
francois a �crit : I would like to add a network printer connection to a XP client with a logon script, but *without* store the mapping in the use profile. Is it possible ? Has anybody got an idea about this? I use roaming profiles and in the logon script I use the AddWindowsPrinterConnection metho... 26 Feb 2010 17:36
How do I send text to KList with StdIn?
I'm desperately trying to automate KList(in the resource kit) to purge kerberos tickets and for the life of me I can't figure out how I have this:- Set objShell = WScript.CreateObject("WScript.Shell") Set objExecObject = objShell.Exec("%comspec% /c klist.exe purge") Do Until objExecObject.StdOut.AtEndOfStre... 1 Mar 2010 06:59
Help required in fetching data from child nodes
Hi, I have the below xml file. The requirement is: 1) Comparing this xml with another version of xml. 2) Removing some tags like <title>, <headline>, <credit>, <codes class="IDS:ITEMID"> <code code="USN:TRE55A000" /> </codes> <codes class="IDS:PROFILENAME"> <code code="SNI-Text" /> ... 26 Feb 2010 03:05
First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49