You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have requirement to copy file from one remote server to other remote server(let's say server A and B), so I am using pywinrm to connect to remote server(Server A) from my local then running command to copy file from server A to Server B. I am getting access denied for this operation. have configured winrm in both the server with same user and able to perform other activity individually and only for copy I am facing issue.
Hi,
I have requirement to copy file from one remote server to other remote server(let's say server A and B), so I am using pywinrm to connect to remote server(Server A) from my local then running command to copy file from server A to Server B. I am getting access denied for this operation. have configured winrm in both the server with same user and able to perform other activity individually and only for copy I am facing issue.
My python code:
Getting below error
`copy-item : Access is denied
At line:1 char:1
`
The text was updated successfully, but these errors were encountered: