Skip to content

Commit 858b1a7

Browse files
committed
Update manifest and docs to 6.13.2
1 parent 3ebff3b commit 858b1a7

File tree

104 files changed

+583
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+583
-194
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 6.13.2
2+
- Add `Set-VcIssuingTemplate` to update template settings. This is super helpful if you want to change the CA associated with your templates in bulk. Currently, CA product options are supported with additional product details to be supported in the future.
3+
- Add `Get-VcIssuingTemplate -CertificateAuthority` to retrieve templates for a specific CA
4+
- Add `Get-VcCertificateAuthority` and associated `Get-VcData -Type 'CertificateAuthority'`
5+
- Rename TLSPDC/TLSPC to Certificate Manager Self-Hosted/SaaS in documentation/help
6+
- Add `Get-ThreadJobAvailability` to look for and load module on demand and only PSv5 when using `Invoke-VenafiParallel`. This should slightly enhance module load speed and parallel processing on PSv7.
7+
18
## 6.13.1
29
- Add `Get-VdcCertificate -IncludeStatus` to include `Status` and `StatusText` properties in the response. These correspond to the Certificate Status as seen in the WebAdmin Certificate -> Summary tab.
310
- Add `Export-VcReport` to export a Certificate Manager SaaS custom report either to a file or pipeline as a pscustomobject.
@@ -936,5 +943,6 @@ This is a major release. Although every attempt has been made to be backwards c
936943

937944

938945

946+
939947

940948

VenafiPS/VenafiPS.psd1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Greg Brownstein
55
#
6-
# Generated on: 02/05/2026
6+
# Generated on: 02/18/2026
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'VenafiPS.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '6.13.1'
15+
ModuleVersion = '6.13.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -112,7 +112,8 @@ FunctionsToExport = 'Add-VcTeamMember', 'Add-VcTeamOwner', 'Add-VdcAdaptableHash
112112
'Set-VcCertificateRequest', 'Get-VcCertificateRequest', 'New-VcToken',
113113
'Get-VcCloudProvider', 'Get-VcCloudKeystore', 'New-VcCloudKeystore',
114114
'Remove-VcCloudKeystore', 'New-VcCloudProvider',
115-
'Remove-VcCloudProvider', 'Set-VcUser', 'Export-VcReport', 'Get-VcCertificateAuthority', 'Set-VcIssuingTemplate'
115+
'Remove-VcCloudProvider', 'Set-VcUser', 'Export-VcReport',
116+
'Get-VcCertificateAuthority', 'Set-VcIssuingTemplate'
116117

117118
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
118119
CmdletsToExport = @()

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 6.13.2
2+
- Add `Set-VcIssuingTemplate` to update template settings. This is super helpful if you want to change the CA associated with your templates in bulk. Currently, CA product options are supported with additional product details to be supported in the future.
3+
- Add `Get-VcIssuingTemplate -CertificateAuthority` to retrieve templates for a specific CA
4+
- Add `Get-VcCertificateAuthority` and associated `Get-VcData -Type 'CertificateAuthority'`
5+
- Rename TLSPDC/TLSPC to Certificate Manager Self-Hosted/SaaS in documentation/help
6+
- Add `Get-ThreadJobAvailability` to look for and load module on demand and only PSv5 when using `Invoke-VenafiParallel`. This should slightly enhance module load speed and parallel processing on PSv7.
7+
18
## 6.13.1
29
- Add `Get-VdcCertificate -IncludeStatus` to include `Status` and `StatusText` properties in the response. These correspond to the Certificate Status as seen in the WebAdmin Certificate -> Summary tab.
310
- Add `Export-VcReport` to export a Certificate Manager SaaS custom report either to a file or pipeline as a pscustomobject.
@@ -936,5 +943,6 @@ This is a major release. Although every attempt has been made to be backwards c
936943

937944

938945

946+
939947

940948

