NetDocuments-Archive / rd-winrm-plugin

Allows rundeck to execute commands with powershell
Apache License 2.0
31 stars 19 forks source link

Can't access network resources #21

Closed gqnelson closed 8 years ago

gqnelson commented 8 years ago

I have a mapped network drive and a a symbolic link to a network share on the target machine.

I am unable to access these network shares in my scripts.

I get the error ItemExistsUnauthorizedAccessError.

The user I am running as is an administrator and was the user that created the mapped drive and symbolic link.

Any ideas on how to work around this issue?

vvchik commented 8 years ago

It is limitation by design of how WinRM works, and shouldn't work with Rundeck located on Linux computers, but you probably can configure it for windows. check this or this to start research.