From ec004c4f03ae5604dd534dd1f92e355f065e298c Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 4 Apr 2019 15:41:10 +0200 Subject: [PATCH] export helper functions --- src/PSCredentialStore.psd1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/PSCredentialStore.psd1 b/src/PSCredentialStore.psd1 index 6ecd6e6..bc4c09a 100644 --- a/src/PSCredentialStore.psd1 +++ b/src/PSCredentialStore.psd1 @@ -63,8 +63,11 @@ # Functions 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 functions to export. FunctionsToExport = @( # Certificate + 'Get-CSCertificate', + 'Import-CSCertificate', 'New-CRTAttribute', 'New-PfxCertificate', + 'Test-CSCertificate', 'Use-PfxCertificate', # Connection 'Connect-To',