Is there a way to force an output width when using a command-line command in PowerShell?
E.G. I'm using dsacls.exe and the output is crowded enough that for some entries it's putting the relevant permissions sometimes on the same line, and then sometimes on a new line. Also I'd like to be able to export this into an Excel file and pretty it up for my manager.
Thanks.
zarberg@gmail.com