I want to do a file comparison between two directories and warn via email if file differences are found, either new or extra files.
I don't want to update the directories in any way, but get the list to a text file.
I use Robocopy already in powershell scripts so would love to know how to accomplish the above via PS script.
Or, if there is a way to do this in C# I could use that too.
Any help greatly appreciated!!