| Thread | Last Post | Replies |
|
| configure scripts to run against a list of machines | 31 Oct 2007 16:52 GMT | 1 |
I have - and love to use - the scripts contained in the Portable Script Repository. However, my one question is this. Being a relative newbie to scripting myself, I'm not sure how - of if - I can modify any of the scripts to be run against a list of machine names contained in a ...
|
| Log On To by script? | 31 Oct 2007 16:45 GMT | 4 |
Can I reset log on to information (computers) by script? Like Logon hours: Const ADS_PROPERTY_CLEAR = 1 Set objUser = GetObject _
|
| How to print to command prompt instead of pop-up window | 30 Oct 2007 13:24 GMT | 3 |
Can any one help me with the below code. I want the output to be printed to the command prompt instead of poping up in a window. ==================================== dsRoot = "WinNT://RAC_MASTER/MUNAWAA"
|
| Rename files Script | 29 Oct 2007 13:48 GMT | 2 |
I guess this will take regular expressions. Would appreciate help to do the following: rename a file that has a GUID appended to the base name. This happened after (arrrhhg!) DFSR blew up and moved thousands of files to the
|
| AD, W2003Svr, connect Printer from CSV file via Script to Host? | 26 Oct 2007 10:31 GMT | 1 |
bloody newbie here (in case of Win2003Svr, AD and that WSH thingie) The conditions: ------------------ A network, Windows 2003 R2 Domaincontroller, Active Directory and a CSV file.
|
| Move folders using input from CSV | 26 Oct 2007 05:35 GMT | 1 |
I need to move thousands of folders (and their contents) from one location to another. No problem if they were sequential...however, they are not. I have an input file in CSV format (actually it's an Excel file right now) that contains the folder names to move. I need to generate ...
|
| Help with script to do net time and validate time and output file | 26 Oct 2007 02:08 GMT | 2 |
All, I am using a for /f %i in (listservers.txt) do net time \\%1 and it does the net time for all the servers in that text file. I am trying to pipe findstr and search for 1 the first digital in the time column and output it to a
|
| Recording AD Logons to SQL Database | 26 Oct 2007 01:03 GMT | 8 |
I've been trying to find a way to keep a running log of who logged on, when and from what pc by running the code below in my login script. The code works, but the csv file method is limited since it tends to lock up the file if more than one is trying to write to it ...
|
| Execute Script on windows server 2003 R2 x64 | 25 Oct 2007 12:43 GMT | 4 |
Hello mates, I just found a script, that deletes folder, subfolder and files older than X hour, I wrote the script in my PC Win XP x32, but when I copy the script file to the server, in few seconds, the content of the script changes, and the original code is gone!!!.
|
| Listing all Groups in domain and their MemberOf, list MemberOf's MemberOf. | 25 Oct 2007 12:40 GMT | 1 |
So far I am able to query each group in the domain output the groups they are a memberOf. What I would like to do is also query those memberOfs output their memberOfs, doing the same for any future memberOfs found etc...
|
| Need Help with Randomized and Incremental Numbering | 25 Oct 2007 12:08 GMT | 3 |
I'm trying to set a variable to a call of ticket_ID from table tickets of the most recent ID. Basically I want to call the most recent number in the column ticket_ID and add 1000 to it to make a 4 digit #. What I've got is this: user_details=split(request("ticket_userID") ,"/")
|
| I need a script (pref VB) to change permissions on a folder in multiple folders. | 25 Oct 2007 09:40 GMT | 1 |
I need a script (pref VB) to change permissions on a folder in multiple folders. Example, imagine users home directory, so a folder contains all the users. Each user has a folder insiide their home driectory called 'examples'. I
|
| SQL script | 24 Oct 2007 07:58 GMT | 3 |
Any ideas on scripting an SQL database to overwrite another SQL database (in SQL2005Express??) I've got: RESTORE DATABASE <name>
|
| Delete files older than present day and X hour | 24 Oct 2007 07:11 GMT | 1 |
Hello mates: I would like to find a script to delete any files that is out of todays date range and older than 1 hour, thanks
|
| Remote run Script issue | 23 Oct 2007 18:12 GMT | 2 |
Trying to run a simple utility to change the drive letter of the CD ROM. The script runs fine when running locallly. However if I try and run it remotely by changing the strComputer name I get an Access Denied message. This happens on the .Put_ line. Ideas? I think it is ...
|