| Thread | Last Post | Replies |
|
| Sending Messages with SMTP installed | 31 Aug 2005 22:17 GMT | 2 |
I am running a variation of the following script which is working fine. Before implmenting it however I would like to understand what the references to http://schemas.microsoft.com/cdo/configuration are doing and where the settings are being saved when the line
|
| Simple Logon Script | 31 Aug 2005 20:12 GMT | 1 |
This my seem silly or overly simple to most here, but I've been searching for just a basic vbs logon script. I've serached all over the net, and everything I find is such over kill. All I want is to:
|
| Error handling in a Do Loop | 31 Aug 2005 18:21 GMT | 4 |
I'm trying to put together a script that iterates through all of the computer objects in Active Directory, pings them, and if they're up, pulls some information from them. I started by using a template called "Select and Ping all computers in a domain", available from the ...
|
| ITMU Vs Security Scan Tool | 31 Aug 2005 18:08 GMT | 2 |
I have the Security Scan Tool installed since December 15th of 2004. As Microsoft released the SMS 2003 Invenetory Tool for Microsoft Updates (ITMU) I would like yo upgrade my scan engine to Microsoft Updates. I have some questions to ask for the upgrade:
|
| User Login Script | 31 Aug 2005 16:14 GMT | 1 |
I am wondering is there a script I can run that will list all user accounts and the login script that they run. If anyone knows of such a thing can they please let me know. Tim Wallace
|
| GUID of machine name | 31 Aug 2005 15:46 GMT | 1 |
can i get the GUID machine name ? any script i can look at , or url i can read ?
|
| how to add ip range through scripting. | 31 Aug 2005 09:53 GMT | 1 |
can anyone got a script to add ip range to a computer: what i want is to add 253 ip : ip address: 261.241.123.1 - 254 gateway: 255.255.255.0
|
| File system watch utility | 31 Aug 2005 09:48 GMT | 2 |
I am looking for a folder watcher utility that runs a script as soon as anybody adds a file to the folder. I searched Google and there are tons of folder watch utilities; however I would like to work with a standard and well known one.
|
| compare files with text document | 31 Aug 2005 03:37 GMT | 1 |
I have a directory that has tif files listed along with a txt file that also has these tif files listed in it. I need to do a comparison of the tif files in the directory to the tif files in the txt document. Is there anyway this can be done with a vbscript?
|
| Starting an App | 31 Aug 2005 00:17 GMT | 1 |
I have a batch file that starts an app and runs a report and keeps running after it runs a report. The batch actually starts the app and runs a report 5 seperate times. The app must be started just before running each report, so we can't just start the app then run the 5 ...
|
| Copy files in login script to users profile desktop | 30 Aug 2005 23:10 GMT | 2 |
I am trying to copy some shortcuts (.lnk) files to the desktop of all users when logging in. I am trying to copy them from the netlogon share. here is an example of how it worked in a batch file. xcopy /d /y "%LOGONSERVER%\netlogon\downtime forms.lnk"
|
| is it possible : users and user directories. | 30 Aug 2005 22:54 GMT | 2 |
I was wanting some advise on the following scenario; forgive me if sounds thick... but this my firsttime to try and set up a small workgroup. I have a small workgroup with an XP pro machine acting as a workgroup server.
|
| open telnet | 30 Aug 2005 21:40 GMT | 8 |
I want to create a script that will open a telnet session, connect to an internal ip address, login, and run a command to test an on board web server that we make. I'm not sure where to start with the telnet command and scripting. Any help that you can provide will be greatly ...
|
| cannot get sample script to run | 30 Aug 2005 16:45 GMT | 1 |
Tried running VB script in script repository --> AD --> User accounts as per below: On Error Resume Next Set objUser = GetObject _
|
| Deleting User Profiles | 30 Aug 2005 16:33 GMT | 1 |
I'm pretty new to Windows scripting, and I am looking for a way to remove all of the profiles in the Documents and Settings folder (sans Administrator, All Users and Default User) nightly. This is for a computer lab, and I don't want users to save documents on the
|