So I wanted to copy some files to the client machine once all the deployment is done from a file server.
net use Z: \\myfileserver password /user:myfileserver\Administrator && copy Z:\SomeFolder\SomeFiles C:\Myfiles
A long list of error came out during this step and i tried with and without cmd.exe /c
I tried running the command manually on the client's machine and there dont seem to be any issue.
So i tried running net use command only in the Run Command Line and found out that's where the error came.
Am i missing something on this?