This is one of those “Clean up AD” projects. We needed to find all the user accounts that don’t have managers assigned to them along with other contact information. It’s not hard but I like to have it available to see whenever I need it…
get-qaduser -ObjectAttribute @{manager=”"} -sizelimit 0 | sort| ft name,phone,email
















Recent Comments