| Thread | Last Post | Replies |
|
| I need to save the data in a running excel program, then close the | 29 Feb 2008 17:46 GMT | 3 |
I'm trying to write a script which will check to see if Traffic.xls is running, and if so, save the data and then close the file. Is there any way to do this?
|
| whencreate and create date different | 29 Feb 2008 17:45 GMT | 2 |
the whencreate date is different from the created date (from ADUC/object tab) of a group how come? Its off by a 8 hours
|
| Need to start a service on multiple machines | 29 Feb 2008 15:21 GMT | 2 |
Hi, Does anyone know of a script that can: -change a services status from "disabled" to "automatic" -start the service
|
| Checking for open file/file inuse | 28 Feb 2008 22:39 GMT | 3 |
Hello, I use batch files to call wzunip on automated schedules. Occassionally the files are still coming in when the automated process start. If a file is still being FTP'd to my server when wzunzip starts, the unzip process will fail with an invalid zip error. I would like to ...
|
| Mapped Drives Avail offline | 28 Feb 2008 22:25 GMT | 2 |
I have the following logon script to map my users drives. However, when they take their laptops home and turn them on they are no longer there. This is an issue because they VPN in and use those drives. Any idea on how to get these drives to stay mapped offline using VB?
|
| Running a batch file from another? | 28 Feb 2008 16:27 GMT | 2 |
I have a batch file setup to install a printer on a remote computer. It works fine by itself. But I have a number of computers I want to install this printer on so I setup another batch file that simply has a number of calls to the first batch file thinking it would simply run ...
|
| Eventlog Reporting | 28 Feb 2008 15:44 GMT | 3 |
As an auditing requirement I need to be able to provide monthly reports on object access activity on two folders on a file server. I need a script or any other tool (free ofcourse!) that will allow me to export the security log to HTML or CSV. The security log is
|
| script to check change in groups | 28 Feb 2008 04:08 GMT | 9 |
I have a script that is suppose to check the modification of a group on a domain: but its not working Option Explicit
|
| REQ: Script to generate report on printing | 27 Feb 2008 23:36 GMT | 2 |
G'day all We have a requirement to report on what is printed in the office. We have a dedicated 2003 server hosting our printers. The information I need is logged in the system log.
|
| Script to delete all files and folders except some specific folders | 27 Feb 2008 23:07 GMT | 1 |
Hi... i'm looking create a script file that can delete all files and folders except some specific folders. For exemple... i have a folder called TEMPORARY... then in this
|
| Listing user "description" | 26 Feb 2008 02:01 GMT | 1 |
I need to list all users in the domain with theirs "description". I tried to use this code no no avail: On Error Resume Next Const ADS_SCOPE_SUBTREE = 2
|
| Help needed for a script | 25 Feb 2008 23:46 GMT | 1 |
I'm new to scripting. I have developed a scirpt to disable a user account in AD. pls let me know if the below code is correct becausei'm facing issues in authenicating a user in AD
|
| DomainDNSRegistrationEnabled | 25 Feb 2008 23:28 GMT | 1 |
I need to change de value of "objNicConfig.DomainDNSRegistrationEnabled". I know how to read but I tried to change without success. Someone know how to do this change? In my company all the servers haven't this flag enable and we need to change
|
| Working with large (3mb) text files | 24 Feb 2008 22:01 GMT | 1 |
Running into issues trying to parse text out of a large (3mb) text file. I ran across the 4guysfromrolla article on the subject (http://www.4guysfromrolla.com/webtech/010401-1.shtml) but am still having issues searching and manipulating the text from the file. Here's what I have
|
| script to monitor change in group membership | 24 Feb 2008 16:14 GMT | 1 |
Can someone direct me to a script that will monitor the changes in a group membership and then send an email
|