|
First
|
Prev |
Next
|
Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
Script to remove list of users from groups... All, Complete noob.... Has found a script that will remove a user from all Active Directory groups. Trouble is, it only removes a single user. I have csvde output of a list of user DNs that I want to remove from all groups. If I save this list of DNs as C:\DNs.txt How can I get the script to read the list and ... 4 Jun 2008 12:35
Password protected Access DB - novice Hi, I am querying an MSAccess DB using a VBScript. How do I pass a password to a password protected DB using 'objConnectionDB.Open'? Cheers ... 4 Jun 2008 10:29
vbscript to access all the exchange server mailboxes all at on Hi, I have got so many compilation errors.....anyway thanks for response. I have found the code from the link. http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true "Christophe Mathon" wrote: Hello Himabindu, Is this good for you ? ( I didn't try because I don't have a exhcang... 4 Jun 2008 02:34
Move computer and Laptop to correct OU Hello, I have been working on getting a script that will prompt the user with a MsgBox asking if its weather a desktop and laptop and then ask for the laptop or pc number then move it to the right OU as per selection made in the MsgBox. Let say the Default LDAP:\\"CN=Computers,DC=CAECORP,DC=CAE,DC=COM" If ... 4 Jun 2008 16:11
Need Help for archive logs i have folder with logs , i want to archive 10 day's from current date using compress n move to d:\ with curent date folder. ... 7 Jun 2008 04:38
Cannot locate recource error The following VBS code: '''''Starts here Main Sub Main() Dim wPage, sURL, sPage sURL = "http://api.fastsms.co.uk/api/api.php" _ & "?Username=USERNAME&Password=PASSWORD&Action=Send" _ & "&DestinationAddress=TELEPHONENUMBER&SourceAddress=SENDER" _ & "&SourceTON=5&Validity=86400&Body=This+is+a+te... 4 Jun 2008 04:56
Drop List Focus Assistance <% UVDescs(0)= "Algebra" UVDescs(1)= "Biology" UVDescs(2)= "English" UVDescs(3)= "Mathimatics" UVDescs(22)= "Physical Education" UVDescs(23)= "Social Science" UVDescs(24)= "Trigonometry" UVDescs(25)= "Zoology"%> <Select NAME="MyDropList" SIZE = "1"> <%For N = 0 to 25%> <%If Request("Subject... 7 Jun 2008 04:38
split textbox Below is a bit of code that is causing me some headache. I am trying to split entry into a textbox with a ";" and upload each split to a new row in a database. The error I get is "Type name is invalid. " If I input a text string (e.g. "abc" in place of the variable "strPropaguleType2" I don't get the error... 3 Jun 2008 20:11
XP KIOSK MODE HELP…How do i….. I need a script that will run when a user is a member a domain group EG KIOSK_ACCOUNTS(a)DOMAIN This script needs to start another script what starts an application (C:\Scripts\Startapp.vbs) and lock everything else that the user can see. So no desktop, start menu, task bar ect ect. And just ... 20 Jun 2008 10:11
I need the SID for all the computer accounts in AD!! Anybody?? I just can't seem to figure it out. If someone could lead me in the right direction, that'd be great!! Thanks! ... 6 Jun 2008 13:21 |