•Arnošt Havelka
Možnosti Get-ChildItem
Naučte se používat Get-Help k objevování možností příkazů
Spustit interaktivní lekciGet-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 / 1Which 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.