| Thread | Last Post | Replies |
|
| LDAP Connection not using CN | 31 Jul 2007 23:33 GMT | 1 |
I am wondering if there is a way to make an LDAP connection to change user properties, without using the cn name, and preferably using sAMAccountName? ie. Normal Connection String: set objUser = GetObject("LDAP://cn="last,
|
| Ping Response | 31 Jul 2007 19:44 GMT | 2 |
I am new to scripting. I am trying to write a script that will ping a set of IP's and then respond back once complete. I would like it to tell me which IP's were successful and which were not. And also give me a predefined name. Basically here is what I am thinking
|
| changing ip address of printer using vb scripting | 31 Jul 2007 16:33 GMT | 1 |
I would like to use vb to change the ip address of many printers on my print server - windows server 2003.
|
| Change printer settings | 31 Jul 2007 15:25 GMT | 2 |
I need to create a vb-script that changes the paper settings of a user printer(s) to A4. I have search the internet for some guidance but without success. Can someone help me in this process?
|
| Python Scripting Security Privilege help. | 31 Jul 2007 09:50 GMT | 1 |
I would like to use Python to write a script that will allow me to view the security logs. I have been using: SWbemServices = win32com.client.Dispatch("wbemScripting.SWbemLocator").ConnectServer(computer, "root\cimv2")
|
| Folder Permissions | 30 Jul 2007 17:52 GMT | 1 |
I'm trying to script making a number of shared folders on an SBS server in which can be accessed only by a security group of certain users and another security group which is their managers. To force the Shares to be kept fairly tidy, I want the managers to be able
|
| Extract data from AD and save in TXT file. | 30 Jul 2007 05:09 GMT | 4 |
Can any one help me out. advance thanks. I am not very much expert in script I know basic script. I have question about script. Infect I want extract some information from Active directory and save in TXT file
|
| WSH 5.7 | 28 Jul 2007 21:20 GMT | 2 |
anyone knows where I can find the WSH 5.7 documentation? Vista uses this version of WSH but I didn't find much information on Internet. What's the difference between 5.6 and 5.7 versions? Thank you,
|
| Get directory, use in script | 28 Jul 2007 08:43 GMT | 1 |
I need to script a file copy to a group of PC with a logon script. The problem that I have run into is the fact the the path to which I must copy the file is slightly diferent for each PC. C:\Documents and Settings\%username%\Application Data\Mozilla\Firefox
|
| Adding multiple entries for the same user with xcacls... | 28 Jul 2007 08:40 GMT | 1 |
Is there a way to add multiple entires for the same user using xcacls? I am open to other suggestions, but here is what I need to do... I need to give Domain Admins specific access to "Subfolders and
|
| How to copy recently modifief files | 28 Jul 2007 08:37 GMT | 1 |
Hi all,How to copy recently modifief files in WSH, i want copy updated files and any new files is there then copy those files from System A to System B Thank you, Ramana
|
| Count All the file on a server | 28 Jul 2007 08:08 GMT | 4 |
i'm looking for a way to count all the file on a server.. Htis is the section i'm using but it take for ever when i hit a large sever... like 1 million + files... Set colFiles = objWMIService.ExecQuery("Select * from CIM_Datafile")
|
| Delete Table | 28 Jul 2007 08:06 GMT | 1 |
Hi, i know, this is a simple question but i have problems =( How can i delete a table from a database? i have a script to see all the tables in my DB but i need to delete one strDBServerName = "SQL2K5"
|
| Script to create a Signature on AD | 28 Jul 2007 08:02 GMT | 1 |
In my company we use the signatures in Outlook 2003, but everytime that a new member of the staff comes I have to create a new one, I was wondering if there is a way to create a signature on Active Directory. For example; every time you add a new user on active directory, it will ...
|
| rename local administrator account | 28 Jul 2007 04:29 GMT | 1 |
HI... I need a script that renames the local administrator account and assign a password. at the same time i need a script that only permits the domain admin to be member of the local administrators group, and removes the others
|