VenafiTppPS

1.0.0

PowerShell module to access the features of Venafi Trust Protection Platform REST API

Minimum PowerShell version

5.0

The owner has unlisted this package. This could mean that the module is deprecated or shouldn't be used anymore.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name VenafiTppPS -RequiredVersion 1.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name VenafiTppPS -Version 1.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018-2019 Greg Brownstein. All rights reserved.

Package Details

Author(s)

  • Greg Brownstein

Tags

Venafi TPP TrustProtectionPlatform API

Functions

ConvertTo-TppGuid ConvertTo-TppPath Find-TppCertificate Find-TppIdentity Find-TppObject Get-TppAttribute Get-TppCertificate Get-TppCertificateDetail Get-TppCustomField Get-TppIdentityAttribute Get-TppObject Get-TppPermission Get-TppSystemStatus Get-TppVersion Get-TppWorkflowTicket Invoke-TppCertificateRenewal Move-TppObject New-TppCapiApplication New-TppCertificate New-TppObject New-TppPolicy New-TppSession Read-TppLog Remove-TppCertificate Remove-TppCertificateAssociation Rename-TppObject Revoke-TppCertificate Set-TppAttribute Set-TppPermission Set-TppWorkflowTicketStatus Test-TppIdentity Test-TppObject Write-TppLog

Dependencies

This module has no dependencies.

Release Notes

- v1.0!
- Add Integrated Authentication, a credential is no longer required
- Add Write-TppLog with support for default and custom event groups
- Add PassThru option for all 'New-' functions, returning TppObject
- Standardize all enums with Tpp prefix
- Make enums/classes available outside of the module scope, access these directly at the command line.  For example, [TppObject]::new('\ved\policy\object').
- Fix finding by Stage, StageGreaterThan, and StageLessThan in Find-TppCertificate
- Add error handling for Get-TppSystemStatus
- Add Get-TppVersion
- Rename Restore-TppCertificate to Invoke-TppCertificateRenewal
- Lots of help/documentation updates
- Breaking change: Update New-TppObject to simplify the attributes provided, now just pass a hashtable of object key/value pairs.
- Better parameter support for New-TppCertificate with Name and CommonName
- Rename Get-TppLog to Read-TppLog

FileList

Version History

Version Downloads Last updated