removing patches with WUA apis Have you found any solution of this, I am also facing the same problem. michele wrote: removing patches with WUA apis 17-Nov-08 I'm trying to remove windows patches through WUA apis and it fails with error code: ------------- 2008-11-14 11:53:20:281 676 49c COMAPI -- START -- COMAPI: Uninstall [ClientI... 17 Nov 2009 05:04
Handle list of objects in vbscript Hi All, I have following vbscript code: -------------------------------------------------------------------------------------------------------------------------------------------- set sampleObject = CreateObject("SampleType") -- COM component proxy set hddObject = sampleObject.GetAllHDDs("comp1") ----------... 14 Nov 2009 18:53
Delete files after copy completes or move files or cut/paste Hey, I am actually running it on command prompt but I couldn't find where to put it and i figure this is the closest thing to it. A script will work but I prefer command line. Either one, I will be greatful. :) I am running this on schedule task: "C:\Program Files\Ipswitch\WS_FTP Professional\wsftppro56.exe" -... 15 Nov 2009 04:37
Script for IBM AS/400 session keystrokes I have a script that opens a terminal session for an IBM AS/400 system and performs a series of keystrokes. The script works great, except if there is/are already session(s) opened by the user. The terminal sessions are lettered A, B, C, etc as multiple sessions are opened by a user. I guess I need to some ... 13 Nov 2009 12:11
IE8 and vbscript Hi, With vbscript I.ve created the following: I start the IE-application, use sendkeys to login in on a site. Next I create 10 more tabs (internet-pages), each with slightly another address. When this is done I want to go to the 2nd tab, save the source information and do this for the rest of the 9 remaining t... 13 Nov 2009 20:00
Script Why does this script work: ' Description: Demonstration script that uses the FileSystemObject to delete a file. Local computer ' For Vista Set WSHShell = WScript.CreateObject("WScript.Shell") Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.DeleteFile("F:\Users\TestUser\AppData\Local\test.vbs... 6 Nov 2009 17:03
connecting to remote registry not working sometimes My script sometimes quits on this line: Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strCompName & "\root\default:StdRegProv") The script is for installing the Microsoft SCCM client to a group of remote PCs. The script checks if the remote PC can be pinged, checks the local PC for the... 5 Nov 2009 13:25
Sorting files by month How would you write a script to sort files by month. For example a file named January 1, February 13, March 27, etc. I have a folder that has files in it with a daily log for each day. Each file is called Aug. 1, 09; Aug. 2, 09, etc., Sept. 1, Oct. 1, 09. How would I sort them by month, day, year. Please be det... 5 Nov 2009 19:01
Simulating a button click to bypass a prompt Hi everyone. I'm trying to use VB script to load a table from a HTML page to a text file. The problem is that the webpage has a EULA agreement prompt which i need to get past in order to download the table. I get an error message about button sometimes but at times the button is being clicked, although IE.document.... 30 Oct 2009 16:41
Set AD Computer Member Of attribute using the computer object Hello fellow Scripters, To start, VBScript or Powershell will do. I am looking at the Qwest cmdlets for AD but I have similar results as with Vbscript. I need to change the "Member of" tab group memberships on a couple thousand servers, not necassarily all at once, but you see the need for an automated solutio... 29 Oct 2009 01:10 |