I'm doing this simple line and I don't understand why i can't get any output in the file.
remove-item c:\test.txt | out-file -filepath c:\log.log
Log.log is coming out empty. Can someone explain?
Thanks,
I'm doing this simple line and I don't understand why i can't get any output in the file.
remove-item c:\test.txt | out-file -filepath c:\log.log
Log.log is coming out empty. Can someone explain?
Thanks,