PowerShell: Speed Up Get-ChildItem to Scan Files in a Large File System
How using -Include instead of Where-Object with Get-ChildItem reduced file scanning time from 307 seconds to 19 seconds.
1 article
How using -Include instead of Where-Object with Get-ChildItem reduced file scanning time from 307 seconds to 19 seconds.