Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Scripting Solutions: 26 - 50 of 880
 
I am a PowerShell Newb, please have mercy on me. I would have thought there would be tones of scripts out there to do an inventory, but I am having trouble finding one.   I have found th...
I'm needing to create an awk statement, that performs a few different functions on an input file I have.  I'm open to other suggestions as to how best to accomplish this, I just know awk has t...
Is there a vbscript send key code for the windows logo key (the start key) on the keyboard? Or is there some other way to automate that key?  Thanks
i have an onLoad event which needs to go out and set a few popup values dynamically. i'm using http requests and the 2nd request kicks off before the first finishes so javascript throws an exc...
The solution I was given last night will not be as easily usable as I wish it would be. Is there any other way to do this? It works perfectly in firefox, but internet explorer has a problem...
Hi, Find the version of IIS installed in all machines in the file. Any script to query with each machine and get these details. Regards Sharath
I just got done creating a MSi package for winvnc using Wininstall LE. I have never used wininstall LE before and i am not too sure what to do. I converted the NAI file to and MSI but it does ...
I am using an .hta page to simplify account creation in AD. As soon as the .hta page loads, i want the drop down box to query and list all OU's in AD so that we can choose which OU to put our ...
In one of my forms there are many text areas where I want to cancel certain events to enable users to enter comments. Following is the code Im using <textarea name="en14"  onkeydown="event.c...
I have the structure. <script type="text/javascript"> function GetValue() { iF=document.getElementById("main") alert (iF.m) } </script> </head> <input type="button" onclick="GetVa...
Hello all,  I am having some problems with hiding/showing a table row. I need it with id's such as <tr id="tbl1"> because it will list the values from database and when you click Show/Hide ...
I have a script that will set a users expiration date and time by inputting the distinguished name of the user.  I have an input box that requests the username and I need to get the distinguis...
Hi there, I was hoping that someone could help me out with a FireFox problem. I have a script (Javascript) which is used to control the moving of values between two select boxes in a form. The...
Does anyone know how to write up a login script to copy a shortcut link to the "all users" desktop? This is what I have now, but it fails. copy \\sqlserver\focus\focus.lnk %COMPUTERNA...
Hi everyone, I need a javascript function to calculate the number of days between two dates in YYYYMMDD format.  Anyone have anything like this handy? eg days = daysDiff('20070301','2006...
Hey everyone, I've got some computers that have an old management system that controlled them installed.  The Windows Update GUI for Automatic Updates under the Control Panel is set in the ...
I was wondering how to remotely install software using powershell. I can connect to other computers using the WMI win32_products to uninstall current software, but I don't know how to insta...
I would like to hide this  whole section  - check box and text on the page.  This code is part of a content management system so I can't just remove or comment out the code.  I have to use Jav...
I am trying to create a script that will automatically create a shortcut to lock the computer. I would like the script to create the shortcut everythime the user logs on. This is what I ha...
THe following code is not working. Not sure how to pass the X var in the correct syntax to change the iframe's href. function launch(X,Y){ document.frames[X].location.href=Y; } <a href...
I have migrated my printers from one server (A) to another (B) I want to remove all printers from client PCs which are attached to the old print server. For example: \\A\printer1 How can I ...
Hello, I was hoping you might be able to tell me if there is a piece of code that I can use to limit the number of table rows that a user can dynamically add.  I am adding form file fields tha...
Hi I'm writing an HTML page that will reside locally on my machine not on the web.  I have put the MOTW in it as well.  I am using Javascript to launch notepad, but when I click on the button ...
Hi Experts.  I have a 200+ windows xp/server 2003 AD environment that I am trying to install adobe flash 9 using a group policy.  With the help of another expert, I found that the macromed\fla...
How would I create a batch script to delete the Outlook.NK2 file for Microsoft Outlook? The path is: C:\Documents and Settings\MYNAME\Application Data\Microsoft\Outlook/Outlook.NK2 It...