| Thread | Last Post | Replies |
|
| Logon Script to check if current day is Friday | 30 Dec 2006 20:11 GMT | 3 |
Is it possible to create a logon script to check if the current day is a Friday? The script will runs a command if it is Friday and if its not Friday it kills the script. Much Thanks
|
| Send email | 30 Dec 2006 05:30 GMT | 1 |
Does anyone know how I can script for a request delivery receipt?
|
| Help with Login Script. | 30 Dec 2006 05:26 GMT | 2 |
' MapNetworkDrive.vbs ' VBScript to map a multiple network drives. ' -----------------------------------------------------------------' Option Explicit
|
| Script to create folder named by date | 29 Dec 2006 18:43 GMT | 8 |
I would like to schedule a copy file operation in .cmd to copy files from one server to another one on daily basis. On the target server, I want to create folder as YYYYMMDD format by the script to store the files so that it can be easily distingushed. I know there is %date% but ...
|
| VBS: Finding if user explicitly logs on with cached credentials | 29 Dec 2006 00:33 GMT | 1 |
I would like to know how to determine if a user has logged on with cached credentials. Testing has shown that the %logonserver% does not change when a user is using cached credentials (meaning checking %logonserver% against
|
| VB script that deletes files from a folder based on certain dates | 27 Dec 2006 15:22 GMT | 1 |
I am looking for a VB script that deletes files from a folder based on certain dates: For example: "delete all files keeping those of the last 2 weeks and all end of month
|
| Robocopy error since migration 2000 -> 2003 | 26 Dec 2006 15:42 GMT | 5 |
We want to MOVE the content of a shared folder to another folder. It has worked fine till we migrated from Windows 2000 Server (SP4) to 2003 R2. We are receiving now this error message:
|
| Create List Of Folder User Permissions | 26 Dec 2006 14:56 GMT | 3 |
Hey All, previous sys admin had issues with assigning folder permissions to groups. His solution was to put user names in the folder security tabs. We want to correct this with groups. Initial investigation shows that usernames are embedded in multiple folders
|
| schedule a batch file | 26 Dec 2006 06:23 GMT | 2 |
i have a mapped drive on Windows 2000 OS. I m copying the file from mapped drive using a batch file which is scheduled. Now what i want, the batch file should run as soon as the source file in mapped drive is changed or updated (its a Excel file).
|
| User info to Excel sheet | 26 Dec 2006 05:52 GMT | 1 |
I want to create a script to put some user info in a excel sheet. It is important for me to have the expire date of every user. I have copied a script and made some adjustment for the expiredate settings. But i cannot get it to work.
|
| Script to list add all domain zones | 22 Dec 2006 00:32 GMT | 2 |
i've setup a new server that should be working as secondary for 2 other servers.... so it's very terrible to write eache zone my self to be add to as secondary forward or reverse zone from the original ones. so i need to know where to find a script that list all the zones ...
|
| Script to read reg key | 20 Dec 2006 16:13 GMT | 2 |
Can someone please tell me if this is possible? I need to write a script that will check for a reg key, if the reg key has a value less than 5, then run the script and add the reg key, if it is not less than 5, exit script.
|
| Interesting batch file "feature" | 20 Dec 2006 04:56 GMT | 4 |
I found an interesting issue trying to do math with a batch file variable and 'set /a'. Maybe someone can explain why this won't work. I want to count how many times a 'for /f' loop executes and output the current count. I tried this:
|
| Changing the login script for all user objects in OU | 19 Dec 2006 11:11 GMT | 2 |
would like to see a simple multiloop script that can be altered to perform a task on all user objects in a given OU. simply put would like to use the script once alter3ed and tested to create a script that I can run against all of my OU's that will point the user accounts to a ...
|
| VBS Equivalent to %userprofile% (User Desktop) | 19 Dec 2006 11:08 GMT | 3 |
Im new to VBS Scripting, and I was assigned the task of converting our batch files into VBSScript since we went to Active Directory 6 months ago. I can map drives and get a user and group membership (I think). But
|