| Thread | Last Post | Replies |
|
| vbs script for backup & clear event logs | 29 Sep 2006 05:36 GMT | 2 |
Hi every body i need a vbs script for backup & clear event logs for windows 2003 servers. i want it to backup all the event logs from all the servers in the domain and archive it to a common location. I want this script will work in folowing manner.
|
| Changing from Bat to VBS Scripting | 29 Sep 2006 03:44 GMT | 3 |
I recently joined a school district where they were on an NT Domain. They used batch files for login purposes (1 for every user), and I have refined that process greatly for them (1 batch file for all users). However, now that we are on Active Directory, I want to convert my ...
|
| Set local admin password | 28 Sep 2006 23:41 GMT | 3 |
I would like to change all XP local admins password to the same on the network. I have a list of computers in a text file that I would like to point to and then return to a file if it was successful or not. Anyone have any ideas?
|
| Check computer online or not | 28 Sep 2006 17:18 GMT | 1 |
It seems a very simple task. Until now I am still using syntax like following line to access remote computer: Set objWMIService = GetObject("winmgmts:" _ &
|
| Setting Static DNS and WINS to use DHCP | 28 Sep 2006 17:07 GMT | 1 |
We are migrating from one DNS and WINS box to another. We still have clients using a static DNS and/or WINS entry in their IP stack. I can change these servers through a script but that's not exactly what will be best. For systems that are running DHCP with a static entry, I need ...
|
| vbscript snipit to modify text strings in a csv file | 28 Sep 2006 13:51 GMT | 1 |
I am using the ActiveSync Logparser tool to pull ActiveSync connection data from the IIS logs on my front end exchange server. I had created a script to pull the user data from the csv file the logparser tool creates, uses that to do a GC query on the users DN and add him to ...
|
| Remotly change power options | 27 Sep 2006 14:54 GMT | 1 |
We have 100 laptops which are joined to a 2003 domain and work fine just there is one configuration problem on all. The power scheme is set to HOME/Office Desk and the “turn off monitor is set to 5 minutes” which doesn’t work for our situation. Using GP’s or scripts or some other ...
|
| Script to see if a directory exists on d: drive | 27 Sep 2006 13:02 GMT | 1 |
Need a script to see if a directory exists on the D: drive. If so, continue... to the next part of script If not, prompt the user with a message box ex. WScript.Echo "Directory does not exist. Please contact support"
|
| Determine if it is a group or account | 27 Sep 2006 03:32 GMT | 2 |
I am enumerating local accounts and groups. The local group may contain additional AD accounts or groups. How do I determine if the element is a group or an account. I need this information to be able to enumerate further when it is a group.
|
| List Group membership | 26 Sep 2006 16:05 GMT | 4 |
I am unable to get the membership of a Domain Local Security Group using the below mentioned Script.However the Group contains many members. On Error Resume Next Set objGroup = GetObject _
|
| Run the script on the perticular day of the week. | 26 Sep 2006 14:32 GMT | 1 |
I am not script writer, please point me in to the right direction. I need the script that will start a particular program on the work station depending on the day of the week. Something like this
|
| Enable Local area connection | 25 Sep 2006 22:12 GMT | 4 |
Is there a command to enable "Local Area Connection" network connection via the command line? It is called "Local Area Connection" so can someone give me the correct script please?
|
| 451 -- Object not a collection | 25 Sep 2006 21:36 GMT | 1 |
When I run the script below I get this error: 451 -- Object not a collection What does this mean? If Err <> 0 Then
|
| How to find group members of a OU | 25 Sep 2006 21:31 GMT | 1 |
I am trying to enumerate group members within an OU. Can this be done via PowerShell? Very new to scripting & PowerShell TIA
|
| Batch file for Ping? | 25 Sep 2006 18:17 GMT | 8 |
My DHCP range starts at 192.168.1.100 with the lower numbers reserved for printers, servers, switches and the like. Problem is, my predesesor did not keep a list of which IP addresses he assigned where. So I'm thinking that I would like a script, or batch file, that performs a ...
|