I am writing a search statment as follows
Select * SD9 where "Test Start Date"='T1'
T1 is a text Box that sits on another Web Page, how do i point the statment to this Text Box on another http page ???
I want people to enter the date they wish to search
Thanks
I have come up with this script but it wont seem to disable a user account, not sure where i am going wrong can you take a look???
'==========================================================
'Script to Disable User Accounts
'
'Required to disable Old User Accounts
'
'Author:
'
'Created...
Ok I can get this script to find a sAMAccountName, however I cant get it to Process a list of accounts from a file.. Can you see where I am going wrong????
On Error Resume Next
Const ADS_SCOPE_SUBTREE = 2
Set objConnection = CreateObject("ADODB.Connection")
Set objCommand =...
Hi,
I have found a script that will disable using the Common Name, however i am a total begginer when it comes to this stuff and dont have a clue how to tweak it to use the sAMAccountName... Script is as follows
' This VBScript code will disable a user object
' and move it to a new OU...
I need a script to disable users in AD by there sAMAccountName, also I want it to reference a txt file that contains the list of sAMAccountNames.. Please Help
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.