How can you export variables to a CSV file. I have the following; I just want to append to CSV file.
$totallaptops = [Int]$HistoryStuff.Textbox303 - [Int]$HistoryStuff.Legacy$Encrypt = [Int]$HistoryStuff.textbox304 + [Int]$HistoryStuff.Textbox305
$Invalid = [Int]$HistoryStuff.Legacy
Thank you for your help