Hi,
I want to get all the Attributes listed for a user under "Attribute Editor" including values. That list should have that attributes too that doesn't have values. I am running following command but it's not giving empty attributes:
get-aduser username -properties * | out-file "attributes.csv"
Can some one please help me to get what I need?
Regards, Nilabh Verma