export helper functions

This commit is contained in:
OCram85 2019-04-04 15:41:10 +02:00
parent 36b4ee31bb
commit ec004c4f03

View File

@ -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. # 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 = @( FunctionsToExport = @(
# Certificate # Certificate
'Get-CSCertificate',
'Import-CSCertificate',
'New-CRTAttribute', 'New-CRTAttribute',
'New-PfxCertificate', 'New-PfxCertificate',
'Test-CSCertificate',
'Use-PfxCertificate', 'Use-PfxCertificate',
# Connection # Connection
'Connect-To', 'Connect-To',