GREP in PowerShell

Simple but powerful script to search recursively through a windows directory searching for a string of text.

PS C:\> get-childitem "C:\*" -recurse | select-string -pattern "what your looking for"

Comments

Popular posts from this blog

NeuroPower Framework to Effective Leadership

SharePoint PageLayout MissingMethodException and ErrorWebPart

Configure language settings on Sharepoint 2010