Powershell - Format-Table removing columns

306 views Asked by At

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

0

There are 0 answers