What does .info do in get-aduser command?

Hi,

Does anyone know what the .info will do in the command below? Does it just give an output if the user has a value in an info property?

get-aduser jsmith -properties * | $_.info

Not seeing this anywhere in documentation and don’t have console access tonight.

Thank you.

I ask because as far as I am aware there is no info property on an AD User.

I believe I have found my own answer. It looks like the info property corresponds to the field labeled “Notes” on the “Telephone” tab of ADUC.

Not all AD attributes have a PowerShell property with the same name. :wink: