| Thread | Last Post | Replies |
|
| running interactive application remotely | 29 Sep 2007 22:55 GMT | 2 |
I need to install a fix on multiple servers. The fix, when run, requires the "Install" button to be pushed. Is there any way to script this to run remotely on multiple servers? I have a script that pushes the file onto all servers but just wondering if I can then intitate
|
| Update Lots Of Users Phone number from Spreadsheet | 28 Sep 2007 23:49 GMT | 3 |
We recently had an office move and as such telephone numbers changed. Is there any way to update this info from an excel spreadsheet that has the new numbers ?
|
| VBScript created to add printers to group in AD... | 28 Sep 2007 14:58 GMT | 1 |
I have added a script to add printers on the network to a particular group in GPO and its working absolutely fine. The problem is when i login to any server this script is run automatically and printers are added on that server which i dont want. I was just wondering if there is ...
|
| Script that will Add Registry Entry to HKLM\Softwares\Microsoft\Windows\Currentversion\Run | 28 Sep 2007 08:53 GMT | 1 |
I wanted to add an entry to the following registry path. Is it possible?
|
| Deleting FIles | 27 Sep 2007 21:24 GMT | 5 |
I have a very simple script : attrib -h c:\TrackitAudit.id 1>>\\10.65.0.11\report\%ComputerName%.txt 2>>&1 del c:\TrackitAudit.id 1>>\\10.65.0.11\report\%ComputerName%.txt 2>>&1 echo %date% %time% 1>>\\10.65.0.11\report\%ComputerName%.txt
|
| Learning Vb script or Powershell | 27 Sep 2007 15:18 GMT | 1 |
I am new to scripting and want to learn, I m in confusion should I learn VB script or Powershell Any advice would be appreciated
|
| Creating multiple users in AD from text file | 27 Sep 2007 13:48 GMT | 2 |
I know it's possible to script the creation of a large number of generic users in AD, User1 - User500, but can this be done for a list of specifc names in a text file? In other words can the script call and create the names from the text files? This would hopefully keep from ...
|
| Amateur Scripter Question | 27 Sep 2007 02:43 GMT | 4 |
I can't get my script to work on objects nestled in 2 OU levels deep. They only work in the 1st OU level. For example: OU=United States, OU=New York. If the object is in the New York OU, it doesn't work. If I move it up to the United States OU it works. Is there something ...
|
| Starting hosted application on startup | 27 Sep 2007 00:46 GMT | 1 |
I am implementing a new server setup using W2003 Server and am wanting to automate as much as possible during user logon. We currently have a small peer2peer network. In the startup group of each machine there is are 2 applications that the users need - 1 is a hosted ...
|
| filter security log | 26 Sep 2007 20:08 GMT | 1 |
Hi all. I would like to retrieve object access logs on a particular folder from my security log as my security log contains too many other logs. I have enabled auditing on that particular folder. Is there a way i can filter according to object access logs on that particular ...
|
| List Users and Attributes in Multiple Groups | 26 Sep 2007 02:43 GMT | 5 |
Hi, I'm relatively new to scripting and have run a search to find a script that will let me feed it a list of AD Groups and extract attributes for all the users in the groups. I have a small script that will let me retrieve the LDAP name, but would also like to extract things ...
|
| Work around for lack of "If Exists" | 25 Sep 2007 23:16 GMT | 4 |
Good day all, I have a logon script that sets up mapped drives and printers. The problemI have been getting complaints of too much time logging on, is after the user has logged on once there is no need to go through the process again.
|
| using VBScript + a config | 25 Sep 2007 17:48 GMT | 1 |
I am new to scripting..I found a text parsing script which works fine but I am trying to modify it to do the following..can someone point me to a link / help me get started. I am trying to parse a log file but want that following be set in a config
|
| Copy a file from one folder to another on the server | 25 Sep 2007 15:52 GMT | 3 |
Hi I would appreciate any assistance with the fiollowing... very basic: take a copy of a file & dump it into another folder & overwrite previous version. eventually to be done overnight on the Server (running SBS 2003).
|
| Modify Terminal Services Environment Properties for a User Account | 25 Sep 2007 14:34 GMT | 3 |
I have following script for AD user. How to make it run on stand alone server with no AD? Thanks. *********************
|