[windows2000] Re: Force Password change on next logon

  • From: Jeff Malczewski <jeff.malczewski@xxxxxxxxx>
  • To: windows2000@xxxxxxxxxxxxx
  • Date: Tue, 26 Oct 2004 15:19:34 -0400

Or you could use SUBINACL from the reskit...


On Mon, 25 Oct 2004 16:31:15 -0400, Ibrahim, Mustafa
<mustafa.ibrahim@xxxxxxxxxx> wrote:
> 
> Checkout this mate:   
>  
> How do I modify Active Directory attributes for all members of an
> Organizational Unit in my domain?   
> http://www.jsiinc.com/SUBP/tip7700/rh7785.htm
> 
> 
> 
> -----Original Message-----
> From: windows2000-bounce@xxxxxxxxxxxxx
> [mailto:windows2000-bounce@xxxxxxxxxxxxx]On Behalf Of Puetz, Christoph (TH
> USA)
> Sent: 25 October 2004 21:13
> To: windows2000@xxxxxxxxxxxxx
> Subject: [windows2000] Force Password change on next logon
> 
> 
> I am trying to set the "User must change password at next logon" flag on all
> user in a specific OU. I had no problems getting a script to work that does
> it per user. But it is quite cumbersome if you have several hundred users in
> that OU.
>  
> Any idea how to do it per OU and all users listed in that OU?
>  
> The code I have so far is:
>  
> Set objUser = GetObject _
>     ("LDAP://CN=myerken,OU=management,DC=Fabrikam,DC=com";)
> objUser.Put "pwdLastSet", 0
> objUser.SetInfo
> 
>  
> I also tried the code below but it does not work. Anyone here who eventually
> can help me figure that out or has an existing script that resets the flag
> to force a password change on the next logon?
>  
> Christoph
>  
>   
> 
> 
> Option Explicit
> Dim objOU, objUser, objRootDSE
> Dim strContainer, strLastUser, strDNSDomain, intCounter, intAccValue
> Set objRootDSE = GetObject("LDAP://RootDSE";)
> strDNSDomain = objRootDSE.Get("DefaultNamingContext")
> strContainer = "OU=test ,"
> intAccValue = 544
> strContainer = strContainer & strDNSDomain
> set objOU =GetObject("LDAP://"; & strContainer )
> WScript.Quit
********************************************************
This Weeks Sponsor StressedPuppy.com Games
Feeling stressed out? Check out our games to
relieve your stress.
http://www.StressedPuppy.com
********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

Other related posts: