0

I'm using Invoke-DbaQuery to spool current application settings to a text file ahead of an application refresh but see the output is truncated at 90 characters. Does anyone know how to get past this limitation?

Ken
  • 77
  • 9

1 Answers1

0

Piping the output to "Out-String -Width 200" fixes this issue.

Ken
  • 77
  • 9