Thanks for posting!

FT Name, directReports -A -Wrap
# should be
Format-Table Name,DirectReports -AutoSize -Wrap

If you post things, can you please spell it out / follow our guidelines ? Not everyone knows what those parameters and aliases mean, so it makes it easier :¬)
@ OP

Be careful using ‘Format-Table’ it might not work as you intend it. It breaks object e.g. if you want to export it to CSV, that would no longer work.
There is nothing wrong with using it, but you have to know when you can and when you can not use it.