-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when using Get-CATemplate in a remote session #227
Comments
PSPKI is not officially supported in remote sessions, because it establishes remote connections internally and you run into "double hop" issue. You can try to use CredSSP in remote session, however it is not supported. You should use PSPKI locally and specify remote servers in |
We're using Ansible for provisioning which requires a remote connection using WinRM. This is the only Cmdlet so far we've had this issue with. |
Try it in remote session with CredSSP. |
we're hesitant to enable CredSSP, out of curiosity would the double hop be avoided with |
|
I am trying to fetch CA templates while is a PSRemoteSession, and I get the following exception:
The text was updated successfully, but these errors were encountered: