| Thread | Last Post | Replies |
|
| SQL dialect or LDAP dialect | 30 Apr 2005 00:00 GMT | 1 |
Guys When using ADo connection for vbscript, which method is better in terms of flexibilty and performances ? Seems that LDAP dialect syntax are not so user-friendly even though there is
|
| Scheduler Defragment | 29 Apr 2005 16:34 GMT | 2 |
HI. I'm trying to make a login script for a 100+ computer network with OS's ranging from 98 to 2003. I wan to be able to edit the general login script and place a line of code that makes a schedule event for a defragment at 12 AM on
|
| 3 questions.. | 29 Apr 2005 15:31 GMT | 4 |
1. I'd like to be able to grab certain user attributes via a script that is customizable by the person running the script by using variables and I noticed that the query generator in ADUC never puts in a root path for
|
| distribute pfx to clients | 29 Apr 2005 14:00 GMT | 4 |
I need to distribute a .pfx private key using a script or GPO to many users. The pfx needs to be installed on currentUsers. How can I accomplish this? I could probabily user the certmgr, but I can't undertand the syntax. In my case it would brobabily be
|
| Scripting Group Policies | 29 Apr 2005 08:19 GMT | 1 |
Is there away to script the creation of GPO's? For both windows and exchange.
|
| Easiest way to determine which process is using a specified file | 29 Apr 2005 06:34 GMT | 3 |
Often we meet into a situation where we can't delete a file because some process has it locked. But, we can't tell which process has it locked. Often times, we resort to log-off and log-in of the system. Is there any good way to find out which process has it locked? Any in-built
|
| Need Event Log script | 29 Apr 2005 04:48 GMT | 1 |
How do I write a script to get my Event Logs to automatically save as text files to a folder and then clear itself out every 7 days? For example, on my Database Server: I'd like the Application, System, and Security logs saved as a text
|
| I am looking to change a few user settings via scripts | 29 Apr 2005 01:27 GMT | 1 |
I am upgrading our network from NT to 2003 and putting the files on a new server at the same time. I have imported the users to AD but I need to change their Home directory under the profiles tab in the user manager from Server A to Server B
|
| adding user to admin group temporarily | 29 Apr 2005 01:20 GMT | 3 |
Is there a way to add a user to the admin group run a batch file then remove them. I need a script that will do this. HELP!
|
| is there a free net send tool to send message to distirbution or security grp ? | 28 Apr 2005 22:21 GMT | 2 |
"net send" can send to computers and individuals nt id Can "net send" send to distribution or security grp ? or 3rd party tool ?
|
| Security of Activex en Internet Explorer | 28 Apr 2005 17:53 GMT | 1 |
I want to create script to change the configuration of security of Internet Explorer in an equipment with XP Home. I must add a new site in local sites and change the configuration of activex in the zone of Intranet
|
| VB Script for IE Changes - Help | 28 Apr 2005 17:39 GMT | 1 |
I need help creating a vbscript that will change the following IE settings: - Home Page - Connection settings for the dialup connection, to either enable ‘autodetect’ or a proxyserver
|
| Script to extract users and groups from AD | 28 Apr 2005 17:31 GMT | 2 |
Is there a script that I could use to extract all the groups in my OU and list me all the members that are part of these Groups? For example, I have a Sales OU with five domain local groups in there say, Sales1, Sales2, Sales3, Sales4 and Sales5. I would like to achive something ...
|
| stuck on vbscript | 28 Apr 2005 14:10 GMT | 3 |
pls advise a solution
> >i've a text file in this format > > > >123456 0012359 |
| map network drive | 28 Apr 2005 12:34 GMT | 1 |
i have maped a network drive with the following command and it works Set oNetwork = WScript.CreateObject("WScript.Network") ONetwork.MapNetworkDrive "H:", "\\enterprise\ISO 9000" but i need to let it remap an each time if i run that command again it gives
|