Trying to display File name and creation date in a single row.
Write-Host $File.Name, $File.CreationDate | Format-Table -auto
This gives me one under the other instead of in the same row....
Trying to display File name and creation date in a single row.
Write-Host $File.Name, $File.CreationDate | Format-Table -auto
This gives me one under the other instead of in the same row....