Skip to main content

Get All Unique Properties in AD

get-aduser -filter * -property title | select title | sort-object title -unique