Exporting data from 'info' attribute (Notes field)

Hi,

Is there a way to export the values from my users’ ‘info’ AD attribute (corresponds to the Notes field in the user properties)?

This Technet article below does NOT have it listed as an extended attribute usable by get-aduser, but further on down in the comments, it is discussed as valid.

The command I am trying is simply get-aduser -filter * -Properties info. It returns the list of users, but only with the default Properties for that command.

[url]Sign in to your Microsoft account

Yeah, the AD commands are a little wonky about that. So in your case it’s clearly not working. You could revert to ADSI, or the Quest cmdlets, as a backup.

Hey LRuff,

Just out of interest, was the Info attribute set initially programmatically or manually? And were there multiple lines?

the way i get the info field is:
get-aduser -filter * -properties info | select -expandproperty info