Voltar ao blog
Arnošt Havelka

Opções do Get-ChildItem

Aprenda a usar Get-Help para descobrir opções de comando

Iniciar lição interativa
Opções do 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.


Teste de conhecimentos

1 / 1

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

Referências

Estes links do Microsoft Learn e da documentação do Windows trazem detalhes confiáveis sobre os comandos usados neste artigo.

A seguir

Write-Output - Exibir Mensagens

Aprenda a exibir texto com o Write-Output