You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @DiPersiaTech , line wrapping depends solely on the configuration of your terminal window, which is profile-specific. You should be able to bypass it by piping the output to the Out-File cmdlet.
@MichaelGrafnetter thanks for the response. Same behavior actually, regardless of screen or file. I assumed the custom view had something to do with it and running under system. This is with the out-file
When running
Get-ADDBAccount -All -DBPath "$Path\Active Directory\ntds.dit" -BootKey $key | Format-Custom -View PWDump
under the system account context (Which our automation system does), the output is broken into multiple lines. For example -
User:2677:NO
LM-HASH**********************:1111111111111111111111111:::
Where output should show as a single line -
User2677:NO LM-HASH**********************:1111111111111111111111111::::
Can replicate this by starting Powershell using PSEXEC as the system.
The text was updated successfully, but these errors were encountered: