In PowerShell how to copy files from a Remote PSsession to another Windows server

前端 未结 3 869
慢半拍i
慢半拍i 2021-01-21 06:59

I am trying to copy a folder from one remote server to another inside a PSSession, it\'s giving errors like access is denied. I have admin privileges to both of the servers. If

3条回答
  •  走了就别回头了
    2021-01-21 07:36

    In case you would like to read more about the "Double Hop" issue, refer to this article: Multi-Hop Support in WinRM

提交回复
热议问题