| Thread | Last Post | Replies |
|
| Hardcode credentials? | 28 Apr 2007 02:04 GMT | 1 |
How can I hardcode credentials into this portion of my script so that I can access the remote drives? The users that will run this script will not have their credentials on the server. 'ServerName and HostSitePath variables are assumed.
|
| Remove all members in local Power User Group | 28 Apr 2007 01:36 GMT | 3 |
I need to remove all membership in the local power users group on the local machines. I would like to use a logon scipt to do this. I see examples of adding or removing specific users but nothing to set group membership to 0.
|
| logoff vbs script | 28 Apr 2007 01:32 GMT | 1 |
Could somebody help me with logoff script in VBS. This is the criteria: when one user login on a computer, and this script will try to check if there are any folder\directory such as: c;\windows\logs
|
| Unparsable Query | 27 Apr 2007 18:44 GMT | 4 |
I have a script that will notify me when new files are added to a folder. This works really well when I test it on my local computer but I need it to monitor a network share. When I replace the local path (C:\Test) with with the path to the network directory (S ...
|
| Remove members from local administrators group | 26 Apr 2007 22:20 GMT | 1 |
I need to use a group policy to remove users from the local administrators group and only add domain admins. I am trying to use net localgroup administrators. What can I use as a variable for the domain users. Is there a script for this?
|
| Delete Parent registry key based on subkey data | 26 Apr 2007 22:19 GMT | 2 |
I am trying to figure out if it is possible to delete a parent key based on data in the subkey. For example, the following registry key automatically generates a random number behind the key (network#FD3D2E5EDBD3FED8A925FE1A99DC616942D6DAFF), but the ID subkey
|
| Script for mapped network drives | 25 Apr 2007 15:39 GMT | 4 |
Good afternoon everyone. I have a very quick question. I need to do the following for a middle sized business using Server 03 SP2 R2. I will be building the AD from scratch on the server and all users will be using WinXP SP2 with all updates. This
|
| start and stop a process | 25 Apr 2007 09:12 GMT | 7 |
i want to know how to start and stop a process in vbscript?
|
| recycle windows service | 25 Apr 2007 05:16 GMT | 2 |
I would like a script that will recycle a windows service. Do I have to use a script that stops then starts the service? All so I would like it to check the status of the service to make sure it started.
|
| logevent command bombs scheduled task | 25 Apr 2007 03:13 GMT | 1 |
I have a script that uses logevent. Logged in as my account the script runs successfully, without errors, and writes to the event log. When I attempt to run this batch file as a scheduled task, under my SAME credentials, it fails with 0x1 error, which according to
|
| how to script store pwd using reversible encryption and allow dial | 24 Apr 2007 18:40 GMT | 2 |
1)How to make each of the users added member of a group? 2)How to enable the checkbox "Store password using reversible encryption"? 3)How to enable the checkbox "Allow access" in the Dial-in tab? to the existing script below? thanks!
|
| Move files | 24 Apr 2007 14:39 GMT | 2 |
Move files from a folder in a Server, to another folder in another Server. The files that move are the generated only in the present day. The task must executed every day at 23:00. Thankyou
|
| Mouse equivalent for sendkeys | 24 Apr 2007 12:47 GMT | 1 |
Is there a sendmouse command like sendkeys?? Im trying to send mouse commands much like i am able to send keyboard functions and commands. IF this is possible where can i go read about how to do it or what command can i use to do this??
|
| WScript error | 23 Apr 2007 18:00 GMT | 1 |
I am trying to learn to do windows scripting correctly. Win I run the following code on the xp machine i get this error: Script: C:\test.js line: 1
|
| Connecting and binding to an AD domain from within a NT4 domain | 23 Apr 2007 15:00 GMT | 1 |
I try to understand the follwing script: Set oRoot = GetObject("LDAP://sinai.local/RootDSE") MsgBox oRoot.Get("defaultNamingContext") doesn't work when I run it with an NT4 user account, on the command line of a NT4 computer account. The MsgBox display that the domaine is not ...
|