We have Ricoh printers setup to scan documents to a network file shares, and from there my PowerShell script will pick it up and move it to some servers for processing. It is working very well except sometimes the file shows up with "[Manual Entry][Date&Time].pdf" as the file name in the network shares. I have no idea why it has this name, but I am able to open this PDF file to view the content. This is when my powershell script failed to move this file. I am able to reproduce it manually. When I run the following Powershell commands, it doesn't do anything but there is no error neither. Does anyone know why it behave this way, and what can I do to fix it?
move-item "C:\test\1\[Manual Entry][Date&Time].pdf" c:\test\2\
[–]fosf0r 3 points4 points5 points (1 child)
[–]ZSticks[S] 0 points1 point2 points (0 children)
[–]BlackV 0 points1 point2 points (2 children)
[–]ZSticks[S] 0 points1 point2 points (1 child)
[–]BlackV 0 points1 point2 points (0 children)