Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources: Active Threads
Viewing all articles
Browse latest Browse all 8411

Searching files in Windows with Powershell

$
0
0

By supplesoftware
Searching files in Windows with Powershell. 06Aug09. The new (well, not that new now) Windows search is way annoying, so I thought may be I could use Powershell for searching. This is how to do it: foreach ($file in get-Childitem . ...

Read More


Viewing all articles
Browse latest Browse all 8411

Trending Articles