Property Name
UserMustChangePassword
Property Type
Boolean
Description
Indicates whether a user must change the password at the next
logon.
Example
Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.UserMustChangePassword
See Also