What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top VB Script Solutions: 26 - 50 of 626
 
I am using a script that deletes the mapped printers on a computer.  However, since there will eventually be a list of printers and if the first one does not exist on the machine, it errors ou...
Can someone share a vb script that will generate a list of groups with zero user objects as members active directory groups from a 2000 domain? thanks.
I want a VBScript to list all the servers in the domain, all DCs and servers.
Hi.  I need a VB script that will search the last line ONLY of a specific text file for a certain word pattern (in this case, "duplicate label" is what I'm searching for), then if that word pa...
Hi guys, hope you are well. Guys, i have the following command to get the datetimes for LastLogonTimeStamp and PwdLastSet, but as you can see, the output is plain ugly. Is there any way to f...
Hello EE, All workstations in the orginization have the custom IE8 Installation MSI copied to thier local hard disk. I wrote a script to silently install this MSI, and reboot (custom op...
Hi all, I have found a script to create an email signature by pulling the users information from active directory. The script runs fine and creates the signature, however this strange thi...
Hello Rob, This Code that you helped me create has been great.. I need to make however one important addition this is an import program that bring in data to our ERP prog = pvx & "\home...
We have a ridiculously huge number of notifications that are emailed to the members of my group. I currently have a rule set to send all notifications that don't affect me to go directly to de...
I am working on an HTA to retreive active directory data.  I found this sample on Experts Exchange and it is great but I want to use ADODB connections so I can authenticate to a different doma...
Experts, Without going into too much of a lengthy description.  I am in need of grabbing a vbscript that I can add in to image process that repermissions the following registry key and subk...
I am trying to get a batch file that will allow me to choose which letter(s) I want to use for mapping network drives (i.e. drive H = \\Servername\UserHome). This what I have: What I...
I need help with a VBS script which I want to use to monitor the availability multiple Windows 2003 Servers (over 50+ servers) located at a remote site.  I would like to first ping the servers...
I'm drawing a blank on this one after awhile of troubleshooting.  Here is what I'm trying to do.  I'm looping through a folder and coping files using ESEUTIL because these are HUGE files I'll ...
Hi guys, I need help with this script, i need convert:20091017091800.295000-180 only to: 17/10/2009 09:18 and delete the other: 00.295000-180 The Variable to convert: objItem.LocalDateT...
Want a script that when executed will move data from a folder ex. C:\Data to S:\2009\August..etc Under the S drive is a folder for each Year and within the year folder is a folder for each...
I am converting a VBScript to an HTA.  Part of my old script opened a web page, then navigated to a second page, read the URL address, parsed out a server name and placed that server's name in...
I have a group policy that runs a vbs script called LoginBanner.vbs after a user logs in.  Currently we have a login warning with our usage policy set via GPO but it appears before the user lo...
Need some scripting expertise on this one as I'm sure there must be  way to do this. Situation: I need to deploy out a login script to 500+ users that will auto-configure a new RPC-over-HT...
Hello, I would like to get some help on how to retrieve data from XML with vbscript. I am attaching an example of XML and vbscript code. What I would like to achieve is storing the customer...
I have a script that i have created below which is intended to grab microsoft cluster information. I hacked it together from fragments on the net, but I am having trouble nailing down the logi...
I have a piece of vb script that someone gave to me.  All that I have to do is make a soap call to a certain url, but I cannot figure out how to do it using vbscript.   The soap endpoint is: ...
Hi guys, I have the following snippet of code which i need to run against a list of computers in a text file called computers.txt ' Code to run against multiple machines dim client set ...
Hi, I'm uysing ASP vb and trying to generate a Session variable at the moment a link is clicked to go to another page. Basically I have a table to items and I don't want to use a querystrin...
Hi, I have a WScript application (myApp.vbs) that runs from the desktop. This is an entirely local solution -- I'm using IE as an easy way to present dynamic data from a database (rather th...