AD-User must change password at next logon
-
Hello, I try to find how to set the property " User must change password at next log on " and i don't found. somebody knows how to change this property ? ThankYOU !!
-
-
-
So what? The concepts don't change just because the programming language did. Or were you looking for copy'n'paste code?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
So what? The concepts don't change just because the programming language did. Or were you looking for copy'n'paste code?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
No, it's not. The exact same concepts and procedures still apply. The only difference is you use the classes in the System.DirectoryServices namespace to do the searching and manipulation. If you understand the concepts behind that VBS code, it's very easy to figure out how to write the equivilent code by reading the documentation on System.DirectoryServices classes and looking at the examples there. Research is the number one skill you MUST have in order to survive writing code for a living...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
So what? The concepts don't change just because the programming language did. Or were you looking for copy'n'paste code?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...