What does 2>&1 Mean in PowerShell August 22, 2023 by Tarik It redirects standard error (the 2) to the same place as standard output (the 1)