Click here to Skip to main content
15,891,787 members

Comments by v17.poornima (Top 4 by date)

v17.poornima 7-Apr-11 6:45am View    
Please note that the script required is not for any system in domain, but for a local work group
v17.poornima 7-Apr-11 6:39am View    
Deleted
Here is the script sandeep..

strComputer = "localhost"
Set objUser = GetObject("WinNT://" & strComputer & "/inwintel")

objUser.PasswordExpired = 1
objUser.SetInfo
v17.poornima 7-Apr-11 6:31am View    
Deleted
Below is the script that works for 2003


strComputer = "localhost"
Set objUser = GetObject("WinNT://" & strComputer & "/inwintel")

objUser.PasswordExpired = 1
objUser.SetInfo
v17.poornima 7-Apr-11 6:31am View    
Thanks for the code.But this is not working Amit