I\'m working on a basic PowerShell script that inputs a pair of dates then gets all accounts with passwords expiring between those times. I\'d like to output the data to the con
$accts | ConvertTo-Csv | Tee -File output.csv | ConvertFrom-Csv