Simple PowerShell (for now) script to convert Microsoft Word files into markdown with pandoc

I have encountered a problem, when dealing with multiple docx documents, if the image name inside is the same,like image1.png, it will be automatically replaced so that only 1 file remain. How to solve this problem?Thank you!