| Thread | Last Post | Replies |
|
| testing AD authentication | 30 Sep 2008 00:43 GMT | 3 |
IS there a way I can test ad auth in time intervals, for example once every minute to identify bottlenecks Thanks, Altria
|
| Move Computer Accounts from Computer Container | 29 Sep 2008 20:04 GMT | 2 |
I am looking to automate the process of moving computers that get into our computers container. I've found scripts that talk about moving computers, but is it possible to scan the first 4-5 characters of the computer account name an move it based on that.
|
| Add a network printer | 28 Sep 2008 13:20 GMT | 1 |
Since the Working Group on a computer need to add domain print server, to connect each time the user must enter a password and, I would like to achieve through the startup script, thank you.
|
| Read registry on remote computer (with alternate credentials) | 27 Sep 2008 12:32 GMT | 2 |
Sorry for my very bad English... I have a problem when I tried to read registry on remotes computers. The code must run under VBA Excel. The final purpose is to extract from print servers the list of installed printers with ip address.
|
| vbscript if reg exist | 24 Sep 2008 13:16 GMT | 1 |
PLease urgent help i run the script as a .vbs nothing happens. the key is not removed. i have confirmed the key "{264600DE-0879-4231-9F93-9CE3D503DFC1}" and the key diffenatelty exist.
|
| VBscript Help please - creating AD groups | 23 Sep 2008 08:24 GMT | 4 |
G'day all I've hobled a script together from the MS examples but it's not working. I want to create a list of groups in an OU. I run the script and it asks for the input and then does nothing.
|
| Tracking Print Driver Changes | 22 Sep 2008 19:00 GMT | 1 |
I need to do change managment on our print servers. Other than Events, are changes tracked?
|
| Need help vbscript shell out to run dbeng10 | 19 Sep 2008 20:26 GMT | 1 |
We have vbscript that will shell out and exectue command that loa transaction log to SQL Anywhere. The DOS command line: "%SQLANY10%\win32\dbeng10" E:\DbName.db -ek "EncryptionKey" -a "e:\TransactionLogDir" -o LogFile
|
| Get SQL Server version of each instance installed | 19 Sep 2008 17:53 GMT | 4 |
I'm looking for a way to get the version of each SQL Server instances installed locally on a server. Does anybody know the best way of doing that? Thanks,
|
| basic map drive scripts | 19 Sep 2008 04:23 GMT | 9 |
i need a basic map drive script which i've got.. but what happens if it is already mapped? is there a similair /peristent option? or does it disconnect automatically? Set objNetwork = CreateObject("WScript.Network")
|
| script to get MAC address info. from DHCP | 16 Sep 2008 20:20 GMT | 1 |
I have an application that I need to import all the MAC addresses for all hostnames into. I haven't found a way other than to an nbtstat -a COMPUTERNAME. Of course the only issue with that one is the machines have to be powered on to get a result. Is there any way to extract the ...
|
| VB to get uptime from txt file then to export it to excel - Close | 15 Sep 2008 18:38 GMT | 2 |
I am so close to getting this completed. Right now I am getting an error for "No RPC availible. 'on error resume next strUser = "ABS\User"
|
| Have a .bat file which I want to turn into a .exe file | 15 Sep 2008 17:32 GMT | 4 |
Gurus, I have a .bat file which I want to turn into a .exe file. A utility that I have called bat2exe.com turns .bat files into .com files, but not into .exe files. I'm looking for something from a reputable company like Microsoft
|
| VBScript for WMI listing of scheduled tasks? | 11 Sep 2008 17:39 GMT | 3 |
I'm trying to list the scheduled tasks on a Win Server 2008 64-bit machine. But running the following script produces no results (or errors): strComputer = "." set objWMI = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
|
| Need vbs script to add computer in the domaine (OU ) | 11 Sep 2008 15:58 GMT | 8 |
i need vbs script to add computer in domain (OU ) with user and password. i need write each information in windows , is it possible, because i don't find this script. Thanks
|