/powershell-search

PowerShell module to search for modified files and folders.

Primary LanguageC#MIT LicenseMIT

PowerShell Search

Search for modified files and folders.

Building from source

To build from source use:

dotnet build

To publish for release:

dotnet publish -c Release -o Builds

Example use case

$date = Get-Date
[Perform operation that modifies file system.]
Write-RecentlyModifiedToFile -After $date