PowerShell - File and Directory Operations
What will be the result of this command?
Assuming
$data = Import-Csv -Path users.csv $data | Export-Csv -Path newusers.csv -NoTypeInformation
Assuming
users.csv exists and is valid.