Replies: 1 comment
-
Secret server does not call powershell 7 natively. It uses windows powershell v5 which is not compatible with the module |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to use the sync secrets event pipeline. i have powershell 7.3.2 installed but everytime i run the event pipeline i get this error message. anyone know why?
[New-TssSession] Issue creating session: System.Management.Automation.CommandNotFoundException: The 'New-TssSession' command was found in the module 'Thycotic.SecretServer', but the module could not be loaded. For more information, run 'Import-Module Thycotic.SecretServer'.
at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
Beta Was this translation helpful? Give feedback.
All reactions