Get-ChildItem

Basic command:

Get-ChildItem -Path "path_to_search"

Filter files with name:

Reveal hidden files using the -force flag (eg. system files):

Last updated