Publish version 1.0.x #45

Merged
OCram85 merged 31 commits from dev into master 2019-04-29 16:05:44 +02:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit cdd5a8d451 - Show all commits

View File

@ -64,14 +64,15 @@
FunctionsToExport = @( FunctionsToExport = @(
# Certificate # Certificate
'Get-CSCertificate', 'Get-CSCertificate',
'Get-CSPfxCertificate',
'Import-CSCertificate', 'Import-CSCertificate',
'Import-CSPfxCertificate',
'New-CSCertAttribute', 'New-CSCertAttribute',
'New-CSCertificate', 'New-CSCertificate',
'Test-CSCertificate', 'Test-CSCertificate',
'Test-CSPfxCertificate',
'Use-CSCertificate', 'Use-CSCertificate',
# Pfx Certificate
# 'Get-CSPfxCertificate',
# 'Import-CSPfxCertificate',
# 'Test-CSPfxCertificate',
# Connection # Connection
'Connect-To', 'Connect-To',
'Disconnect-From', 'Disconnect-From',