I'm trying to log all console output to a file. move-item D:\scripts\fileA D:\scripts\fileB -verbose -Force | Out-File D:\scripts\move.log -Append
the file is being created if it doesn't exist. But the verbose information and eventual powershell errors are not present in this file. How can I get this info?