In PowerShell, what’s the difference between the operators “( )” and “|”, such as `Write-Output (Get-Process)` and `Get-Process | Wirte-Output`? I’m a novice in PowerShell.