Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Invoke-DbaQuery 在应用程序刷新之前将当前应用程序设置假脱机到一个文本文件,但看到输出被截断为 90 个字符。有谁知道如何克服这个限制?
将输出连接到“Out-String -Width 200”可解决此问题。