First  |  Prev |  Next  |  Last
Pages: 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
Help Deleting Cookies
Hi: I am having some problems deleting cookies from C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files It seems this is a Special Folder and I cannot even seem to Enumerate all ".txt" files in this folder for subsequent deletion by WMI or simple FileDelete methods. All I get w... 27 Jun 2005 15:19
Checking services on remote machine
I am getting error in below listed script. Can anyone help me in identifying the problem strComputer = "192.168.1.2" strUserName = "admin" strPassword = "test" Set objLocator = CreateObject("WbemScripting.SWbemLocator") Set objService = objLocator.ConnectServer(strComputer, "root\cimv2",strUserName, strPas... 23 Jun 2005 16:50
repost - 100/full auto??
repost from microsoft.public.programming.vbscript (Due to lack of posts in that NG) Anyway of scripting all servers in the domain to determine nic speed? (Mostly Broadcom nic's but some others NICS apply such as 3com and Intel) I am using 2000 Server and 2003 server. We need to set our cards to 100/full and I ... 23 Jun 2005 11:38
active directory scripting question....
in active directory users and computers, on a user object, there is a "profile" tab. on this tab is the option to map a drive to a path on a server share. i have 6,000 users that all have the same server name in that box and i need to change them all to a different server. for the time being im using a DNS work... 23 Jun 2005 05:57
userAccountControl
Up until this point I really haven't had to definitely determine the options set by the userAccountControl. What I'm actually trying to do is determine accounts that are enabled vs disabled. I would expect the value of userAccountControl to be 514 for a disabled account (http://support.microsoft.com/?id=305144). ... 23 Jun 2005 02:45
For fun: a VBS alarm clock
Greetings, In order to learn how to use the AT scheduler from VBS I set myself the task of creating an alarm clock (more acurately - an alarm). It seems borderline useful so I give it here. Is there a better way to have one script turn off another than the way I do it? Going through text files seems too round-a... 22 Jun 2005 18:34
Downloading SagSAS.chm
Hello: I am looking for a file called SagSAS.chm. This file, I believe contains Microsoft Windows 2000 Scripting Guide. This file is also a searchable Help file containing scripts. Just wondering if this file is available for download from Microsoft (or other) web site. Thanks, Jo. ... 22 Jun 2005 17:32
ADO RecordSet
Is there a recordcount limitation with an ADO RecordSet in vbScript? Every AD query I perform with results greater than 1000 returns 1000; even the recordSet.RecordCount. Bart ... 22 Jun 2005 15:58
get script name
How can I get the name of the script I am running? FOR EXAMPLE, Lets say I execute DeployAll.vbs and when this script is running I want to be able to get the name if script and I store in memory. If I were to Wscript.Echo Filename, I would expect DeployAll.vbs. Thanks! ... 22 Jun 2005 13:22
CreateObject("InternetExplorer.Application") Takes focus!
When I write a script with the line Set oIE = CreateObject("InternetExplorer.Application") The newly created Internet Explorer App takes the keyboard and mouse focus away from the active application. Since this script runs in the background while the user is working, its is really annoying to the users and... 21 Jun 2005 20:56
First  |  Prev |  Next  |  Last
Pages: 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584