I am trying to setup a file transfer between two windows boxes. It looks like SFTP is the right solution.
I installed the OPENSSH server on machine "A". I setup the users that I want. Then I ...
Basicaly I need a way to take a hostname 'exampleserver' and grab it's dns zone information(.xyz.contoso.com or xyz.zy.contoso.com) and store it.
I dont care how it does it, nslookup or p...
I am in need of some help guys. I have tried to script this in vbscript but I keep getting errors. How can I add a Carriage Return-Linefeed in a Text File after each tilde (~). Also how can I...
What's a quick VBScript loop I can use to loop something every 10 minutes?
Is there anything like a Java HashMap in Excel VBA?
I'm looking for a quick way to store and index values based on a string.
Hello,
i have seen the following options to configure autologin -
You can configure Windows XP to automate the logon process if your computer is not part of a domain.
1. Click Start, cl...
Hi Experts,
I would like to add some code in my mapdrives.vbs to check for persistent drive mappings in the registry (HKCU /Network) and delete any if they exist. How would I add code to su...
Hello,
I need to write with VBScript language a little code to change the value of "Automatically detect settings" in IE connection tab.
I know that the value to change is contained in the r...
Hi,
I have a vbscript that renames msg files to Sender - subject. It also changes the modified date to be the received date of the email. The script works most of the time. And that is the ...
On my desktop PC I created a folder called "C:\Temp" which I point all applicable user and system "Environment Varables" (e.g.: TEMP, TMP) to. I want to run a VBScript with my nightly schedule...
Hello,
I am looking for a sample vbscript that will help read the following file into a 2d array such that the first dimension will contain the first item on each row and the 2nd dimension w...
Hi,
The attached code will create an Excel file and then when done it deletes the input file here:
fso.DeleteFile(strOrigFile)
If for some reason that file is being used by another pr...
Hi Experts:
How do I call client side VBScript using an HTML button?
My application is PHP5, HTML, MySQL based running on WinXP Pro, SP2. I'm using WAMP2 as my LAMP. (http://www.wam...
Anyone have a quick script for exporting global distribution list members (Not security groups) from an Active Directory/Exchange Group to an excel spreadsheet? I have basic knowledge on scrip...
I am looking to get a list of shared printers (on a remote print server) via a VBScript. I have a working script, but it requires the use of WMI. The problem is that I cannot get it to run u...
I have about 500 movies and I need to move each movie into its own folder with the same name as the file. I am hoping someone can come up with a VB scrript of batch file to complete this task...
I need help creating a vbs that will
loop through all subdirecotories of a directory called images and move all the files within all the subdirectories to the main directory called images.
...
Basically I have a script that analyses a serious of log files.
I want to check if a log file is in by the system (i.e. if it is still logging/writing to it) before I start searching through ...
Following the post 21811473 regarding Outlook archiving, I was attempting to backup my mailbox using this script but was getting an error on the following line:
Set flr = ns.Folders(szDir)
...
Hi All,
Can anyone explain why when I put this code (found on another post) into my page, nothing happens?
<script language="VBScript">
Set oNetwork = CreateObject("WScript.Network")
s...
Currenly I mapping a users "h" home drive with an entry in the users properties under the home folder path. I would like to script so that when users log in they are mapped to their h drive on...
I would like a vb script that would uninstall Citrix 10. client and then log it to a text file with the computer namewhen it was completed
the program id is: DF1D5FEC-D67C-43C8-9230-41F5DF...
Hi All
Is there a way in VBS to add an outlook rule for a User?
I like vbs because It can use envirometal variables to get user information which would be perfect for building my script. If ...
VB script to move and disable Computer accounts that have not logged on for more than a 120 days
Disable them and move them to another OU
Hello everyone,
I have deployed bginfo on my network to display computer name and IP address using this script Set objShell = Wscript.CreateObject("Wscript.Shell")
objShell.Run("\\u...