Zpět na blog
Arnošt Havelka

Možnosti Get-ChildItem

Naučte se používat Get-Help k objevování možností příkazů

Spustit interaktivní lekci
Možnosti Get-ChildItem

Get-ChildItem Options

Every PowerShell command supports options (or parameters) that change its behaviour. You can discover these options by running the Get-Help command.

For example, running Get-Help Get-ChildItem shows parameters like -Force to display hidden files.


Kontrola znalostí

1 / 1

Which parameter shows hidden and system files in Get-ChildItem?

Reference

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

Další

Write-Output - Zobrazení zpráv

Naučte se zobrazovat text pomocí Write-Output