Update VMware.VMEncryption.psd1

This commit is contained in:
simonfangyingzhang
2018-04-27 04:53:24 +01:00
committed by GitHub
parent 9bd66f1a66
commit 3b44fbcf20

View File

@@ -68,7 +68,7 @@ RequiredModules = @(
NestedModules = @('VMware.VMEncryption.psm1') NestedModules = @('VMware.VMEncryption.psm1')
# Functions to export from this module # Functions to export from this module
FunctionsToExport = '*-*' FunctionsToExport = '*'
# Cmdlets to export from this module # Cmdlets to export from this module
CmdletsToExport = '*' CmdletsToExport = '*'
@@ -95,3 +95,4 @@ AliasesToExport = '*'
# DefaultCommandPrefix = '' # DefaultCommandPrefix = ''
} }