You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Is it possible to specify multiple search strings in the EnumerateFileSystemEntryInfos method? Let's say I'm looking for files with several different extensions. I am using the script written by http://powershell-guru.com/fastest-powershell-2-count-all-files-in-large-network-share/. I am trying to come up with something that works faster and more reliably than gci -include $extensions
The text was updated successfully, but these errors were encountered:
Is it possible to specify multiple search strings in the EnumerateFileSystemEntryInfos method? Let's say I'm looking for files with several different extensions. I am using the script written by http://powershell-guru.com/fastest-powershell-2-count-all-files-in-large-network-share/. I am trying to come up with something that works faster and more reliably than gci -include $extensions
The text was updated successfully, but these errors were encountered: