How to save file and folder list. In this video tutorial we will show you how to export files, folders and subfolders list, sorting by size, by data, by extension, etc. using PowerShell
Get-ChildItem
Get-ChildItem -Recurse
Get-ChildItem | Sort-Object Lenght
Get-ChildItem | Sort-Object
Get-ChildItem | Sort-Object Extension
Get-ChildItem | Sort-Object LastWriteTime