docs/functions/Add-VcTeamMember.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add-VcTeamMember [-Team] <String> [-Member] <String[]> [[-VenafiSession] <PSObje
1111
```
1212

1313
## DESCRIPTION
14-
Add members to a TLSPC team
14+
Add members to a Certificate Manager, SaaS team
1515

1616
## EXAMPLES
1717

@@ -20,7 +20,7 @@ Add members to a TLSPC team
2020
Add-VcTeamMember -ID 'ca7ff555-88d2-4bfc-9efa-2630ac44c1f2' -Member @('ca7ff555-88d2-4bfc-9efa-2630ac44c1f3', 'ca7ff555-88d2-4bfc-9efa-2630ac44c1f4')
2121
```
2222

23-
Add members to a TLSPC team
23+
Add members to a Certificate Manager, SaaS team
2424

2525
## PARAMETERS
2626

@@ -57,7 +57,7 @@ Accept wildcard characters: False
5757
### -VenafiSession
5858
Authentication for the function.
5959
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
60-
A TLSPC key can also provided.
60+
A Certificate Manager, SaaS key can also provided.
6161
6262
```yaml
6363
Type: PSObject

docs/functions/Add-VcTeamOwner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add-VcTeamOwner [-Team] <String> [-Owner] <String[]> [[-VenafiSession] <PSObject
1111
```
1212

1313
## DESCRIPTION
14-
Add owners to a TLSPC team
14+
Add owners to a Certificate Manager, SaaS team
1515

1616
## EXAMPLES
1717

@@ -58,7 +58,7 @@ Accept wildcard characters: False
5858
### -VenafiSession
5959
Authentication for the function.
6060
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
61-
A TLSPC key can also provided.
61+
A Certificate Manager, SaaS key can also provided.
6262
6363
```yaml
6464
Type: PSObject

docs/functions/Add-VdcAdaptableHash.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add-VdcAdaptableHash [-Path] <String> [[-Keyname] <String>] [-FilePath] <String>
1111
```
1212

1313
## DESCRIPTION
14-
TLSPDC stores a base64 encoded hash of the file contents of an adaptable script in the Secret Store.
14+
Certificate Manager, Self-Hosted stores a base64 encoded hash of the file contents of an adaptable script in the Secret Store.
1515
This is referenced by
1616
the Attribute 'PowerShell Script Hash Vault Id' on the DN of the adaptable script.
1717
This script retrieves the hash (if
@@ -75,7 +75,7 @@ Accept wildcard characters: False
7575
Required.
7676
The full path to the adaptable script file.
7777
This should typically be in a
78-
'\<drive\>:\Program Files\Venafi\Scripts\\\<subdir\>' directory for TLSPDC to recognize the script.
78+
'\<drive\>:\Program Files\Venafi\Scripts\\\<subdir\>' directory for Certificate Manager, Self-Hosted to recognize the script.
7979
8080
```yaml
8181
Type: String

docs/functions/Add-VdcEngineFolder.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Add-VdcEngineFolder
22

33
## SYNOPSIS
4-
Add policy folder assignments to a TLSPDC processing engine
4+
Add policy folder assignments to a Certificate Manager, Self-Hosted processing engine
55

66
## SYNTAX
77

@@ -11,7 +11,7 @@ Add-VdcEngineFolder [-EnginePath] <String> [-FolderPath] <String[]> [[-VenafiSes
1111
```
1212

1313
## DESCRIPTION
14-
Add one or more policy folder assignments to a TLSPDC processing engine.
14+
Add one or more policy folder assignments to a Certificate Manager, Self-Hosted processing engine.
1515

1616
## EXAMPLES
1717

@@ -36,7 +36,7 @@ Add one or more processing engines via the pipeline to multiple policy folders.
3636
## PARAMETERS
3737

3838
### -EnginePath
39-
The full DN path to a TLSPDC processing engine.
39+
The full DN path to a Certificate Manager, Self-Hosted processing engine.
4040

4141
```yaml
4242
Type: String
@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
### -VenafiSession
6969
Authentication for the function.
7070
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
71-
A TLSPDC token can also be provided, but this requires an environment variable VDC_SERVER to be set.
71+
A Certificate Manager, Self-Hosted token can also be provided, but this requires an environment variable VDC_SERVER to be set.
7272
7373
```yaml
7474
Type: PSObject

docs/functions/Add-VdcTeamMember.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add-VdcTeamMember [-ID] <String> [-Member] <String[]> [[-VenafiSession] <PSObjec
1111
```
1212

1313
## DESCRIPTION
14-
Add members to a TLSPDC team
14+
Add members to a Certificate Manager, Self-Hosted team
1515

1616
## EXAMPLES
1717

@@ -20,7 +20,7 @@ Add members to a TLSPDC team
2020
Add-VdcTeamMember -ID 'local:{803f332e-7576-4696-a5a2-8ac6be6b14e6}' -Member 'local:{803f332e-7576-4696-a5a2-8ac6be6b14e7}'
2121
```
2222

23-
Add members to a TLSPDC team
23+
Add members to a Certificate Manager, Self-Hosted team
2424

2525
## PARAMETERS
2626

@@ -58,8 +58,8 @@ Accept wildcard characters: False
5858
### -VenafiSession
5959
Authentication for the function.
6060
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
61-
A TLSPDC token can be provided.
62-
If providing a TLSPDC token, an environment variable named VDC_SERVER must also be set.
61+
A Certificate Manager, Self-Hosted token can be provided.
62+
If providing a Certificate Manager, Self-Hosted token, an environment variable named VDC_SERVER must also be set.
6363
6464
```yaml
6565
Type: PSObject

docs/functions/Add-VdcTeamOwner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add-VdcTeamOwner [-ID] <String> [-Owner] <String[]> [[-VenafiSession] <PSObject>
1111
```
1212

1313
## DESCRIPTION
14-
Add owners to a TLSPDC team
14+
Add owners to a Certificate Manager, Self-Hosted team
1515

1616
## EXAMPLES
1717

docs/functions/Export-VcCertificate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Export-VcCertificate
22

33
## SYNOPSIS
4-
Export certificate data from TLSPC
4+
Export certificate data from Certificate Manager, SaaS
55

66
## SYNTAX
77

@@ -66,7 +66,7 @@ Get certificate data with the certificate chain included.
6666
### -ID
6767
Certificate ID, also known as uuid.
6868
Use Find-VcCertificate or Get-VcCertificate to determine the ID.
69-
You can pipe those functions as well.
69+
You can pipe from those functions as well.
7070

7171
```yaml
7272
Type: String
@@ -212,7 +212,7 @@ Accept wildcard characters: False
212212
### -VenafiSession
213213
Authentication for the function.
214214
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
215-
A TLSPC key can also provided.
215+
A Certificate Manager, SaaS key can also provided.
216216
217217
```yaml
218218
Type: PSObject

0 commit comments

Comments
 (0)