...'s Set objDomain = GetObject("WinNT://" & strNetBIOSDomain) objDomain.Filter = Array("user") where can I change the connection string? and where do I change the provider, 'cos I could not ... "Richard Mueller [MVP]" wrote: Gustavo wrote: Hi, I need a list to get the usersaccounts that are locked out, I do not know anything about scripting and I did...
... is OK. This makes it easy to quickly find all locked out users. The WinNT provider is blind to the hierarchy ... in a specified OU. The program will then only output the results for the users in the OU. The solution is to modify the base of the ADO ...]" wrote: Gustavo wrote: Hi, I need a list to get the usersaccounts that are locked out, I do not know anything ...
... change the string?, and thanks again. "Richard Mueller [MVP]" wrote: Gustavo wrote: Hi, I need a list to get the usersaccounts that are locked out, I do not know anything about scripting ...get this information, thanks. I have an example VBScript program that documents all locked out users linked here: http://www.rlmueller.net/LockedUsers.htm ...
Gustavo wrote: Hi, I need a list to get the usersaccounts that are locked out, I do not know anything about scripting and I did find this code in microsoft's script center, please help me...to get this information, thanks. I have an example VBScript program that documents all locked out users linked here: http://www.rlmueller.net/LockedUsers.htm -- Richard...
Hi, I need a list to get the usersaccounts that are locked out, I do not know anything about scripting and I did find this code in microsoft's script center, please help me to get this information, thanks.
...locked out, it might be useful to know how many bad attempts were registered on each DC and when. If all you need is a list of locked out users, this is not necessary. A much simpler script, based on a...>> > > Next If (k = 0) Then Wscript.Echo "No useraccountslocked out in domain" Wscript.Quit End If ...
... > > Next If (k = 0) Then Wscript.Echo "No useraccountslocked out in domain" Wscript.Quit End If ...strDN) = arrstrDCs(k) End If Else ' First time user found, save info from this DC. objList1.Add strDN, ...
... > > Next If (k = 0) Then Wscript.Echo "No useraccountslocked out in domain" Wscript.Quit End If ...strDN) = arrstrDCs(k) End If Else ' First time user found, save info from this DC. objList1.Add strDN, ...
... If Next If (k = 0) Then Wscript.Echo "No useraccountslocked out in domain" Wscript.Quit End If ...(strDN) = arrstrDCs(k) End If Else ' First time user found, save info from this DC. objList1.Add strDN, dtmDate ...
...>> End If Next If (k = 0) Then Wscript.Echo "No useraccountslocked out in domain" Wscript.Quit End If ....Item(strDN) = arrstrDCs(k) End If Else ' First time user found, save info from this DC. objList1.Add strDN, dtmDate ...