NCP-MCA · Question #155
A developer Is building and testing a new Blueprint to deploy a Window Server VM on AHV. During one of the test runs, the application build fails. The developer asks an administrator to investigate…
The correct answer is B. CredSSP has not been enabled on the Windows Operating System. The error message "A specified logon session does not exist. It may already have been terminated" is often caused by the lack of CredSSP (Credential Security Support Provider) being enabled on the Windows Operating System. CredSSP is necessary for certain remote operations…
Question
A developer Is building and testing a new Blueprint to deploy a Window Server VM on AHV. During one of the test runs, the application build fails. The developer asks an administrator to investigate the failure. After careful review, the administrator finds this error message on a task that execute a Poweredshell script. What is the cause of this error message?
Options
- AThe Powershell script has an error in the code and cannot be executed as designed.
- BCredSSP has not been enabled on the Windows Operating System.
- CThe version of PowerShell is incorrect.
- DSelf-Service cannot communicate with the newly provisioned VM.
How the community answered
(24 responses)- A4% (1)
- B75% (18)
- C17% (4)
- D4% (1)
Explanation
The error message "A specified logon session does not exist. It may already have been terminated" is often caused by the lack of CredSSP (Credential Security Support Provider) being enabled on the Windows Operating System. CredSSP is necessary for certain remote operations, including executing PowerShell scripts remotely.
Topics
Community Discussion
No community discussion yet for this question.