Skip to content

Find-TppCodeSignProject

SYNOPSIS

Search for code sign projects

SYNTAX

All (Default)

Find-TppCodeSignProject [-VenafiSession <PSObject>] [<CommonParameters>]

Name

Find-TppCodeSignProject -Name <String> [-VenafiSession <PSObject>] [<CommonParameters>]

DESCRIPTION

Search for specific code sign projects or return all

EXAMPLES

EXAMPLE 1

Find-TppCodeSignProject
Get all code sign projects

EXAMPLE 2

Find-TppCodeSignProject -Name CSTest
Find all projects that match the name CSTest

PARAMETERS

-Name

Name of the project to search for

Type: String
Parameter Sets: Name
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-VenafiSession

Authentication for the function. The value defaults to the script session object $VenafiSession created by New-VenafiSession. A TPP token or VaaS key can also provided. If providing a TPP token, an environment variable named TPP_SERVER must also be set.

Type: PSObject
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: $script:VenafiSession
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

TppObject

NOTES

http://VenafiPS.readthedocs.io/en/latest/functions/Find-TppCodeSignProject/

https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Find-TppCodeSignProject.ps1

https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-EnumerateProjects.php