in reply to Re: problem with getting Active Directory user properties with library Win32::AD::User
in thread problem with getting Active Directory user properties with library Win32::AD::User

If you go to Attributes Editor in user properties in Active Directory "Users and Computers", there is a lot of attributes. One of them is "middleName". "initials" is also there.
  • Comment on Re^2: problem with getting Active Directory user properties with library Win32::AD::User

Replies are listed 'Best First'.
Re^3: problem with getting Active Directory user properties with library Win32::AD::User
by soonix (Chancellor) on Oct 17, 2016 at 11:28 UTC

    Indeed. the MSDN "All Attributes" list that I referenced is indexed by "CN", while the Attributes Editor shows the "Ldap-Display-Name"

    So NetWallah's answer is probably closer. OTOH the "Initials" field is shown in the "general" user properties, and the "Other-Name" (middleName) field is not.