You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full Operating System: Windows Server 2019
VenafiPS version: 6.3.1
PowerShell version: Desktop 5.1
TLSPDC version (if applicable): 23.1
Steps to reproduce
if (Test-VdcToken) {
New-VenafiSession ...
}
Expected behavior
The Test-VdcToken should detected if $VenafiSession is initialized and contains a valid token and if so, return $true. If the $VenafiSession does not exist or the token is invalid, the return should be $false.
Actual behavior
When calling the Test-VdcToken function on an uninitialized $VenafiSession, I encountered the following error:
Test-VdcToken is only supported on version 20.3 and later.
The version of TLSPDC was 23.1, but because the function was not able to parse the $VenafiSession.Version value, the error message above was displayed.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
Expected behavior
The
Test-VdcToken
should detected if $VenafiSession is initialized and contains a valid token and if so, return $true. If the $VenafiSession does not exist or the token is invalid, the return should be $false.Actual behavior
When calling the
Test-VdcToken
function on an uninitialized $VenafiSession, I encountered the following error:Test-VdcToken is only supported on version 20.3 and later.
The version of TLSPDC was 23.1, but because the function was not able to parse the $VenafiSession.Version value, the error message above was displayed.
The text was updated successfully, but these errors were encountered: