Volver al blog
Arnošt Havelka

Opciones de Get-ChildItem

Aprenda a usar Get-Help para descubrir opciones de comandos

Iniciar lección interactiva
Opciones de 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.


Comprobación de conocimientos

1 / 1

Which 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.

Siguiente

Write-Output - Mostrar mensajes

Aprenda a mostrar text con Write-Output