Zpět na blog
Arnošt Havelka

Write-Output - Zobrazení zpráv

Naučte se zobrazovat text pomocí Write-Output

Spustit interaktivní lekci
Write-Output - Zobrazení zpráv

Write-Output - Display Messages

The Write-Output cmdlet prints any text message directly to the terminal. It is the PowerShell equivalent of the echo command.

For example, running Write-Output Hello will output Hello on the screen.


Kontrola znalostí

1 / 1

Which cmdlet prints messages in PowerShell?

Reference

Tyto odkazy na Microsoft Learn a dokumentaci Windows poskytují spolehlivé informace o příkazech použitých v tomto článku.

Další

Clear-Host - Vyčistit obrazovku

Naučte se vyčistit výstup terminálu