Is it a limitation of credSSP which requires users to reenter username/passwords second time? Is there a way around it.
I’m trying to make module with bunch of common tasks which will be delegated to helpdesk personell to perform (reset application pools on remote IIS systems for example). I want them to open WinRM session to central station and from there execute all those cmdlets. Problem is that now they not only need to enter their credentials second time but also they need to put a bunch of additional parameters in all my cmdlets to allow credSSP.
What is most elegant way to accomplish what I’m looking for if I want to utilize central server they run my cmdlets from?
Thanks,
G