List items in a directory. Note: This command can only be used through PowerShell. More information: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem.
Get-ChildItem
Get-ChildItem -Directory
Get-ChildItem -File
Get-ChildItem -Hidden
Get-ChildItem -Path {{path\to\directory}}