I can not get a powershell script to execute a bat file directly. For example, this works on the command line:
.\\\\my-app\\my-fle.bat
When
cmd.exe /c '\my-app\my-file.bat'