powershell to get a list of files in a folder
top of page

powershell to get a list of files in a folder


The PowerShell command will generate a list of all files in a folder. Enter it in this format:

Get-ChildItem -Path C:\FooFolder

Litigation Support Tip of the Night is taking a badly needed vacation far from home. Tips will be posted on the web site only during this period.


bottom of page