Just for completeness this is the code to list the users in an OU. It forms the basis of any bulk modification activity that is based on OU membership $ou = "OU=BlogTests,DC=Manticore,DC=org"
"`nMicrosoft"
Get-ADUser -ResultSetSize 3000 -SearchBase… Read the full text.