Get-ChildItem with specific properties, but still grouped by (sub)folder
I have written this bit of PowerShell code to get a listing of files meeting the type criteria shown below: Get-ChildItem -Path ‘C:\Program Files\Common Files’ -Recurse -Include *.exe, *.bat, *.com, *.cmd, *.dll This is part of the result: Directory: C:\Program Files\Common Files\VMware\Drivers\vmci\sockets\Win8 Mode LastWriteTime Length Name —- ————- —— —- -a—- 10/23/2022 12:23 AM 31120… Read More Get-ChildItem with specific properties, but still grouped by (sub)folder