Alternative to Append export-csv powershell
问题 I add user logon and logout tracking script I found that some computers do not export csv as they have powershell 2.0 because append is not supported is there any alternative? $ErrorActionPreference = 'Continue' ####**** Tracking user logon *****##### $username = $env:USERNAME $computername = $env:COMPUTERNAME $ipv4 = Test-Connection -ComputerName (hostname) -Count 1 | foreach { $_.ipv4address } $ipv6 = Test-Connection -ComputerName (hostname) -Count 1 | foreach { $_.ipv6address } $timeformat