I've been using Powershell with dbatools recently and still learning. When using format-table, I see it removes some columns from the result. It also does this when writing the result to a text file. I have tried format-table -autosize to no avail.
Code:
get-dbadbfile -SqlInstance instance | Format-Table -AutoSize
Any ideas?
Thanks