powershell.exe -ExecutionPolicy Bypass -C "get-process >> $env:APPDATA\test.log; cat $env:APPDATA\test.log"
Hi everyone, can someone translate what cat is in powershell? or if you're extra nice tell me what the whole script is saying?
I ran it in my VM but I'm still not understanding it.