Hi
I'm looking for a script that will modify the attributes of an Exchange contact within Active Directory.
Specifically I'd like to be able to control the "Recieving Message Size Limit" v...
I am developing an HTML application to check whether a specific application is installed and if it is not, to install the application and associated patches. I have been able to verify whethe...
The command below will result in one user being processed, which in this case is testuser. I need to be able to run a list of users. How would i go about doing this. I have attached the VBscri...
Hi,
I wanted to remove the white space from the the following string:
AB 12345678 Q09876
Can somebody show me how do i write a function to do this in vb script please?
Thanks!
Ub...
Hi,
Can you please help me with the script for pulling the AD attribute in Dial-in Tab in AD for all the enabled accounts.
Can we not include inbuilt account, disabled accounts and other...
Hi,
In the attached code, I get Run-Time Error 13 (type mismatch) when trying to post a transposed array to a vertical range. The problematic line is indicated in the code.
What am I doing w...
I'm trying to create an array of dictionary objects in VBScript. Every time I try to assign an array index a dictionary object I get an error. I tried a very simple assignment of one diction...
I have a vbs script that creates an internet Shortcut (Thanks to the good folks on this site). But my internet shortcut does not work under the firefox browser, however, if they use IE6, or I...
i need to write a script (vbscript) that accepts two inputs. these two inputs are used to find an entry in a MS Access database, and the script returns the result.
the database has several...
Experts,
How can I upload a folder and all the files in it to a ftp server in vbscript?
Hi
Can someone show me a vb script which will ping a computer for me? Also If possible I would like it to create a log of the ping. Is this possible?
Thanks
Can someone pls help me with a script that would enable me to find the 'hostname'/ computername of the pc , if I can give the AD username as one of the known variables?
For example, If I ne...
I have vscript code that uses a regular expression to do a find and replace in a text file. The code works perfectly on smaller files. However, when searching a very large file (100mb), the ...
Hi,
I want to assign a user defined environment variable from a vbscript, eg. %MyNameIS%=Shap
and then from a batch file use this environment variable as a parameter to call another scr...
The following script works just fine when run in Windows under an account with admin privileges. However, the same script fails to register the .ocx files using REGSVR32 when I put this vbscr...
I have a scant bit of scripting that I need to do for windows using VB Script.
The names on my mp3s are not quite right. However, the advanced properties have the proper Artist and song ...
I found this script that can be used to delete old IIS log files. I have no scripting experience and am wondering about what I need to change to make it work for me. The only folder I want i...
I have been trying to create a script both in VB and a Batch that will delete the files from within the OLK folder.
I am able to access the folder and delete the files with the script create...
Hi EE
I have written a code in VBscript in ASP. The code has a while loop. I want to exit the while loop when the condition is true. I have used 'Exit While' command but it gives error. Ple...
On my network a user will have one of the following keys in their registry:
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook\9375C...
This script remotely retrieves the status of the "Patch Link" service from Windows XP workstations. When it works the workstation's Ip address and service status is written to a file. Here is...
I'm looking for a good VBScript editor that's also free. I've found a few free ones online, but I just want to see if I can get a consensus on a particular editor. Any recommendations?
I have the following script which installs SNMP remotely, however when it executes it prompts for the installation CD. To resolve that issue, I need to make 4 registry edits on the remote comp...
Hi,
I am looking to write the a hex value to the registy on Logon to change the way windows exploer dispays windows for some users)
I have written the following script:
Dim objShell, ...
Hi there,
I am currently developing a program whereby the user is able to copy and paste selected rows from Excel to the Datagridview which I have created in VB.net. However, I am not sure ...