•Arnošt Havelka
Opciones de Get-ChildItem
Aprenda a usar Get-Help para descubrir opciones de comandos
Iniciar lección interactivaGet-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.
Comprobación de conocimientos
1 / 1Which parameter shows hidden and system files in Get-ChildItem?
Referencias
Estos enlaces de Microsoft Learn y de la documentación de Windows aportan detalles confiables sobre los comandos usados en este artículo.