•Arnošt Havelka
Opções do Get-ChildItem
Aprenda a usar Get-Help para descobrir opções de comando
Iniciar lição interativaGet-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 / 1Which 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.