List Users Accounts That are Locked Out
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 186 articles for 0.114 sec
Re: List Users Accounts That are Locked Out     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for List Users Accounts That are Locked Out in microsoft.public.windows.server.scripting
Author: Gustavo
Date: Jul 26, 2007 20:40

...'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 users accounts that are locked out, I do not know anything about scripting and I did...
Show full article (2.92Kb) · Show article thread
Re: List Users Accounts That are Locked Out     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for List Users Accounts That are Locked Out in microsoft.public.windows.server.scripting
Author: Richard Mueller [MVP]
Date: Jul 26, 2007 05:23

... 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 users accounts that are locked out, I do not know anything ...
Show full article (2.26Kb) · Show article thread
Re: List Users Accounts That are Locked Out     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for List Users Accounts That are Locked Out in microsoft.public.windows.server.scripting
Author: Gustavo
Date: Jul 25, 2007 18:12

... change the string?, and thanks again. "Richard Mueller [MVP]" wrote: Gustavo wrote: Hi, I need a list to get the users accounts 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 ...
Show full article (0.77Kb) · Show article thread
Re: List Users Accounts That are Locked Out     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for List Users Accounts That are Locked Out in microsoft.public.windows.server.scripting
Author: Richard Mueller [MVP]
Date: Jul 25, 2007 17:43

Gustavo wrote: Hi, I need a list to get the users accounts 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...
Show full article (0.46Kb) · Show article thread
List Users Accounts That are Locked Out     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for List Users Accounts That are Locked Out in microsoft.public.windows.server.scripting
Author: Gustavo
Date: Jul 25, 2007 16:18

Hi, I need a list to get the users accounts 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.
Show full article (0.21Kb)
Re: List Users Accounts That are Locked Out     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for List Users Accounts That are Locked Out in microsoft.public.windows.server.scripting
Author: Richard Mueller [MVP]
Date: Aug 4, 2007 03:32

...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 user accounts locked out in domain" Wscript.Quit End If ...
Show full article (15.89Kb) · Show article thread
Re: List Users Accounts That are Locked Out     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for List Users Accounts That are Locked Out in microsoft.public.windows.server.scripting
Author: Gustavo
Date: Aug 3, 2007 17:54

... > > Next If (k = 0) Then Wscript.Echo "No user accounts locked 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, ...
Show full article (12.55Kb) · Show article thread
Re: List Users Accounts That are Locked Out     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for List Users Accounts That are Locked Out in microsoft.public.windows.server.scripting
Author: Gustavo
Date: Aug 3, 2007 14:14

... > > Next If (k = 0) Then Wscript.Echo "No user accounts locked 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, ...
Show full article (12.44Kb) · Show article thread
Re: List Users Accounts That are Locked Out     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for List Users Accounts That are Locked Out in microsoft.public.windows.server.scripting
Author: Richard Mueller [MVP]
Date: Aug 2, 2007 16:32

... If Next If (k = 0) Then Wscript.Echo "No user accounts locked 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 ...
Show full article (12.90Kb) · Show article thread
Re: List Users Accounts That are Locked Out     

Group: microsoft.public.windows.server.scripting · Group Profile · Search for List Users Accounts That are Locked Out in microsoft.public.windows.server.scripting
Author: Gustavo
Date: Aug 2, 2007 16:08

...>> End If Next If (k = 0) Then Wscript.Echo "No user accounts locked 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 ...
Show full article (11.67Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next