| Thread | Last Post | Replies |
|
| scripting vpn settings | 31 May 2008 03:33 GMT | 2 |
How can I install a VPN connection in windows vista using a script? -T
|
| Getting User Name - Offline computers | 30 May 2008 17:43 GMT | 6 |
Does anyone know (using VBS) a method that can be used to get a users full name when the computer is offline. I have been using Win32_NetworkLoginProfile and the FullName from this. I know its easy to get the domain\username formats using Win32 but Full Name seems very ...
|
| Help! I can't seem to contact my second computer. | 30 May 2008 16:55 GMT | 4 |
I used a good many of scripts and I've not got a single one of the to contact the computer in the other room. I new and I've proable not something setup correct. Will someone please direct me? On Error Resume Next
|
| installing software using startup scripts in group policy 2003 | 29 May 2008 02:03 GMT | 2 |
I am trying to figure out the best way to install software through group policy when I dont have a .msi file. I have been able to install .exe's using computer startup scripts in group policy. That is pretty simple. But what I dont like is that the .exe will get
|
| How Can I create multiple users in Active Directory W2008 server | 28 May 2008 19:20 GMT | 3 |
Can You help me, please ? I need create multiple users in AD on server 2008 . User names, login names are saved in txt file ... Thx Jame
|
| Running a script under admin account | 28 May 2008 19:18 GMT | 5 |
I need to ad a simple command line to a batch file that runs when a user logs in. However, the command only works if the administrator is the one logging in. Is there a way to add the admin credentials in the batch file so that the
|
| Need help deleting files | 28 May 2008 16:58 GMT | 3 |
I have a folder on my Vista machine that contains a bunch of files and folders i.e. hundreds of folders and subfolders with files in them. I need to upload this to a server but there are some files that I don't need to upload. So, I want to delete all files with .csx extension ...
|
| Change "Computer Description" | 28 May 2008 14:08 GMT | 3 |
We have a two 2003 domains. I our firm the computers have names associated to the branch where they are and a number. In the branches there are no IT people so when I ask someone whose is a
|
| Simple script to ping an IP (test connectivity) | 27 May 2008 22:08 GMT | 17 |
I need a script to ping an ip to test connectivity and evaluate the results. This is what I have so far. ---- Set objNetwork = Wscript.CreateObject("Wscript.Network")
|
| move computer to ou | 27 May 2008 17:58 GMT | 4 |
I have the following code which assumes the computer is on the Computers container. This is not always the case. How do I put in some extra logic that checks to confirm where it is and then bases the move on that. I am having trouble manipulating the DN strings.
|
| Who's got local admin group script AGAINST OU | 27 May 2008 17:56 GMT | 1 |
I'm having problem with a critical task in my company. We are part of a huge network group and own just one OU. Under this OU we have 150 Computer accounts and I really can't see m self to visit each computer and check who's got local admin rights.
|
| How to create a script in a DOS batch file to do a loop? | 27 May 2008 14:11 GMT | 2 |
We are copy some files with a batch on a win2k3 server, but some files can't be copied over becuase they are in use for about 3 minutes. When it is not in use it can be copied over. So I have created a batch that looks like this:
|
| export AD Groups and Members in to Excel. | 27 May 2008 08:09 GMT | 3 |
I am new to VBScripts but I have a need for a script that will reed my AD and export all the Groups with the Group Members in to Excel. If the is is a wrong group for questions like this please point me to the group that is more appropriate.
|
| Script to create a folder using Dates | 27 May 2008 03:37 GMT | 4 |
Every week, I have to create a folder manually but I am hoping that one of you can help me create a script for it or point me in the right direction. Hopefully it will be a simple thing for all you experts in this field.
|
| What does 1, FALSE mean in VB script context? | 25 May 2008 22:07 GMT | 1 |
Gurus, In the 2nd line below, what does 1, FALSE mean? Set Wshell = WScript.CreateObject("WScript.Shell") Wshell.Run "C:\Progra~1\Outloo~1\msimn.exe", 1, FALSE
|