New Function: Search-FileContent

New Function Search-FileContent ```powershell #Requires -Version 3.0 function Search-FileContent { <# .SYNOPSIS Generates a listing of files containing search pattern text .DESCRIPTION Generates a listing of files containing search pattern text .PARAMETER SearchPath The base path to be searched .PARAMETER SearchPattern The patterne to be located .EXAMPLE PS C:> Search-FileContent... [Read More]
Tags: PowerShell