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
Operating System: Windows server 2016, windows 10
VenafiPS version: 5.2.1
PowerShell version: 5.1
TPP version (if applicable): 22.2, 21.4 were tested
Steps to reproduce
Authenticate to TPP using a master administrator account with read/manage permission on all certificates.
Run get-venaficertificate -all | measure-object
Compare the number of objects returned against the count of objects returned using find-venaficertificate -includetotalcount | measure or against the number of certificates listed in the TPP dashboard.
Expected behavior
The number of certificates returned when using get-venaficertificate -all should match the number of certificates stored in TPP. API should be paged if necessary.
Actual behavior
Only the first 1000 Certificates are returned. Paging of the API does not occur.
Screenshots
Count using get-venaficertificate -all
Count using find-venaficertificate -includetotalcount
Environment data
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
get-venaficertificate -all | measure-object
find-venaficertificate -includetotalcount | measure
or against the number of certificates listed in the TPP dashboard.Expected behavior
The number of certificates returned when using
get-venaficertificate -all
should match the number of certificates stored in TPP. API should be paged if necessary.Actual behavior
Only the first 1000 Certificates are returned. Paging of the API does not occur.
Screenshots
Count using get-venaficertificate -all
Count using find-venaficertificate -includetotalcount
Environment data
The text was updated successfully, but these errors were encountered: