do not export .net wrapper functions
This commit is contained in:
parent
7a03ba5f33
commit
cdd5a8d451
@ -64,14 +64,15 @@
|
||||
FunctionsToExport = @(
|
||||
# Certificate
|
||||
'Get-CSCertificate',
|
||||
'Get-CSPfxCertificate',
|
||||
'Import-CSCertificate',
|
||||
'Import-CSPfxCertificate',
|
||||
'New-CSCertAttribute',
|
||||
'New-CSCertificate',
|
||||
'Test-CSCertificate',
|
||||
'Test-CSPfxCertificate',
|
||||
'Use-CSCertificate',
|
||||
# Pfx Certificate
|
||||
# 'Get-CSPfxCertificate',
|
||||
# 'Import-CSPfxCertificate',
|
||||
# 'Test-CSPfxCertificate',
|
||||
# Connection
|
||||
'Connect-To',
|
||||
'Disconnect-From',
|
||||
|
Loading…
Reference in New Issue
Block a user