How to Force Users in OU to Change Password at Next Logon via Powershell for Active Directory

  My goal is to to force all users in  a certain OU to change their passwords at next login. So let’s get started. First I need to get a list of my users accounts. We know we can use get-aduser -filter * to get all the users and their properties, however I only want …