I need a PowerShell script that can access a file\'s properties and discover the LastWriteTime property and compare it with the current date and return the date differe
(Get-Item $source).LastWriteTime is my preferred way to do it.
(Get-Item $source).LastWriteTime