First  |  Prev |  Next  |  Last
Pages: 573 574 575 576 577 578 579 580 581 582 583 584
Problem in access to remote registry
Hi, I have done a script in order to enumerate the keys from a remote registry. The problem I have is that when I try to access de Property "sNames" of OutputParameter an error occurs. The error says that sNames is not a property o OutputParameter. This is de code: Set objSWbemLocator = CreateObject("WbemScr... 14 Feb 2005 19:31
script to check username rights on local machine
I would like to write a script against all computers in my network to see if any usersnames are in the local administrator group can anyone help to do this? or how I would start? Thanks ... 14 Feb 2005 19:32
Error 80040e10
Hi I Have this code for transfer data in a text file. Source Data is an MDB file. Dim Conn, RsTimbr Dim oFs, FileLastID, FileTimbr Dim LastId, SQLstr Set Conn = CreateObject("ADODB.Connection") Set RSTimbr = CreateObject("ADODB.Recordset") Set oFs = CreateObject("Scripting.FileSystemObject") Set FileLastID... 14 Feb 2005 19:31
424 Object Required Problem
Hi, I'm new to vbscripting and could do with some help tracking down the source of this problem. I've a script that connects to the registry of a remote computer and dumps the /Uninstall key to an array then echos that out to a command window. The problem is that this is working on some PCs in our network ... 14 Feb 2005 19:31
VBScript to alter 'Trusted Sites' security in Internet Explorer?
In internet explorer, under [tools-->security-->trustedsites-->sites] there is a checkbox for an https option. I need to write a vbscript to programatically go in and uncheck this box. I have this strawman, but need some help actually changing the setting. Here it is: strComputer = "." Set objWMIService = ... 14 Feb 2005 19:31
UserAccountControl
I am needing to set a large number of user accounts in an OU to prompt them to change their password at next login. The accounts are currently disabled giving me a value of 546. If my math is correct then I would expect the value to be 8389154 with the pasword_expired value added. When I set one of these accounts... 14 Feb 2005 19:32
Permission denied
I get Permission denied when trying to set environment variable when script ran from non admin user code: WSHShell.Environment.item("Today") = aDay & aMonth & aYear How to fix? TIA ... 14 Feb 2005 19:31
Capturing Output from a Telnet Session
I have the following code. How can I capture the output into something I can work with? --- start --- Dim oShell, sEmail, sUser, sPass sEmail = "Mailserver.unc" sUser = "username" sPass = "password" Set oShell = CreateObject("WScript.Shell") oShell.Run "%comspec% /c telnet.exe" oShell.SendKeys "open "& sEm... 14 Feb 2005 19:31
Read IP Address From Ipchicken.com Via Vbscript
Does anyone know how I can get my exteranl ip address? My DSL provider assigns DHCP addresses every couple days so it makes it difficult to connect back to my home systems since the ip address changes. It is not so bad if I remember to check it before leaving for work, but that rarely happens. If I had a script ... 14 Feb 2005 19:31
Write a BynaryStream to clipboard
Is possible to use the ClipboardData object to write to the clipboard a bynary stream? I have an ActiveX component that generates an image: I can save it to a file or to represent it as a byte array. In asp I use Response.BinaryWrite to view the image in my page without save it on the server. I would to copy th... 14 Feb 2005 19:31
First  |  Prev |  Next  |  Last
Pages: 573 574 575 576 577 578 579 580 581 582 583 584