PowerShell#

Here are uncategorized snippets in PowerShell that don’t fit other categories.

Simple find of specific file pattern#

Get-ChildItem -Path . -Recurse -filter *.exe