windows - Is there any way to bypass the credential prompt when using CredSSP authentication to be able to run unattended commands? -


i fell double-hop issue while trying deploy biztalk apps(msi) remote machines via powershell. way out of this(double-hop) use credssp authentication remote session. deployment needs unattended, if try use credssp authentication asks credentials in prompt. there way bypass manual input of credentials when using credssp? if not, there other way delegation of credentials can done without keeping credentials in script file?

you can around second-hop issue using remote delegated sessions. here link msdn article describing how create these.

basically, same mechanism exchange uses remote management sessions. remote session configuration created on target machine, , whatever runs in session executes under set of credentials specified in runas parameter of configuration. when run in 1 of sessions, can make 1 more hop machine machine without credssp because credential that's executing commands hasn't made hop yet.

you can granular scripts, functions, , cmdlets can run in session can limit being used specific purpose. once have set up, limit has permission use session granting execute permission session specific groups or users.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -