Powershell command deployment
Hello,i simply try to deploy a Lansweeper package with a single command:powershell -executionpolicy bypass -noprofile -command "Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage"Is there a way to capture the stdout/stderr in a file at %TEMP%?