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
You must first connect to the TPP server with New-VenafiSession
At C:\Program Files\WindowsPowerShell\Modules\VenafiPS\3.0.2\Classes\VenafiSession.ps1:38 char:21
... throw "You must first connect to the TPP server with New- ...
Environment
Steps to reproduce
$sess = New-VenafiSession -Server $TPPServer -AccessToken $token.AccessToken -PassThru
Get-VenafiCertificate -VenafiSession $sess
Expected behavior
Returns list of all certificates in system as 'Get-VenafiCertificate' would run in it's else statement;
Find-TppCertificate -Path '\ved' -Recursive -VenafiSession $VenafiSession
Actual behavior
You must first connect to the TPP server with New-VenafiSession
At C:\Program Files\WindowsPowerShell\Modules\VenafiPS\3.0.2\Classes\VenafiSession.ps1:38 char:21
The text was updated successfully, but these errors were encountered: