Forum Discussion
mwilliams71
Oct 14, 2022Brass Contributor
Comparing Files in two Document Libraries with PowerShell
I have 30 files with code in a library in a web application imbedded in sub folders that I want to compare to another 30 files with code in a library in a separate web application in sub folders. If ...
Joao Livio
Oct 17, 2022Iron Contributor
Hi mwilliams71
The SideIndicator simply tell you where is the difference is.
<= Difference is in Left side
first object to compare
=> Difference is in the Right side
Second object in the comparison
My first suggestion was to download, compare and upload.
You have to mix all suggestions and architect your outcome, or wait for more.
Good luck 👍
mwilliams71
Oct 19, 2022Brass Contributor
Does this compare the file name or the text in each file as well?