|
First
|
Prev |
Next
|
Last
Pages: 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
read homefolder permissions Is there a vbscript to read the homefolder permissions on a network? The data must in excel Thank you Floyd ... 6 Jun 2008 14:53
mailNickname Hello people, I have a script for forwarding mails. Now I have to fill in their mailNickName (login name). I don't want that though, I want to fill in the name of the distinguishedName. In other words: CN=Derek Jeter, OU=*OU*,DC=domain,DC=domain. I want to fill in "Derek Jeter" instead of "derekj". This is how... 6 Jun 2008 04:04
VBScript question - low values I have a SQL DTS job that I'm splitting out a text file into a SQL database. What I use is the ActiveX script (VBscript) piece available in DTS, and can split out the file as I need to, formatting numbers, currency, etc. However, there are some fields in the text file that contain low values in them. WHen ... 6 Jun 2008 21:31
Add context menu item for background of open folder window? I want to add a context menu item to the registry that will allow me to right click within the white space (background) of an open folder window and choose to open a command prompt with the same path as the open folder window. I've searched the newsgroups and found hundreds of references to things like "modify... 7 Jun 2008 11:50
How to clear the cache of Internet Explorer using the VB Script? Hi, Can anyone tell me the procedure to clear the cache and to delete the cookies of the internet explorer using the VB Script file? Thanks, PK ... 7 Jun 2008 06:10
object not a collection Hi, I am using a VB script to get a list of members in each dist group. The core part of the script listed below: ---------- 1 On Error Resume Next 2 Set objOU = GetObject("LDAP://cn=Distribution Groups, dc=companyname, dc=com, dc=au") 3 objOU.Filter = array("Group") 4 For Each objGroup in objOU 5 Wscript.... 5 Jun 2008 21:57
integrating VBS into macro IBM says this is Visual Basic Script. I am bewildered. Is there a way to modify this to change 'ct6AP95001' from a list or an array, where this script will run and go to the next series number? My thanks for any consideration. Macro as follows: [PCOMM SCRIPT HEADER] LANGUAGE=VBSCRIPT DESCRIPTION=(Add-change-... 4 Jun 2008 16:42
vbs script question I have windows xp on my PC and when I create a file such as hello.vbs it creates it as a VBS script file. A client has a windows 2000 loaded on her machine and when she creates a file hello.vbs it treats it as text file. She has MS Office loaded how come her system doesn't recognise the file as VBS? ... 5 Jun 2008 17:51
Export AD users I need a script that will export user names and first and last names in seperate Columns. ... 4 Jun 2008 09:42
help with formatting Could someone help me with this please. This puts out a list of mailboxes from each server to a text file with tabs. Is it possible to change this to comma delimited. Thanks. 'To list the largest mailbox on each server Option Explicit '**** '* Purpose: Display each Exchange_Mailbox found for Exchange se... 4 Jun 2008 11:17 |