Moving users between OUs in Active Directory is a straight forward task DON’T RUN THIS AS ONE SCRIPT OR ALL BUT THE FIRST MOVE WILL FAIL. COMMENT OUT THE BITS YOU DON’T NEED if ( -not ( Get-Module ActiveDirectory ) ) {
Import-Module ActiveDirectory… Read the full text.