PowerShell / ISEAddOnExamples

Other
3 stars 9 forks source link

Credential use between runspaces #1

Open derek-robinson opened 8 years ago

derek-robinson commented 8 years ago

If i want to do multiple remote sessions in their own runspaces, I have to enter my credentials several times. An api to either use something like the credential vault or some other way to store the credentials would be great.

daviwil commented 8 years ago

Thanks Derek! Is this just for the initial creation of the remote session in the ISE or for commands that you're running in those remote sessions?

derek-robinson commented 8 years ago

Just for the initial creation of the remote session. I use ISE to remote into several machines at a time, so I had planned on creating a 'favorites list' of sorts for the servers I manage often.

daviwil commented 8 years ago

Cool! I'll think about how we might be able to expose this credential reuse through the API in the future. Thanks for the feedback!