Venafi / VenafiPS

Powershell module to fully automate your Venafi TLS Protect Datacenter and Cloud platforms!
https://venafips.readthedocs.io/
Apache License 2.0
17 stars 8 forks source link

Getting Certinficate Tags Using VenafiPS #241

Closed aprajitapriya closed 7 months ago

aprajitapriya commented 7 months ago

I am tagging my certs in Venafi with appropriate tags. I need these tags in a report that I am creating. What cmdlet can help me get the tags on the certs?

gdbarron commented 7 months ago

If you want all the tags, and just the tags, use Get-VcTag -All. If you want the tags associated with certificates, use Find-VcCertificate or Get-VcCertificate.

You can see all cmdlets with Get-Command -Module VenafiPS and every cmdlet has help.