Output to the next Cmdlet in the pipeline Write-Output 'My text' | Out-File -FilePath "$env:TEMP\Test.txt" Write-Output 'Bob' | ForEach-Object { "My name is ...
確定! 回上一頁