Leavers sweep report
Create a folder on your desktop called leaver reporting and then run the following script:
Import-Module ActiveDirectory
Get-AdUser -SearchBase "OU=Teach First,DC=teachfirst,DC=org,DC=uk" -Filter * -Properties * | Select SAMAccountname, State, DisplayName, AccountExpirationDate, EmailAddress, Enabled, Office, DistinguishedName, whenCreated, whenChanged | Export-CSV -Path "C:\users\sedmonds\desktop\leaver reporting\TF-USERS.csv"
This will create a report of all leavers in the folder you have created.