| Thread | Last Post | Replies |
|
| vbscripting questions | 28 Feb 2007 23:37 GMT | 3 |
(1) How do you enumerate all the Windows NT, 2000, and 2003 servers within a Domain, and add their Service Pack and information to an excel spreadsheet. (2) Have the Server download windowsupdates, esecially the new DST patch without reboot and/or manupulation of current ...
|
| Another Newbie | 28 Feb 2007 20:31 GMT | 1 |
Hi all.. please bear with me as I'm extremely green when it comes to scripting. I need a script that will give me a list of all users who's passwords are set to never expire in Active Directory. I'm in a server 2003 environment. Domain=thomasnelson.com All users are in an OU ...
|
| how to run a script? | 28 Feb 2007 20:18 GMT | 1 |
hi, i am a newbie to windows scripting, i found some readymade scripts in microsoft site, can some one tell me how to run them and test them
|
| Create and share folder on client's pc | 28 Feb 2007 14:55 GMT | 3 |
Is there a way, of creating a folder in all the client's pc which is in the domain using the group policy? For example, I want all the clients to have a folder call XYZ and it has a full sharing capabilities. Instead of me doing it one by one, can I just
|
| Monitoring database writes from remote script | 28 Feb 2007 14:11 GMT | 5 |
Got this dumped on me this afternoon. Need to monitor writes to a table from a client PC. Any thoughts on how to go about this? Would the monitoring be better done on the client or on the server?
|
| Run a script using System or another account | 28 Feb 2007 00:13 GMT | 3 |
I have a logon script which is located on the server. This script creates shortcuts in start menu, but in All Users->Start Menu. User which is logging on to the system doesn't have enough rights to save shortcuts in that location. Is there any way to run this script using
|
| Vbscript:ActiveX Object runtime error | 28 Feb 2007 00:04 GMT | 5 |
I am using getobject with LDAP and I am getting error. ActiveX Object can't create getObject(LDAP://...) I have tried to use CreateObject and it gives tha same ActiveX error Any Help will be welcome
|
| Help running script | 27 Feb 2007 23:28 GMT | 1 |
I receive the following error when running script: Line 1 Char 1 Error: Expected statment
|
| Creating VBS to remove "._*" files from shares using recursion | 27 Feb 2007 17:29 GMT | 2 |
I'm looking to setup a VBS that runs at midnight to remove all files starting with "._" I would put this VBscript in the schedule tasks and run as local administrator. The items in question are how in brackets: 1. not searching hidden shares: ie: admin$
|
| print word files in multiple directories | 27 Feb 2007 17:01 GMT | 2 |
I am trying to create script for remote home user to: 1. change default printer to work network printer 2. print word.doc files on local directory (multiple files/directories under 1 main directory) to network printer
|
| Output Access File Query | 27 Feb 2007 15:08 GMT | 4 |
I am trying to modify a script to output a query as opposed to a table. (Works fine to output the table, not the query though.) I think my problem is in this line: acOutputTable,_ ---- I've tried changing it to acOutputQuery,_ and
|
| errReturn of 3. What does 3 mean? | 27 Feb 2007 13:33 GMT | 2 |
I have the following script. strComputer = "blahyaddayadda" Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
|
| Installing Printer Drivers via VBS | 26 Feb 2007 23:01 GMT | 2 |
I've been searching and searching for a solution to this problem and it seems that I can't find it. I'm using the VBS provided on MS TechNet and am getting a strange error. Below is the script I'm using and the error that I get.
|
| Script help please | 26 Feb 2007 20:21 GMT | 1 |
I'm a scripting virgin and have been asked to create a monthly report that lists the following: 1 - the largest files on a certain drive, 2 - the files that have not been accessed for more than 3 months
|
| Running a script to find out how large users home directory is | 26 Feb 2007 16:39 GMT | 3 |
I have created a script to find out how large users Home Directories are. It is as follows Dim oIADS, fsi, f Dim fso, a
|